View previous topic :: View next topic |
Author |
Message |
kantlivelong n00b
Joined: 05 Apr 2008 Posts: 7
|
Posted: Mon Jun 30, 2008 11:51 pm Post subject: EVDEV Taking Over HIDDEV |
|
|
Hey all,
I have a USB Touchscreen that uses the eGalax touchscreen and uses HIDDEV.
The problem is that EVDEV keeps taking over the HIDDEV device..
My question is if theres a way to make a UDEV rule to stop the issue? |
|
Back to top |
|
|
kantlivelong n00b
Joined: 05 Apr 2008 Posts: 7
|
Posted: Tue Jul 01, 2008 12:46 pm Post subject: |
|
|
BUMP
Anyone?? |
|
Back to top |
|
|
118947 n00b
Joined: 19 Sep 2005 Posts: 69
|
Posted: Sat Jul 05, 2008 6:14 pm Post subject: |
|
|
I'm not sure if this is what you're after, but evdev is in xorg, right?
If so I have:
Code: | Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection |
in my /etc/xorg.conf
I added this after noticing that my xkb-rules was mysteriously getting ignored(I have a german keyboard layout and suddenly wasn't getting the umlauts displayed in X after an update)
But again, I'm not sure if this is what you're looking for. |
|
Back to top |
|
|
|