3cdd9e5b57
- Add 10-quirks.conf for specific black/whitelisting of devices. - xserver-1.8-udev-warning.patch: stick giant warning into log file that fdi files need to be ported.
11 lines
377 B
Plaintext
11 lines
377 B
Plaintext
# 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
|