diff options
Diffstat (limited to 'libs/input/InputEventLabels.cpp')
| -rw-r--r-- | libs/input/InputEventLabels.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/input/InputEventLabels.cpp b/libs/input/InputEventLabels.cpp index dee240c0bf..c0aa2e26a2 100644 --- a/libs/input/InputEventLabels.cpp +++ b/libs/input/InputEventLabels.cpp @@ -348,6 +348,9 @@ namespace android { DEFINE_AXIS(SCROLL), \ DEFINE_AXIS(RELATIVE_X), \ DEFINE_AXIS(RELATIVE_Y), \ + {"RESERVED_29", 29}, \ + {"RESERVED_30", 30}, \ + {"RESERVED_31", 31}, \ DEFINE_AXIS(GENERIC_1), \ DEFINE_AXIS(GENERIC_2), \ DEFINE_AXIS(GENERIC_3), \ |