Blame SOURCES/10-quirks.conf

976099
# Collection of quirks and blacklist/whitelists for specific devices.
976099
976099
976099
# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
976099
# http://bugs.freedesktop.org/show_bug.cgi?id=22442 
976099
Section "InputClass"
976099
        Identifier "ThinkPad HDAPS accelerometer blacklist"
976099
        MatchProduct "ThinkPad HDAPS accelerometer data"
976099
        Option "Ignore" "on"
976099
EndSection
976099
976099
# https://bugzilla.redhat.com/show_bug.cgi?id=523914
976099
# Mouse does not move in PV Xen guest
976099
# Explicitly tell evdev to not ignore the absolute axes.
976099
Section "InputClass"
976099
        Identifier "Xen Virtual Pointer axis blacklist"
976099
        MatchProduct "Xen Virtual Pointer"
976099
        Option "IgnoreAbsoluteAxes" "off"
976099
        Option "IgnoreRelativeAxes" "off"
976099
EndSection
976099
976099
# https://bugs.freedesktop.org/show_bug.cgi?id=55867
976099
# Bug 55867 - Doesn't know how to tag XI_TRACKBALL
976099
Section "InputClass"
976099
        Identifier "Tag trackballs as XI_TRACKBALL"
976099
        MatchProduct "trackball"
976099
        MatchDriver "evdev"
976099
        Option "TypeName" "TRACKBALL"
976099
EndSection
976099
976099
# https://bugs.freedesktop.org/show_bug.cgi?id=62831
976099
# Bug 62831 - Mionix Naos 5000 mouse detected incorrectly
976099
Section "InputClass"
976099
        Identifier "Tag Mionix Naos 5000 mouse XI_MOUSE"
976099
        MatchProduct "La-VIEW Technology Naos 5000 Mouse"
976099
        MatchDriver "evdev"
976099
        Option "TypeName" "MOUSE"
976099
EndSection