summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>2017-11-03 15:19:24 +0100
committerPeter Hutterer <peter.hutterer@who-t.net>2017-11-06 09:50:47 +1000
commit48c2cd83ccf797fe618a48a743afee35883aecf9 (patch)
tree9ba9a2245e8cfa4cf97d0b7eb74c443dd13f2f3e
parent2456f821ba368fae5c084b44e86b8754187670c0 (diff)
downloadxf86-input-wacom-48c2cd83ccf797fe618a48a743afee35883aecf9.tar.gz
conf: add Dell Canvas 27 touch
The Dell canvas 27 is an external monitor with pen and touch, but the pen is provided by Wacom, and the touch by Advanced Silicon. To have proper touch arbitration, we need to force xf86-input-wacom to also handle the touch part. Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Reviewed-By: Jason Gerecke <jason.gerecke@wacom.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--conf/70-wacom.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/70-wacom.conf b/conf/70-wacom.conf
index a20e3a3..86a3f90 100644
--- a/conf/70-wacom.conf
+++ b/conf/70-wacom.conf
@@ -101,3 +101,12 @@ Section "InputClass"
Driver "wacom"
Option "Button2" "3"
EndSection
+
+# Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom)
+Section "InputClass"
+ Identifier "Dell Canvas 27 Touch"
+ MatchUSBID "2575:0204"
+ MatchDevicePath "/dev/input/event*"
+ MatchIsTouchscreen "true"
+ Driver "wacom"
+EndSection