- Fix 10-wacom.conf for N-Trig devices: rename the class (copy/paste error)
and only take event devices. (Related #526270)
This commit is contained in:
parent
2757e0d08e
commit
8ca998787a
@ -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
|
||||
|
@ -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 <peter.hutterer@redhat.com> 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 <peter.hutterer@redhat.com> 0.10.4-4.20100219
|
||||
- Add stuff required to build from upstream git.
|
||||
- Update to today's git snapshot.
|
||||
|
Loading…
Reference in New Issue
Block a user