summaryrefslogtreecommitdiffstats
path: root/xorg-server/15-quirks.conf
blob: 8299a5d8967e0e19a4ed1b2d9200b582179f9ec4 (plain)
1
2
3
4
5
6
7
8
9
10
Section "InputClass"
        Identifier "no need Accelerometer in X"
        MatchProduct "Accelerometer"
        Option "Ignore" "on"
EndSection
Section "InputClass"
        Identifier "no need accelerometer in X"
        MatchProduct "accelerometer"
        Option "Ignore" "on"
EndSection