Drop kmod from udev rule, not required

- Require linuxconsoletools for inputattach
This commit is contained in:
Peter Hutterer 2013-12-12 08:33:53 +10:00
parent 6413a9564a
commit d69082ffc8
2 changed files with 7 additions and 2 deletions

View File

@ -9,7 +9,7 @@ SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Seri
SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}" SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
# inputattach # inputattach
SUBSYSTEM=="tty|pnp", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf*", RUN{builtin}="kmod load wacom_w8001", TAG+="systemd", ENV{SYSTEMD_WANTS}+="wacom-inputattach@%k.service" SUBSYSTEM=="tty|pnp", KERNEL=="ttyS[0-9]*", ATTRS{id}=="WACf*", TAG+="systemd", ENV{SYSTEMD_WANTS}+="wacom-inputattach@%k.service"
LABEL="wacom_end" LABEL="wacom_end"

View File

@ -9,7 +9,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.23.0 Version: 0.23.0
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist} Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?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
@ -34,6 +34,7 @@ BuildRequires: systemd systemd-devel
Requires: Xorg %(xserver-sdk-abi-requires ansic) Requires: Xorg %(xserver-sdk-abi-requires ansic)
Requires: Xorg %(xserver-sdk-abi-requires xinput) Requires: Xorg %(xserver-sdk-abi-requires xinput)
Requires: linuxconsoletools
Provides: linuxwacom = %{version}-%{release} Provides: linuxwacom = %{version}-%{release}
Obsoletes: linuxwacom <= 0.8.4.3 Obsoletes: linuxwacom <= 0.8.4.3
@ -102,6 +103,10 @@ X.Org X11 wacom input driver development files.
%{_bindir}/isdv4-serial-debugger %{_bindir}/isdv4-serial-debugger
%changelog %changelog
* Thu Dec 12 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.23.0-6
- Drop kmod from udev rule, not required
- Require linuxconsoletools for inputattach
* Mon Dec 09 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.23.0-5 * Mon Dec 09 2013 Peter Hutterer <peter.hutterer@redhat.com> 0.23.0-5
- Use systemd for starting inputattach - Use systemd for starting inputattach