diff --git a/packages/x11/driver/xf86-input-wacom/config/10-input-wacom.conf b/packages/x11/driver/xf86-input-wacom/config/10-input-wacom.conf new file mode 100644 index 0000000000..1751d44500 --- /dev/null +++ b/packages/x11/driver/xf86-input-wacom/config/10-input-wacom.conf @@ -0,0 +1,19 @@ +Section "InputClass" + Identifier "Wacom class" + MatchProduct "Wacom|WALTOP|WACOM" + Driver "wacom" +EndSection + +Section "InputClass" + Identifier "Wacom serial class" + MatchProduct "WACf|FUJ02e5|FUJ02e7" + Driver "wacom" + Option "ForceDevice" "ISDV4" +EndSection + +# N-Trig Duosense Electromagnetic Digitizer +Section "InputClass" + Identifier "Wacom serial class" + MatchProduct "HID 1b96:0001" + Driver "wacom" +EndSection diff --git a/packages/x11/driver/xf86-input-wacom/config/97-input-wacom.conf b/packages/x11/driver/xf86-input-wacom/config/97-input-wacom.conf deleted file mode 100644 index ff36547b3c..0000000000 --- a/packages/x11/driver/xf86-input-wacom/config/97-input-wacom.conf +++ /dev/null @@ -1,5 +0,0 @@ -Section "InputClass" - Identifier "wacom" - MatchIsTablet "true" - Driver "wacom" -EndSection