summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShapeShifter499 <Gero3977@gmail.com>2019-07-15 01:36:27 -0700
committerShapeShifter499 <Gero3977@gmail.com>2019-07-15 21:31:17 -0700
commit030d272d5d605f9605ed44cdde4856737415a972 (patch)
tree5bdb0d2db1e8ad0597e144f990fca1079743a35e
parent2248962cf15334c6f61a82ab4efedfcd2e85a741 (diff)
downloadxf86-input-wacom-030d272d5d605f9605ed44cdde4856737415a972.tar.gz
Add support for Surface Go and Nuvision Solo 10 Draw
For Surface Go and Nuvision Solo 10 Draw Signed-off-by: Lance Geroso <gero3977@gmail.com>
-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
+
+