From a93e4bc628070bf6ae42606949e9a93e425eed8e Mon Sep 17 00:00:00 2001 From: goodtft Date: Tue, 27 Mar 2018 21:09:54 +0800 Subject: [PATCH] Add files via upload Add 40-libinput for HDMI7C --- usr/40-libinput.conf-HDMI7C | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 usr/40-libinput.conf-HDMI7C diff --git a/usr/40-libinput.conf-HDMI7C b/usr/40-libinput.conf-HDMI7C new file mode 100644 index 0000000..d5e5965 --- /dev/null +++ b/usr/40-libinput.conf-HDMI7C @@ -0,0 +1,36 @@ +# Match on all types of devices but tablet devices and joysticks +Section "InputClass" + Identifier "libinput pointer catchall" + MatchIsPointer "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput keyboard catchall" + MatchIsKeyboard "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput touchpad catchall" + MatchIsTouchpad "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput touchscreen catchall" + MatchIsTouchscreen "on" + Option "CalibrationMatrix" "0 1 0 -1 0 1 0 0 1" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection + +Section "InputClass" + Identifier "libinput tablet catchall" + MatchIsTablet "on" + MatchDevicePath "/dev/input/event*" + Driver "libinput" +EndSection