summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <jason.gerecke@wacom.com>2019-07-16 10:29:05 -0700
committerGitHub <noreply@github.com>2019-07-16 10:29:05 -0700
commit4e065272eaed6ab27fe17627712fdb7ecd697fa5 (patch)
tree5bdb0d2db1e8ad0597e144f990fca1079743a35e
parent2248962cf15334c6f61a82ab4efedfcd2e85a741 (diff)
parent030d272d5d605f9605ed44cdde4856737415a972 (diff)
downloadxf86-input-wacom-4e065272eaed6ab27fe17627712fdb7ecd697fa5.tar.gz
Merge pull request #66 from ShapeShifter499/master
Add support for Surface Go and Nuvision Solo 10 Draw
-rw-r--r--conf/70-wacom.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/70-wacom.conf b/conf/70-wacom.conf
index 86a3f90..9576587 100644
--- a/conf/70-wacom.conf
+++ b/conf/70-wacom.conf
@@ -110,3 +110,21 @@ Section "InputClass"
MatchIsTouchscreen "true"
Driver "wacom"
EndSection
+
+# Surface Go
+Section "InputClass"
+ Identifier "SurfaceGo Touch"
+ MatchProduct "ELAN9038:00 04F3:261A"
+ MatchDevicePath "/dev/input/event*"
+ Driver "wacom"
+EndSection
+
+# Nuvision Solo 10 Draw (Supports Surface Pens)
+Section "InputClass"
+ Identifier "Nuvision Solo 10 Draw"
+ MatchProduct "04F3200A:00 04F3:22F7"
+ MatchDevicePath "/dev/input/event*"
+ Driver "wacom"
+EndSection
+
+