diff --git a/conf/70-wacom.conf b/conf/70-wacom.conf index b572bcbd..91e55d01 100644 --- a/conf/70-wacom.conf +++ b/conf/70-wacom.conf @@ -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