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