diff options
author | Benjamin Tissoires <benjamin.tissoires@gmail.com> | 2012-10-26 16:27:35 +0200 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-11-30 08:47:19 +1000 |
commit | c263d6e46d76b3e54570da637b1e7352437bb59d (patch) | |
tree | afc70f9b87b34d32ee9e0a16d66fb9451d943245 | |
parent | 5af11b675242b2971f47c42a57b892dc24eb1917 (diff) |
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>
-rw-r--r-- | src/axis_labels.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/axis_labels.h b/src/axis_labels.h index 1c19a0b..f01474e 100644 --- a/src/axis_labels.h +++ b/src/axis_labels.h @@ -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[] = { |