Blame SOURCES/10-quirks.conf

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