Blame SOURCES/0001-conf-add-Dell-Canvas-27-touch.patch

54d94e
From 48c2cd83ccf797fe618a48a743afee35883aecf9 Mon Sep 17 00:00:00 2001
54d94e
From: Benjamin Tissoires <benjamin.tissoires@gmail.com>
54d94e
Date: Fri, 3 Nov 2017 15:19:24 +0100
54d94e
Subject: [PATCH] conf: add Dell Canvas 27 touch
54d94e
54d94e
The Dell canvas 27 is an external monitor with pen and touch, but the
54d94e
pen is provided by Wacom, and the touch by Advanced Silicon.
54d94e
To have proper touch arbitration, we need to force xf86-input-wacom
54d94e
to also handle the touch part.
54d94e
54d94e
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
54d94e
Reviewed-By: Jason Gerecke <jason.gerecke@wacom.com>
54d94e
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
54d94e
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
54d94e
---
54d94e
 conf/70-wacom.conf | 9 +++++++++
54d94e
 1 file changed, 9 insertions(+)
54d94e
54d94e
diff --git a/conf/70-wacom.conf b/conf/70-wacom.conf
54d94e
index a20e3a3..86a3f90 100644
54d94e
--- a/conf/70-wacom.conf
54d94e
+++ b/conf/70-wacom.conf
54d94e
@@ -101,3 +101,12 @@ Section "InputClass"
54d94e
 	Driver "wacom"
54d94e
 	Option "Button2" "3"
54d94e
 EndSection
54d94e
+
54d94e
+# Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
54d94e
+Section "InputClass"
54d94e
+        Identifier "Dell Canvas 27 Touch"
54d94e
+        MatchUSBID "2575:0204"
54d94e
+        MatchDevicePath "/dev/input/event*"
54d94e
+        MatchIsTouchscreen "true"
54d94e
+        Driver "wacom"
54d94e
+EndSection
54d94e
-- 
54d94e
2.13.6
54d94e