|
@@ -656,6 +656,7 @@ struct input_absinfo {
|
|
#define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
|
|
#define ABS_MT_POSITION_Y 0x36 /* Center Y ellipse position */
|
|
#define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */
|
|
#define ABS_MT_TOOL_TYPE 0x37 /* Type of touching device */
|
|
#define ABS_MT_BLOB_ID 0x38 /* Group a set of packets as a blob */
|
|
#define ABS_MT_BLOB_ID 0x38 /* Group a set of packets as a blob */
|
|
|
|
+#define ABS_MT_TRACKING_ID 0x39 /* Unique ID of initiated contact */
|
|
|
|
|
|
#define ABS_MAX 0x3f
|
|
#define ABS_MAX 0x3f
|
|
#define ABS_CNT (ABS_MAX+1)
|
|
#define ABS_CNT (ABS_MAX+1)
|