summaryrefslogtreecommitdiff
path: root/arm-e4412/xorg.conf.d/input.conf
blob: 6e9171a09014f564f1a94d661818166052787167 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Section "ServerFlags"
        Option "AllowEmptyInput" "true"
        Option "AutoAddDevices" "true"
        Option "AutoEnableDevices" "true"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchScreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdevmultitouch"
        Option "MultiTouch"     "3"
EndSection

Section "InputClass"
        Identifier "evdev pointer catchall"  
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection  

Section "InputClass"                           
        Identifier "evdev keyboard catchall"              
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputDevice"
        Identifier "Gesture"
        Driver  "gesture"
        Option  "Device"        "/dev/null"
        Option  "Activate"      "1"
EndSection