xorg-x11-server/10-quirks.conf
Peter Hutterer 3cdd9e5b57 * Wed Feb 17 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.7.99.901-3.2010208
- 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.
2010-02-17 04:59:17 +00:00

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