summaryrefslogtreecommitdiff
path: root/libre/xorg-server-libre/10-quirks.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-27 14:26:40 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-07-27 14:26:40 -0300
commitc05ee7214db837adbecc05cdf8588f271755a6cf (patch)
tree76fd634705c5f935645c62d7dc1ba5fce7a1a147 /libre/xorg-server-libre/10-quirks.conf
parent101d891e1e20dfc47a7dc12f114dbb60a1403c3c (diff)
parent221e0a1bb65a3c88f5da1ad9acbef34c1074ce88 (diff)
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/~git/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