upload tizen2.0 source
[adaptation/ap_samsung/xserver-xorg-misc-exynos.git] / arm-e4412 / xorg.conf.d / input.conf
1 Section "ServerFlags"
2         Option "AllowEmptyInput" "true"
3         Option "AutoAddDevices" "true"
4         Option "AutoEnableDevices" "true"
5 EndSection
6
7 Section "InputClass"
8         Identifier "evdev touchscreen catchall"
9         MatchIsTouchScreen "on"
10         MatchDevicePath "/dev/input/event*"
11         Driver "evdevmultitouch"
12         Option "MultiTouch"     "3"
13 EndSection
14
15 Section "InputClass"
16         Identifier "evdev pointer catchall"  
17         MatchIsPointer "on"
18         MatchDevicePath "/dev/input/event*"
19         Driver "evdev"
20 EndSection  
21
22 Section "InputClass"                           
23         Identifier "evdev keyboard catchall"              
24         MatchIsKeyboard "on"
25         MatchDevicePath "/dev/input/event*"
26         Driver "evdev"
27 EndSection
28
29 Section "InputDevice"
30         Identifier "Gesture"
31         Driver  "gesture"
32         Option  "Device"        "/dev/null"
33         Option  "Activate"      "1"
34 EndSection