Blame SOURCES/10-quirks.conf

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