From 205822e676f5f159ca6810d9f096fca21e9379f3 Mon Sep 17 00:00:00 2001 From: TheSnowfield <17957399+TheSnowfield@users.noreply.github.com> Date: Thu, 5 Sep 2024 16:52:57 +0900 Subject: [PATCH] conf: add support for Surface IPTS device --- conf/70-wacom.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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