summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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