From b65954825b1b1e49d8be819517fcd6ee0e3ecf34 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 27 Apr 2010 03:58:37 +0000 Subject: [PATCH] - wacom-0.10.6-serial-identifiers.patch: add some more serial IDs to the config file. --- wacom-0.10.6-serial-identifiers.patch | 32 +++++++++++++++++++++++++++ xorg-x11-drv-wacom.spec | 10 ++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 wacom-0.10.6-serial-identifiers.patch diff --git a/wacom-0.10.6-serial-identifiers.patch b/wacom-0.10.6-serial-identifiers.patch new file mode 100644 index 0000000..9859c7c --- /dev/null +++ b/wacom-0.10.6-serial-identifiers.patch @@ -0,0 +1,32 @@ +From a9746a469b522dded6828851617b3f3ee8c1bf89 Mon Sep 17 00:00:00 2001 +From: Peter Hutterer +Date: Tue, 27 Apr 2010 13:51:17 +1000 +Subject: [PATCH] conf: add WACf, FUJ02e5 and FUJ02e7 to serial identifers. + +Signed-off-by: Peter Hutterer +--- + conf/50-wacom.conf | 8 ++++++++ + 1 files changed, 8 insertions(+), 0 deletions(-) + +diff --git a/conf/50-wacom.conf b/conf/50-wacom.conf +index e1869e9..9a02b0e 100644 +--- a/conf/50-wacom.conf ++++ b/conf/50-wacom.conf +@@ -15,6 +15,14 @@ Section "InputClass" + Option "ForceDevice" "ISDV4" + EndSection + ++Section "InputClass" ++ Identifier "Wacom serial class identifiers" ++ MatchProduct "WACf|FUJ02e5|FUJ02e7" ++ Driver "wacom" ++ Option "ForceDevice" "ISDV4" ++EndSection ++ ++ + # N-Trig Duosense Electromagnetic Digitizer + Section "InputClass" + Identifier "Wacom N-Trig class" +-- +1.6.6.1 + diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index d27bfa5..b5da577 100644 --- a/xorg-x11-drv-wacom.spec +++ b/xorg-x11-drv-wacom.spec @@ -8,7 +8,7 @@ Summary: Xorg X11 wacom input driver Name: xorg-x11-drv-wacom Version: 0.10.6 -Release: 1%{?gitdate:.%{gitdate}}%{?dist} +Release: 2%{?gitdate:.%{gitdate}}%{?dist} URL: http://www.x.org License: GPLv2+ Group: User Interface/X Hardware Support @@ -20,6 +20,8 @@ Source0: %{tarball}-%{gitdate}.tar.bz2 Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2 %endif +Patch01: wacom-0.10.6-serial-identifiers.patch + ExcludeArch: s390 s390x BuildRequires: xorg-x11-server-sdk >= 1.7.0 @@ -38,6 +40,8 @@ X.Org X11 wacom input driver for Wacom tablets. %prep %setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}} +%patch01 -p1 + %build %if 0%{?gitdate} autoreconf -v --install || exit 1 @@ -89,6 +93,10 @@ X.Org X11 wacom input driver development files. %{_includedir}/xorg/wacom-properties.h %changelog +* Tue Apr 27 2010 Peter Hutterer 0.10.6-2.20100427 +- wacom-0.10.6-serial-identifiers.patch: add some more serial IDs to the + config file. + * Tue Apr 27 2010 Peter Hutterer 0.10.6-1.20100427 - wacom 0.10.6 (from git)