summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xorg')
-rw-r--r--core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf b/core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf
new file mode 100644
index 00000000..b6aa569a
--- /dev/null
+++ b/core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf
@@ -0,0 +1,9 @@
+# FIX
+Section "InputClass"
+ Identifier "eGalax USB tablet class"
+ MatchUSBID "0eef:0001"
+ MatchDevicePath "/dev/input/event*"
+ MatchIsTablet "true"
+ Driver "evdev"
+EndSection
+