summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mtdev.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/mtdev.h b/include/mtdev.h
index df74e95..ba682c5 100644
--- a/include/mtdev.h
+++ b/include/mtdev.h
@@ -63,6 +63,11 @@ extern "C" {
63#define ABS_MT_SLOT 0x2f /* MT slot being modified */ 63#define ABS_MT_SLOT 0x2f /* MT slot being modified */
64#endif 64#endif
65 65
66/* includes available in 2.6.38 */
67#ifndef ABS_MT_DISTANCE
68#define ABS_MT_DISTANCE 0x3b /* Contact hover distance */
69#endif
70
66#define MT_ID_NULL (-1) 71#define MT_ID_NULL (-1)
67#define MT_ID_MIN 0 72#define MT_ID_MIN 0
68#define MT_ID_MAX 65535 73#define MT_ID_MAX 65535