From 8ca998787a7fb1bd43a96bc59b5f19eacb76145e Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 4 Mar 2010 00:01:14 +0000 Subject: [PATCH] - Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error) and only take event devices. (Related #526270) --- 10-wacom.conf | 3 ++- xorg-x11-drv-wacom.spec | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/10-wacom.conf b/10-wacom.conf index 1751d44..dd486ee 100644 --- a/10-wacom.conf +++ b/10-wacom.conf @@ -13,7 +13,8 @@ EndSection # N-Trig Duosense Electromagnetic Digitizer Section "InputClass" - Identifier "Wacom serial class" + Identifier "Wacom N-Trig class" MatchProduct "HID 1b96:0001" + MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection diff --git a/xorg-x11-drv-wacom.spec b/xorg-x11-drv-wacom.spec index 81badad..9f5d71d 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.4 -Release: 4%{?gitdate:.%{gitdate}}%{?dist} +Release: 5%{?gitdate:.%{gitdate}}%{?dist} URL: http://www.x.org License: GPLv2+ Group: User Interface/X Hardware Support @@ -92,6 +92,10 @@ X.Org X11 wacom input driver development files. %{_includedir}/xorg/wacom-properties.h %changelog +* Thu Mar 04 2010 Peter Hutterer 0.10.4-5.20100219 +- Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error) + and only take event devices. (Related #526270) + * Fri Feb 19 2010 Peter Hutterer 0.10.4-4.20100219 - Add stuff required to build from upstream git. - Update to today's git snapshot.