Add quirk for Evoluent Vertical Mouse 3, button mapping is quirky
(#612140)
This commit is contained in:
parent
f8bb630db3
commit
74a627e056
@ -18,3 +18,19 @@ Section "InputClass"
|
|||||||
Option "IgnoreAbsoluteAxes" "off"
|
Option "IgnoreAbsoluteAxes" "off"
|
||||||
Option "IgnoreRelativeAxes" "off"
|
Option "IgnoreRelativeAxes" "off"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=612140
|
||||||
|
# please make Evoluent VerticalMouse 3 work out of the box
|
||||||
|
# Button mapping on this mouse is quirky
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "Evoluent VerticalMouse 3"
|
||||||
|
MatchProduct "Evoluent VerticalMouse 3"
|
||||||
|
# Sets following configuration:
|
||||||
|
# top button: left
|
||||||
|
# middle button: middle
|
||||||
|
# bottom button: right
|
||||||
|
# wheel click: middle
|
||||||
|
# thumb button: 8 (back)
|
||||||
|
Option "ButtonMapping" "1 2 2 0 0 0 0 3 8"
|
||||||
|
EndSection
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
Summary: X.Org X11 X server
|
Summary: X.Org X11 X server
|
||||||
Name: xorg-x11-server
|
Name: xorg-x11-server
|
||||||
Version: 1.13.99.901
|
Version: 1.13.99.901
|
||||||
Release: 3%{?gitdate:.%{gitdate}}%{dist}
|
Release: 4%{?gitdate:.%{gitdate}}%{dist}
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -584,6 +584,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{xserver_source_dir}
|
%{xserver_source_dir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Wed Jan 23 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-3
|
* Wed Jan 23 2013 Adam Jackson <ajax@redhat.com> 1.13.99.901-3
|
||||||
- Bump XI minor for barriers
|
- Bump XI minor for barriers
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user