summaryrefslogtreecommitdiff
path: root/libre/xorg-server-libre/10-quirks.conf
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-28 10:12:09 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-28 10:12:09 -0300
commit051321090b2f7c869cf26fea237dbc37e1922bfc (patch)
tree70fd422b5fff0f7dd5263581eadafa350d33b707 /libre/xorg-server-libre/10-quirks.conf
parentc032b26d1935f3239fd56bc0cc23fadc35a6c138 (diff)
parentadd67d4739720737bdc39829fad0a2c206d76347 (diff)
downloadabslibre-051321090b2f7c869cf26fea237dbc37e1922bfc.tar.gz
abslibre-051321090b2f7c869cf26fea237dbc37e1922bfc.tar.bz2
abslibre-051321090b2f7c869cf26fea237dbc37e1922bfc.zip
Merge branch 'master' of projects.parabolagnulinux.org:abslibre
Diffstat (limited to 'libre/xorg-server-libre/10-quirks.conf')
-rw-r--r--libre/xorg-server-libre/10-quirks.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/libre/xorg-server-libre/10-quirks.conf b/libre/xorg-server-libre/10-quirks.conf
new file mode 100644
index 000000000..7afad22dc
--- /dev/null
+++ b/libre/xorg-server-libre/10-quirks.conf
@@ -0,0 +1,10 @@
+# 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