e6c4be6b105ab246efd5312c5ac5b87a362fedcd
[adaptation/ap_samsung/xserver-xorg-misc-exynos.git] / wearable / 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"     "2"
13         Option "Resolution"     "0 319 0 319"
14         Option "SwapAxes"       "off"
15         Option "InvertX"        "off"
16         Option "InvertY"        "off"
17         #Option "RotationNode"  "/sys/class/sec/tsp/rotate"
18 EndSection
19
20 Section "InputClass"
21         Identifier "evdev pointer catchall"
22         MatchIsPointer "on"
23         MatchDevicePath "/dev/input/event*"
24         Driver "evdev"
25 EndSection
26
27 Section "InputClass"
28         Identifier "evdev keyboard catchall"
29         MatchIsKeyboard "on"
30         MatchDevicePath "/dev/input/event*"
31         Driver "evdev"
32 EndSection
33
34 Section "InputDevice"
35         Identifier "Gesture"
36         Driver  "gesture"
37         Option  "Device"                                "/dev/null"
38         Option  "Activate"                              "1"
39         Option  "ScreenWidth"                   "320"
40         Option  "ScreenHeight"                  "320"
41         Option  "FlickDownKeycode"              "166"
42         Option  "FlickUpKeycode"                "177"
43         Option  "FlickPressArea"                "18"
44         Option  "FlickPressArea_LEFT"           "50"
45         Option  "FlickPressArea_LEFT_RIGHT"     "40"
46         Option  "FlickMinimumHeight"    "25"
47         Option  "ShutdownKeycode"               "0"
48         Option  "SingleTapThresHold"    "200"
49         Option  "DoubleTapThresHold"    "400"
50         Option  "HoldAreaThresHold"             "1.3"
51         Option  "HoldMoveThresHold"             "20"
52         Option  "HoldTimeThresHold"             "500"
53         Option  "ActivateFlickDown"     "1"
54         Option  "ActivateFlickUp"       "0"
55         Option  "ActivateFlickRight"    "0"
56 EndSection