Fix udev rules file (thanks to Lennart):
The subsystem cannot be assigned. Append the attrs to the device name Match only on tty/pnp
This commit is contained in:
parent
e1b87f89be
commit
10eded9ff4
@ -1,8 +1,8 @@
|
|||||||
ACTION!="add|change", GOTO="wacom_end"
|
ACTION!="add|change", GOTO="wacom_end"
|
||||||
|
|
||||||
# Match all wacom tablets with a serial ID starting with WACf
|
# Match all wacom tablets with a serial ID starting with WACf
|
||||||
ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
SUBSYSTEM="tty", SUBSYSTEMS="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
||||||
ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
SUBSYSTEM="tty", SUBSYSTEMS="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1"
|
||||||
|
|
||||||
LABEL="wacom_end"
|
LABEL="wacom_end"
|
||||||
|
|
||||||
|
@ -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.11.99
|
Version: 0.11.99
|
||||||
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
|
||||||
@ -97,6 +97,12 @@ X.Org X11 wacom input driver development files.
|
|||||||
%{_bindir}/isdv4-serial-debugger
|
%{_bindir}/isdv4-serial-debugger
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 20 2011 Peter Hutterer <peter.hutterer@redhat.com> 0.11.99-2.20110527
|
||||||
|
- Fix udev rules file (thanks to Lennart):
|
||||||
|
- The subsystem cannot be assigned.
|
||||||
|
- Append the attrs to the device name
|
||||||
|
- Match only on tty/pnp
|
||||||
|
|
||||||
* Thu Jul 07 2011 Peter Hutterer <peter.hutterer@redhat.com>
|
* Thu Jul 07 2011 Peter Hutterer <peter.hutterer@redhat.com>
|
||||||
- Disable silent rules on build
|
- Disable silent rules on build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user