mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-04-14 11:44:16 +00:00
Add missing mt axis labels
update evdev according to latest changes in input.h Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
committed by
Peter Hutterer
parent
5af11b6752
commit
c263d6e46d
@@ -94,6 +94,11 @@ static const char* abs_labels[] = {
|
||||
AXIS_LABEL_PROP_ABS_MT_BLOB_ID, /* 0x38 */
|
||||
AXIS_LABEL_PROP_ABS_MT_TRACKING_ID, /* 0x39 */
|
||||
AXIS_LABEL_PROP_ABS_MT_PRESSURE, /* 0x3a */
|
||||
#ifdef AXIS_LABEL_PROP_ABS_MT_DISTANCE
|
||||
AXIS_LABEL_PROP_ABS_MT_DISTANCE, /* 0x3b */
|
||||
AXIS_LABEL_PROP_ABS_MT_TOOL_X, /* 0x3c */
|
||||
AXIS_LABEL_PROP_ABS_MT_TOOL_Y, /* 0x3d */
|
||||
#endif /* AXIS_LABEL_PROP_ABS_MT_DISTANCE */
|
||||
};
|
||||
|
||||
static const char* rel_labels[] = {
|
||||
|
||||
Reference in New Issue
Block a user