diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-28 10:12:09 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-28 10:12:09 -0300 |
commit | 051321090b2f7c869cf26fea237dbc37e1922bfc (patch) | |
tree | 70fd422b5fff0f7dd5263581eadafa350d33b707 /libre/xorg-server-libre/10-quirks.conf | |
parent | c032b26d1935f3239fd56bc0cc23fadc35a6c138 (diff) | |
parent | add67d4739720737bdc39829fad0a2c206d76347 (diff) | |
download | abslibre-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.conf | 10 |
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 |