[xorg-x11-drv-synaptics/f17] Force clickpad on for apple wireless trackpad

Peter Hutterer whot at fedoraproject.org
Thu Apr 26 03:38:18 UTC 2012


commit 8579e453105272b7be0fa19279fe2d15b0873711
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Apr 26 13:41:36 2012 +1000

    Force clickpad on for apple wireless trackpad

 50-synaptics.conf           |    9 +++++++++
 xorg-x11-drv-synaptics.spec |    5 ++++-
 2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/50-synaptics.conf b/50-synaptics.conf
index 42a164f..7f022bc 100644
--- a/50-synaptics.conf
+++ b/50-synaptics.conf
@@ -25,6 +25,15 @@ EndSection
 
 # Quirks for special touchpads
 
+# Force clickpad on for wireless trackpad. The propbit isn't set on 3.3.
+# Remove once we're on 3.4
+Section "InputClass"
+        Identifier "Disable clickpad buttons on Apple touchpads"
+        MatchProduct "Apple Wireless Trackpad"
+        MatchDriver "synaptics"
+        Option "ClickPad" "on"
+EndSection
+
 # Some devices have the buttons as part of the lower edge of the
 # touchpad.  Pressing a button moves the cursor, causing cursor jumps and
 # erroneous clicks.
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index 0fe1d26..e611699 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -8,7 +8,7 @@
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
 Version:        1.5.99.903
-Release:        4%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
+Release:        5%{?gitdate:.%{gitdate}git%{gitversion}}%{dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -138,6 +138,9 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Thu Apr 26 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.5.99.903-5.20120419git11d892964
+- Force clickpad on for apple wireless trackpad
+
 * Tue Apr 24 2012 Peter Hutterer <peter.hutterer at redhat.com> 1.5.99.903-4.20120419git11d892964
 - Reset touch state on DEVICE_OFF (#814972)
 


More information about the scm-commits mailing list