- Update sources to sourceforge, 0.10.4 was released on sf only.
- Remove wacom.fdi, we're just using the one shipped by the driver now.
This commit is contained in:
parent
41dc259b32
commit
2094246a1c
35
10-wacom.fdi
35
10-wacom.fdi
@ -1,35 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
||||||
<!-- this is probably a bit imprecise -->
|
|
||||||
<deviceinfo version="0.2">
|
|
||||||
<device>
|
|
||||||
<match key="info.category" contains="input">
|
|
||||||
<match key="info.product" contains_outof="Wacom;WALTOP">
|
|
||||||
<merge key="input.x11_driver" type="string">wacom</merge>
|
|
||||||
</match>
|
|
||||||
</match>
|
|
||||||
<match key="info.capabilities" contains="serial">
|
|
||||||
<match key="@info.parent:pnp.id" contains_outof="WACf;FUJ02e5">
|
|
||||||
<append key="info.capabilities" type="strlist">input</append>
|
|
||||||
<merge key="input.x11_driver" type="string">wacom</merge>
|
|
||||||
<merge key="input.x11_options.ForceDevice" type="string">ISDV4</merge>
|
|
||||||
<merge key="input.device" type="copy_property">serial.device</merge>
|
|
||||||
</match>
|
|
||||||
</match>
|
|
||||||
<!-- N-Trig Duosense Electromagnetic Digitizer -->
|
|
||||||
<match key="info.product" contains="HID 1b96:0001">
|
|
||||||
<match key="info.parent" contains="if0">
|
|
||||||
<merge key="input.x11_driver" type="string">wacom</merge>
|
|
||||||
</match>
|
|
||||||
</match>
|
|
||||||
</device>
|
|
||||||
<!-- Match the Wacom Bluetooth A5 pen tablet -->
|
|
||||||
<device>
|
|
||||||
<match key="info.capabilities" contains="input.mouse">
|
|
||||||
<match key="info.product" contains="WACOM">
|
|
||||||
<match key="info.product" contains="Tablet">
|
|
||||||
<merge key="input.x11_driver" type="string">wacom</merge>
|
|
||||||
</match>
|
|
||||||
</match>
|
|
||||||
</match>
|
|
||||||
</device>
|
|
||||||
</deviceinfo>
|
|
@ -5,14 +5,13 @@
|
|||||||
Summary: Xorg X11 wacom input driver
|
Summary: Xorg X11 wacom input driver
|
||||||
Name: xorg-x11-drv-wacom
|
Name: xorg-x11-drv-wacom
|
||||||
Version: 0.10.4
|
Version: 0.10.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Source0: http://people.freedesktop.org/~whot/%{tarball}/%{tarball}-%{version}.tar.bz2
|
Source0: http://prdownloads.sourceforge.net/linuxwacom/xf86-input-wacom-0.10.4.tar.bz2
|
||||||
Source1: 10-wacom.fdi
|
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
@ -78,6 +77,10 @@ X.Org X11 wacom input driver development files.
|
|||||||
%{_includedir}/xorg/wacom-properties.h
|
%{_includedir}/xorg/wacom-properties.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-2
|
||||||
|
- Update sources to sourceforge, 0.10.4 was released on sf only.
|
||||||
|
- Remove wacom.fdi, we're just using the one shipped by the driver now.
|
||||||
|
|
||||||
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-1
|
* Thu Jan 21 2010 Peter Hutterer <peter.hutterer@redhat.com> 0.10.4-1
|
||||||
- wacom 0.10.4
|
- wacom 0.10.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user