[xorg-x11-server/f18] Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)

Peter Hutterer whot at fedoraproject.org
Thu Feb 14 05:49:53 UTC 2013


commit e41c297b7811cf0950fd0a74cd4e70096e93b9c5
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Feb 14 15:46:30 2013 +1000

    Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)

 10-quirks.conf       |    2 +-
 xorg-x11-server.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/10-quirks.conf b/10-quirks.conf
index c850660..b33d13f 100644
--- a/10-quirks.conf
+++ b/10-quirks.conf
@@ -31,6 +31,6 @@ Section "InputClass"
         # bottom button: right
         # wheel click:   middle
         # thumb button:  8 (back)
-	Option "ButtonMapping" "1 2 2 0 0 0 0 3 8"
+	Option "ButtonMapping" "1 2 2 4 5 6 7 3 8"
 EndSection
 
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index 438a738..ff38661 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -43,7 +43,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.13.2
-Release:   3%{?gitdate:.%{gitdate}}%{dist}
+Release:   4%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -603,6 +603,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Thu Feb 14 2013 Peter Hutterer <peter.hutterer at redhat.com> 1.13.2-4
+- Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)
+
 * Thu Feb 07 2013 Dave Airlie <airlied at redhat.com> 1.13.2-3
 - fix crash from event send patch with vesa + usb
 


More information about the scm-commits mailing list