diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-24 02:03:54 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-24 02:03:54 +0200 |
commit | da005320cacd196c7db9bb2d0fc4b16ba6efd79f (patch) | |
tree | bbcad7a9b00ccb8579dee50dc2ae5d9bcec361b4 /xorg-server-hwcursor-gamma/10-quirks.conf | |
parent | add watch script for qtchess (diff) | |
download | aur-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.conf | 10 |
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 |