01fca87d18
--HG-- extra : convert_revision : 47e12e193f7aebfecbbd4f8d1a6b0ca5dc510bd0
10 lines
377 B
Text
10 lines
377 B
Text
# 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
|