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

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