tizen 2.4 release
[adaptation/ap_samsung/xserver-xorg-misc-exynos.git] / mobile / 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 "evdev"
12         Option "MultiTouch"     "10"
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  "PassKey1"      "121"   #Audio Mute Key
34         Option  "PassKey2"      "122"   #Volume Down Key
35         Option  "PassKey3"      "123"   #Volume Up Key
36         Option  "PassKey4"      "124"   #Power Key
37         Option  "PassKey5"      "171"   #Next Song Key
38         Option  "PassKey6"      "172"   #Audio PlayPause Key
39         Option  "PassKey7"      "173"   #Previous Song Key
40         Option  "PassKey8"      "174"   #Audio Stop Key
41         Option  "PassKey9"      "176"   #Audio Rewind Key
42         Option  "PassKey10"     "208"   #Audio Play Key
43         Option  "PassKey11"     "209"   #Audio Pause Key
44         Option  "PassKey12"     "216"   #Audio Forward Key
45         Option  "PassKey13"     "234"   #Audio Media Key
46         Option  "PassKey14"     "210"   #Voice Wakeup LPSD Key
47         Option  "PassKey15"     "211"   #Voice Wakeup Key
48 EndSection