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