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

This commit is contained in:
Peter Hutterer 2013-02-14 15:46:30 +10:00
parent 74a627e056
commit a32adcbcc8
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -42,7 +42,7 @@
Summary: X.Org X11 X server
Name: xorg-x11-server
Version: 1.13.99.901
Release: 4%{?gitdate:.%{gitdate}}%{dist}
Release: 5%{?gitdate:.%{gitdate}}%{dist}
URL: http://www.x.org
License: MIT
Group: User Interface/X
@ -584,6 +584,9 @@ rm -rf $RPM_BUILD_ROOT
%{xserver_source_dir}
%changelog
* Thu Feb 14 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-5
- Fix scrolling for Evoluent Vertical Mouse 3 (#612140#c20)
* Fri Jan 25 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.13.99.901-4
- Add quirk for Evoluent Vertical Mouse 3, button mapping is quirky
(#612140)