diff options
author | Michael Wright <michaelwr@google.com> | 2013-10-18 17:53:50 -0700 |
---|---|---|
committer | Michael Wright <michaelwr@google.com> | 2014-03-11 14:19:33 -0700 |
commit | 9b04f860f23481d39c3b45379a324d3630966825 (patch) | |
tree | 0018b1168cbd3fb6a9cf0ddaa7b4d9c63d7789b2 | |
parent | 37bf0789f5c1167f6f7f5667b09cad70e0bb27d4 (diff) | |
download | frameworks_native-9b04f860f23481d39c3b45379a324d3630966825.tar.gz frameworks_native-9b04f860f23481d39c3b45379a324d3630966825.tar.bz2 frameworks_native-9b04f860f23481d39c3b45379a324d3630966825.zip |
Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
Change-Id: Ie6dbce926280c748f39e3c54d2ed4accbdcf9e59
-rw-r--r-- | include/input/Input.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index 69977cad9..ea9c4c284 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -90,6 +90,9 @@ enum { ALED_CONTROLLER_4 = 0x13, }; +/* Maximum number of controller LEDs we support */ +#define MAX_CONTROLLER_LEDS 4 + /* * SystemUiVisibility constants from View. */ |