summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-03-05 16:05:41 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-03-05 16:05:41 +1000
commit1d63e9518c8e632c4024c434eda32f1ea93952c9 (patch)
tree739049e4786c01acd9bff0194bd6c5516f171ed8
parentca8b12d6517568a8a7f2d5244a786e82216f8b43 (diff)
Add BTN_TOOL_QUINTTAP
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--evtest.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/evtest.c b/evtest.c
index 7b50d27..507035d 100644
--- a/evtest.c
+++ b/evtest.c
@@ -435,6 +435,9 @@ static const char * const keys[KEY_MAX + 1] = {
NAME_ELEMENT(BTN_TRIGGER_HAPPY29), NAME_ELEMENT(BTN_TRIGGER_HAPPY39),
NAME_ELEMENT(BTN_TRIGGER_HAPPY30), NAME_ELEMENT(BTN_TRIGGER_HAPPY40),
#endif
+#ifdef BTN_TOOL_QUINTTAP
+ NAME_ELEMENT(BTN_TOOL_QUINTTAP),
+#endif
};
static const char * const absval[6] = { "Value", "Min ", "Max ", "Fuzz ", "Flat ", "Resolution "};