Skip to content

Commit 659fee3

Browse files
TheSnowfieldwhot
authored andcommitted
conf: add support for Surface IPTS device
1 parent fdf6d5a commit 659fee3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conf/70-wacom.conf

+7
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,11 @@ Section "InputClass"
145145
Driver "wacom"
146146
EndSection
147147

148+
# Surface IPTS (Intel Precise Touch and Stylus)
149+
Section "InputClass"
150+
Identifier "Surface IPTS Device"
151+
MatchProduct "IPTS"
152+
MatchDevicePath "/dev/input/event*"
153+
Driver "wacom"
154+
EndSection
148155

0 commit comments

Comments
 (0)