diff --git a/conf/70-wacom.conf b/conf/70-wacom.conf index 91e55d01..9c96a707 100644 --- a/conf/70-wacom.conf +++ b/conf/70-wacom.conf @@ -8,7 +8,6 @@ Section "InputClass" Identifier "Wacom USB tablet class" - MatchUSBID "056a:*" MatchDevicePath "/dev/input/event*" MatchIsTablet "true" Driver "wacom" @@ -30,14 +29,6 @@ Section "InputClass" Driver "wacom" EndSection -Section "InputClass" - Identifier "Wacom tablet class" - MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" - MatchDevicePath "/dev/input/event*" - MatchIsTablet "true" - Driver "wacom" -EndSection - Section "InputClass" Identifier "Wacom touchscreen class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" @@ -76,41 +67,6 @@ Section "InputClass" Driver "wacom" EndSection -# Hanwang tablets -Section "InputClass" - Identifier "Hanwang class" - MatchProduct "Hanwang" - MatchDevicePath "/dev/input/event*" - Driver "wacom" -EndSection - -# Waltop tablets -Section "InputClass" - Identifier "Waltop class" - MatchProduct "WALTOP" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "wacom" -EndSection - -# Huion tablets -Section "InputClass" - Identifier "Huion class" - MatchUSBID "256c:*" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "wacom" -EndSection - -# XP-Pen tablets -Section "InputClass" - Identifier "XP-Pen class" - MatchUSBID "28bd:*" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "wacom" -EndSection - # N-Trig Duosense Electromagnetic Digitizer Section "InputClass" Identifier "Wacom N-Trig class" @@ -128,28 +84,3 @@ 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 - -# Surface IPTS (Intel Precise Touch and Stylus) -Section "InputClass" - Identifier "Surface IPTS Device" - MatchProduct "IPTS" - MatchDevicePath "/dev/input/event*" - Driver "wacom" -EndSection -