updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / xorg-server-dev / 10-quirks.conf
blob7afad22dc6a8a658f0b6c08ad2377c681897bc27
1 # Collection of quirks and blacklist/whitelists for specific devices.
4 # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
5 # http://bugs.freedesktop.org/show_bug.cgi?id=22442 
6 Section "InputClass"
7         Identifier "ThinkPad HDAPS accelerometer blacklist"
8         MatchProduct "ThinkPad HDAPS accelerometer data"
9         Option "Ignore" "on"
10 EndSection