summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitd0f7ce457c59d5f50b0fefc0fe768fad564d0c7e (patch)
treeae595ee540b5adf777b8e4a0b4c0699af83b0970
parent13c6fb1026531635f409f111d78d561592d2ede9 (diff)
parent9b04f860f23481d39c3b45379a324d3630966825 (diff)
am 9b04f860: Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
* commit '9b04f860f23481d39c3b45379a324d3630966825': Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
-rw-r--r--include/input/Input.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/input/Input.h b/include/input/Input.h
index 69977cad97..ea9c4c284e 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.
*/