2010-02-17 04:59:17 +00:00
|
|
|
# Collection of quirks and blacklist/whitelists for specific devices.
|
|
|
|
|
|
|
|
|
|
|
|
# Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
|
|
|
|
# http://bugs.freedesktop.org/show_bug.cgi?id=22442
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "ThinkPad HDAPS accelerometer blacklist"
|
|
|
|
MatchProduct "ThinkPad HDAPS accelerometer data"
|
|
|
|
Option "Ignore" "on"
|
|
|
|
EndSection
|
2011-03-11 02:38:25 +00:00
|
|
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=523914
|
|
|
|
# Mouse does not move in PV Xen guest
|
|
|
|
# Explicitly tell evdev to not ignore the absolute axes.
|
|
|
|
Section "InputClass"
|
|
|
|
Identifier "Xen Virtual Pointer axis blacklist"
|
|
|
|
MatchProduct "Xen Virtual Pointer"
|
|
|
|
Option "IgnoreAbsoluteAxes" "off"
|
|
|
|
Option "IgnoreRelativeAxes" "off"
|
|
|
|
EndSection
|