|
2013-05-22
, 03:07
|
Posts: 11 |
Thanked: 13 times |
Joined on Feb 2012
|
#2
|
The Following User Says Thank You to Hoga For This Useful Post: | ||
|
2013-06-09
, 15:09
|
Posts: 189 |
Thanked: 171 times |
Joined on Jul 2011
|
#3
|
Hi pablocrossa,
im not sure if i get you right
but you should be able
to set up a device.fdi HAL rule
look at:
/etc/hal/fdi/policy/preferences.fdi
greetings from germany
Hoga
<?xml version="1.0" encoding="UTF-8"?> <deviceinfo version="0.2"> <device> <match key="info.category" contains="input"> <match key="input.product" contains="PartNameOfDevice"> <merge key="info.ignore" type="bool">true</merge> </match> </match> </device> </deviceinfo>
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. This really touches on udev more than evdev, but anyways
Thanks