[xorg-x11-drv-synaptics/f20] Add L440 and X1 Carbon tags/config

Peter Hutterer whot at fedoraproject.org
Wed Apr 9 02:00:02 UTC 2014


commit b24767101544c1f01638c71531a41012841c0740
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Wed Apr 9 11:55:28 2014 +1000

    Add L440 and X1 Carbon tags/config

 50-synaptics.conf           |   12 ++++++++++++
 70-touchpad-quirks.rules    |    2 ++
 xorg-x11-drv-synaptics.spec |    5 ++++-
 3 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/50-synaptics.conf b/50-synaptics.conf
index 6d243c2..81784c1 100644
--- a/50-synaptics.conf
+++ b/50-synaptics.conf
@@ -117,3 +117,15 @@ Section "InputClass"
         MatchTag "Yoga"
         Option "SecondarySoftButtonAreas" "3835 0 0 1439 3116 3834 0 1439"
 EndSection
+
+Section "InputClass"
+        Identifier "Lenovo L440 trackstick software button buttons"
+        MatchTag "L440"
+        Option "SecondarySoftButtonAreas" "3835 0 0 1439 3116 3834 0 1439"
+EndSection
+
+Section "InputClass"
+        Identifier "Lenovo X1 Carbon trackstick software button buttons"
+        MatchTag "X1C"
+        Option "SecondarySoftButtonAreas" "3363 0 0 2280 2717 3362 0 2280"
+EndSection
diff --git a/70-touchpad-quirks.rules b/70-touchpad-quirks.rules
index bc1aa8b..3da28f9 100644
--- a/70-touchpad-quirks.rules
+++ b/70-touchpad-quirks.rules
@@ -13,9 +13,11 @@ ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1012", \
   ENV{ID_INPUT.tags}="touchpad_button_overlap"
 
 ATTR{[dmi/id]product_version}=="*T440*", ENV{ID_INPUT.tags}="T440"
+ATTR{[dmi/id]product_version}=="*L440*", ENV{ID_INPUT.tags}="L440"
 ATTR{[dmi/id]product_version}=="*T540*", ENV{ID_INPUT.tags}="T540"
 ATTR{[dmi/id]product_version}=="*X240*", ENV{ID_INPUT.tags}="X240"
 ATTR{[dmi/id]product_version}=="*Helix*" ENV{ID_INPUT.tags}="X240"
 ATTR{[dmi/id]product_version}=="*Yoga*", ENV{ID_INPUT.tags}="Yoga"
+ATTR{[dmi/id]product_version}=="*X1 Carbon 2nd*", ENV{ID_INPUT.tags}="X1C"
 
 LABEL="touchpad_quirks_end"
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index b99a3a9..700b52a 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.7.4
-Release:        5%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Release:        6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -162,6 +162,9 @@ Development files for the Synaptics TouchPad for X.Org.
 
 
 %changelog
+* Wed Apr 09 2014 Peter Hutterer <peter.hutterer at redhat.com> 1.7.4-6
+- Add L440 and X1 Carbon tags/config
+
 * Wed Apr 02 2014 Peter Hutterer <peter.hutterer at redhat.com> 1.7.4-5
 - Update the various top softbutton ranges and use a udev quirk to tag them
 


More information about the scm-commits mailing list