Blame SOURCES/10-quirks.conf

70130e
# Collection of quirks and blacklist/whitelists for specific devices.
70130e
70130e
70130e
# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
70130e
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
70130e
Section "InputClass"
70130e
        Identifier "ThinkPad HDAPS accelerometer blacklist"
70130e
        MatchProduct "ThinkPad HDAPS accelerometer data"
70130e
        Option "Ignore" "on"
70130e
EndSection
70130e
70130e
# https://bugzilla.redhat.com/show_bug.cgi?id=523914
70130e
# Mouse does not move in PV Xen guest
70130e
# Explicitly tell evdev to not ignore the absolute axes.
70130e
Section "InputClass"
70130e
        Identifier "Xen Virtual Pointer axis blacklist"
70130e
        MatchProduct "Xen Virtual Pointer"
70130e
        Option "IgnoreAbsoluteAxes" "off"
70130e
        Option "IgnoreRelativeAxes" "off"
70130e
EndSection
70130e
70130e
# https://bugzilla.redhat.com/show_bug.cgi?id=612140
70130e
# please make Evoluent VerticalMouse 3 work out of the box
70130e
# Button mapping on this mouse is quirky
70130e
Section "InputClass"
70130e
	Identifier "Evoluent VerticalMouse 3"
70130e
        MatchProduct "Evoluent VerticalMouse 3"
70130e
        # Sets following configuration:
70130e
        # top button:    left
70130e
        # middle button: middle
70130e
        # bottom button: right
70130e
        # wheel click:   middle
70130e
        # thumb button:  8 (back)
70130e
	Option "ButtonMapping" "1 2 2 4 5 6 7 3 8"
70130e
EndSection
70130e
70130e
70130e
# https://bugs.freedesktop.org/show_bug.cgi?id=55867
70130e
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
70130e
Section "InputClass"
70130e
        Identifier "Tag trackballs as XI_TRACKBALL"
70130e
        MatchProduct "trackball"
70130e
        MatchDriver "evdev"
70130e
        Option "TypeName" "TRACKBALL"
70130e
EndSection
70130e
70130e
# https://bugs.freedesktop.org/show_bug.cgi?id=62831
70130e
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
70130e
Section "InputClass"
70130e
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
70130e
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
70130e
        MatchDriver "evdev"
70130e
        Option "TypeName" "MOUSE"
70130e
EndSection