mtdev.h | mtdev.h | |||
---|---|---|---|---|
skipping to change at line 60 | skipping to change at line 60 | |||
#endif | #endif | |||
/* includes available in 2.6.33 */ | /* includes available in 2.6.33 */ | |||
#ifndef ABS_MT_PRESSURE | #ifndef ABS_MT_PRESSURE | |||
#define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ | #define ABS_MT_PRESSURE 0x3a /* Pressure on contact area */ | |||
#endif | #endif | |||
/* includes available in 2.6.36 */ | /* includes available in 2.6.36 */ | |||
#ifndef ABS_MT_SLOT | #ifndef ABS_MT_SLOT | |||
#define ABS_MT_SLOT 0x2f /* MT slot being modified */ | #define ABS_MT_SLOT 0x2f /* MT slot being modified */ | |||
#endif | ||||
#ifndef MT_SLOT_ABS_EVENTS | ||||
#define MT_SLOT_ABS_EVENTS { \ | #define MT_SLOT_ABS_EVENTS { \ | |||
ABS_MT_TOUCH_MAJOR, \ | ABS_MT_TOUCH_MAJOR, \ | |||
ABS_MT_TOUCH_MINOR, \ | ABS_MT_TOUCH_MINOR, \ | |||
ABS_MT_WIDTH_MAJOR, \ | ABS_MT_WIDTH_MAJOR, \ | |||
ABS_MT_WIDTH_MINOR, \ | ABS_MT_WIDTH_MINOR, \ | |||
ABS_MT_ORIENTATION, \ | ABS_MT_ORIENTATION, \ | |||
ABS_MT_POSITION_X, \ | ABS_MT_POSITION_X, \ | |||
ABS_MT_POSITION_Y, \ | ABS_MT_POSITION_Y, \ | |||
ABS_MT_TOOL_TYPE, \ | ABS_MT_TOOL_TYPE, \ | |||
ABS_MT_BLOB_ID, \ | ABS_MT_BLOB_ID, \ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||