From 641eb0da0d71707aec20c672e39d5c8530549b8f Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Fri, 14 Sep 2018 14:10:56 +0200 Subject: [xorg] force evdev for eGalax touchscreen --- core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 core/modules/xorg/data/etc/X11/xorg.conf.d/99-egalax-evdev.conf (limited to 'core/modules/xorg') 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 + -- cgit v1.2.3-55-g7522