rpms/xorg-x11-drv-synaptics/devel 10-synaptics.fdi, 1.1, 1.2 xorg-x11-drv-synaptics.spec, 1.4, 1.5

Peter Hutterer whot at fedoraproject.org
Sun Sep 7 12:51:34 UTC 2008


Author: whot

Update of /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9739

Modified Files:
	10-synaptics.fdi xorg-x11-drv-synaptics.spec 
Log Message:
* Sun Sep 7 2008 Peter Hutterer <peter.hutterer at redhat.com> 0.15.0-5
- update fdi file to support "appletouch" devices.




Index: 10-synaptics.fdi
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel/10-synaptics.fdi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 10-synaptics.fdi	12 Aug 2008 06:11:49 -0000	1.1
+++ 10-synaptics.fdi	7 Sep 2008 12:51:03 -0000	1.2
@@ -8,6 +8,9 @@
       <match key="info.product" contains="AlpsPS/2 ALPS">
 	<merge key="input.x11_driver" type="string">synaptics</merge>
       </match>
+      <match key="info.product" contains="appletouch">
+          <merge key="input.x11_driver" type="string">synaptics</merge>
+      </match>
     </match>
   </device>
 </deviceinfo>


Index: xorg-x11-drv-synaptics.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-drv-synaptics/devel/xorg-x11-drv-synaptics.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-x11-drv-synaptics.spec	2 Sep 2008 10:59:10 -0000	1.4
+++ xorg-x11-drv-synaptics.spec	7 Sep 2008 12:51:03 -0000	1.5
@@ -5,7 +5,7 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 synaptics input driver
 Version:        0.15.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -96,6 +96,9 @@
 %doc COPYING README
 
 %changelog
+* Sun Sep 7 2008 Peter Hutterer <peter.hutterer at redhat.com> 0.15.0-5
+- update fdi file to support "appletouch" devices.
+
 * Tue Sep 2 2008 Peter Hutterer <peter.hutterer at redhat.com> 0.15.0-4
 - xf86-input-synaptics-0.15.0-dont-lose-buttonup.patch: force a click if
   middle button emulation times out during ReadInput cycle. RH #233717.




More information about the fedora-extras-commits mailing list