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?
|