summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMichael Wright <michaelwr@google.com>2014-03-11 23:22:00 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-11 23:22:00 +0000
commitd0f7ce457c59d5f50b0fefc0fe768fad564d0c7e (patch)
treeae595ee540b5adf777b8e4a0b4c0699af83b0970 /include
parent13c6fb1026531635f409f111d78d561592d2ede9 (diff)
parent9b04f860f23481d39c3b45379a324d3630966825 (diff)
downloadframeworks_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.h3
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.
*/