View Single Post
Posts: 189 | Thanked: 171 times | Joined on Jul 2011
#167
Looking around and (as this is a patched up/fixed evdev) I was wondering if someone could point me in the right direction where I can create a file a-la "10-evdev.conf" in a desktop linux xorg.conf.d directory so that I can add a line similar to:

Code:
Section "InputClass"
   Identifier     "NotOnXorgServer"
   MatchProduct   "someInputDevice"
   Option         "Ignore" "on"
EndSection
If this is even possible as of now

I don't want the kernel to stop supporting the device so I wouldn't like any "Unload the module" answers, I need Xorg to ignore it

Thanks

EDIT: This really touches on udev, but anyways

Last edited by pablocrossa; 2013-05-21 at 01:49.
 

The Following User Says Thank You to pablocrossa For This Useful Post: