Blame SOURCES/10-quirks.conf

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