From 65997f67c611780b9b11036dce9b3b0f12e8aa84 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 19 Feb 2010 11:13:48 +0100 Subject: [PATCH] xf86-input-wacom: - sync config with config from fedora --- .../config/10-input-wacom.conf | 19 +++++++++++++++++++ .../config/97-input-wacom.conf | 5 ----- 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 packages/x11/driver/xf86-input-wacom/config/10-input-wacom.conf delete mode 100644 packages/x11/driver/xf86-input-wacom/config/97-input-wacom.conf 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