device/generic/x86
Revision | 64b3377308f13dd878b13a96d8a31993ef2e2efc (tree) |
---|---|
Zeit | 2014-08-09 04:29:59 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Add idc files to support touchpad gesture
@@ -0,0 +1,3 @@ | ||
1 | +touch.deviceType = default | |
2 | +touch.orientationAware = 1 | |
3 | +touch.gestureMode = spots |
@@ -0,0 +1,13 @@ | ||
1 | +# touch.deviceType = touchScreen | touchPad | pointer | default | |
2 | +touch.deviceType = default | |
3 | + | |
4 | +# orientationAware | |
5 | +# touch.orientationAware = 0 or 1 | |
6 | +touch.orientationAware = 0 | |
7 | + | |
8 | +# gestureMode | |
9 | +# Definition: touch.gestureMode = pointer | spots | default | |
10 | +touch.gestureMode = pointer | |
11 | + | |
12 | +# Definition: device.internal = 0 | 1 | |
13 | +device.internal = 1 |