[xorg-x11-server/f14/master] Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699)

Peter Hutterer whot at fedoraproject.org
Fri Mar 11 02:43:46 UTC 2011


commit 7c334c3c0d58429ecf684e972d730ae0f7ad80d0
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Fri Mar 11 12:40:32 2011 +1000

    Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699)
    
    (cherry picked from commit e108d1447229c1d0ef6d96f62e92400b3d0b9830)
    
    Conflicts:
    
    	xorg-x11-server.spec

 10-quirks.conf       |   10 ++++++++++
 xorg-x11-server.spec |    5 ++++-
 2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/10-quirks.conf b/10-quirks.conf
index 7afad22..82d3ec2 100644
--- a/10-quirks.conf
+++ b/10-quirks.conf
@@ -8,3 +8,13 @@ Section "InputClass"
         MatchProduct "ThinkPad HDAPS accelerometer data"
         Option "Ignore" "on"
 EndSection
+
+# https://bugzilla.redhat.com/show_bug.cgi?id=523914
+# Mouse does not move in PV Xen guest
+# Explicitly tell evdev to not ignore the absolute axes.
+Section "InputClass"
+        Identifier "Xen Virtual Pointer axis blacklist"
+        MatchProduct "Xen Virtual Pointer"
+        Option "IgnoreAbsoluteAxes" "off"
+        Option "IgnoreRelativeAxes" "off"
+EndSection
diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec
index a7a43b7..9c3d449 100644
--- a/xorg-x11-server.spec
+++ b/xorg-x11-server.spec
@@ -30,7 +30,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.9.4
-Release:   1%{?gitdate:.%{gitdate}}%{dist}
+Release:   2%{?gitdate:.%{gitdate}}%{dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -572,6 +572,9 @@ rm -rf $RPM_BUILD_ROOT
 %{xserver_source_dir}
 
 %changelog
+* Fri Mar 11 2011 Peter Hutterer <peter.hutterer at redhat.com> 1.9.4-2
+- Add Xen virtual pointer quirk to 10-quirks.conf (#523914, #679699)
+
 * Wed Feb 09 2011 Adam Jackson <ajax at redhat.com> 1.9.4-1
 - xserver 1.9.4
 


More information about the scm-commits mailing list