Skip to content

Commit

Permalink
conf: add support for Surface IPTS device
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield authored and whot committed Sep 5, 2024
1 parent fdf6d5a commit 659fee3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/70-wacom.conf
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,11 @@ Section "InputClass"
Driver "wacom"
EndSection

# Surface IPTS (Intel Precise Touch and Stylus)
Section "InputClass"
Identifier "Surface IPTS Device"
MatchProduct "IPTS"
MatchDevicePath "/dev/input/event*"
Driver "wacom"
EndSection

0 comments on commit 659fee3

Please sign in to comment.