summaryrefslogtreecommitdiff
path: root/libre/xorg-server-libre/10-quirks.conf
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-25 22:13:33 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-07-25 22:13:33 -0300
commit05252aac0bc2527999c83d69e71fb327ddb00099 (patch)
tree710db2e69c7a24ef74c1c7ba82f6e257b35fad64 /libre/xorg-server-libre/10-quirks.conf
parent95af5f97c59c2c43cb06f4f9e37612a2970ca61d (diff)
downloadabslibre-05252aac0bc2527999c83d69e71fb327ddb00099.tar.gz
abslibre-05252aac0bc2527999c83d69e71fb327ddb00099.tar.bz2
abslibre-05252aac0bc2527999c83d69e71fb327ddb00099.zip
add xorg-server-libre to libre repo
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