Drop kmod from udev rule, not required
- Require linuxconsoletools for inputattach
This commit is contained in:
parent
6413a9564a
commit
d69082ffc8
@ -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}"
|
||||
|
||||
# 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"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
Summary: Xorg X11 wacom input driver
|
||||
Name: xorg-x11-drv-wacom
|
||||
Version: 0.23.0
|
||||
Release: 5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
Release: 6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: GPLv2+
|
||||
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 xinput)
|
||||
Requires: linuxconsoletools
|
||||
|
||||
Provides: linuxwacom = %{version}-%{release}
|
||||
Obsoletes: linuxwacom <= 0.8.4.3
|
||||
@ -102,6 +103,10 @@ X.Org X11 wacom input driver development files.
|
||||
%{_bindir}/isdv4-serial-debugger
|
||||
|
||||
%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
|
||||
- Use systemd for starting inputattach
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user