summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg
diff options
context:
space:
mode:
authorJonathan Bauer2018-09-14 14:10:56 +0200
committerJonathan Bauer2018-09-14 14:10:56 +0200
commit641eb0da0d71707aec20c672e39d5c8530549b8f (patch)
tree22c3fad0bebb31f8604fcc7f6292b486668c5ecc /core/modules/xorg
parent[rfs31] grepmod: Suppress filename output with grep (diff)
downloadmltk-641eb0da0d71707aec20c672e39d5c8530549b8f.tar.gz
mltk-641eb0da0d71707aec20c672e39d5c8530549b8f.tar.xz
mltk-641eb0da0d71707aec20c672e39d5c8530549b8f.zip
[xorg] force evdev for eGalax touchscreen
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
+