diff options
author | Michael Wright <michaelwr@google.com> | 2014-03-11 23:22:00 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-03-11 23:22:00 +0000 |
commit | d0f7ce457c59d5f50b0fefc0fe768fad564d0c7e (patch) | |
tree | ae595ee540b5adf777b8e4a0b4c0699af83b0970 /include | |
parent | 13c6fb1026531635f409f111d78d561592d2ede9 (diff) | |
parent | 9b04f860f23481d39c3b45379a324d3630966825 (diff) | |
download | frameworks_native-d0f7ce457c59d5f50b0fefc0fe768fad564d0c7e.zip frameworks_native-d0f7ce457c59d5f50b0fefc0fe768fad564d0c7e.tar.gz frameworks_native-d0f7ce457c59d5f50b0fefc0fe768fad564d0c7e.tar.bz2 |
am 9b04f860: Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
* commit '9b04f860f23481d39c3b45379a324d3630966825':
Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
Diffstat (limited to 'include')
-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 69977ca..ea9c4c2 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. */ |