- wacom-0.10.6-serial-identifiers.patch: add some more serial IDs to the
config file.
This commit is contained in:
parent
c6e749cb61
commit
b65954825b
32
wacom-0.10.6-serial-identifiers.patch
Normal file
32
wacom-0.10.6-serial-identifiers.patch
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
From a9746a469b522dded6828851617b3f3ee8c1bf89 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Peter Hutterer <peter.hutterer@who-t.net>
|
||||||
|
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 <peter.hutterer@who-t.net>
|
||||||
|
---
|
||||||
|
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
|
||||||
|
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Xorg X11 wacom input driver
|
Summary: Xorg X11 wacom input driver
|
||||||
Name: xorg-x11-drv-wacom
|
Name: xorg-x11-drv-wacom
|
||||||
Version: 0.10.6
|
Version: 0.10.6
|
||||||
Release: 1%{?gitdate:.%{gitdate}}%{?dist}
|
Release: 2%{?gitdate:.%{gitdate}}%{?dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X Hardware Support
|
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
|
Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Patch01: wacom-0.10.6-serial-identifiers.patch
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
BuildRequires: xorg-x11-server-sdk >= 1.7.0
|
||||||
@ -38,6 +40,8 @@ X.Org X11 wacom input driver for Wacom tablets.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
|
||||||
|
|
||||||
|
%patch01 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?gitdate}
|
%if 0%{?gitdate}
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
@ -89,6 +93,10 @@ X.Org X11 wacom input driver development files.
|
|||||||
%{_includedir}/xorg/wacom-properties.h
|
%{_includedir}/xorg/wacom-properties.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 27 2010 Peter Hutterer <peter.hutterer@redhat.com> 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 <peter.hutterer@redhat.com> 0.10.6-1.20100427
|
* Tue Apr 27 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.6-1.20100427
|
||||||
- wacom 0.10.6 (from git)
|
- wacom 0.10.6 (from git)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user