View Single Post
  #1 (permalink)  
Old 07-25-2007, 09:07 AM
wyze's Avatar
wyze wyze is offline
Jenkem Addict
 
Join Date: Jul 2007
Location: chmod 400
Posts: 1,596
Default udev / xorg.conf

I've had to create a udev rule (which I named 10-mod.rules) to get my touchpad driver (usbtouch) on my Sony UX280P (w/standalone BT2) to load each time by creating a symlink:

SYSFS{phys}=="usb-0000:00:1d.1-1/input0", SYSFS{name}=="GUNZE USB Touch Panel", SYMLINK+="input/gunze"

I have then created the appropriate entries in my xorg.conf and the device appears to work fine upon restarting X and rebooting (so far).

My question is will this rule conflict at all with any of the other udev rules that come with the BT2 distro?
Reply With Quote