aboutsummaryrefslogtreecommitdiffstats
path: root/xorg-server-hwcursor-gamma/10-quirks.conf
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-24 02:03:54 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-24 02:03:54 +0200
commitda005320cacd196c7db9bb2d0fc4b16ba6efd79f (patch)
treebbcad7a9b00ccb8579dee50dc2ae5d9bcec361b4 /xorg-server-hwcursor-gamma/10-quirks.conf
parentadd watch script for qtchess (diff)
downloadaur-packages-da005320cacd196c7db9bb2d0fc4b16ba6efd79f.tar.gz
aur-packages-da005320cacd196c7db9bb2d0fc4b16ba6efd79f.tar.bz2
aur-packages-da005320cacd196c7db9bb2d0fc4b16ba6efd79f.tar.xz
add xorg-server-hwcursor-gamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'xorg-server-hwcursor-gamma/10-quirks.conf')
-rw-r--r--xorg-server-hwcursor-gamma/10-quirks.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/xorg-server-hwcursor-gamma/10-quirks.conf b/xorg-server-hwcursor-gamma/10-quirks.conf
new file mode 100644
index 0000000..7afad22
--- /dev/null
+++ b/xorg-server-hwcursor-gamma/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