OSDN Git Service
(root)
/
android-x86
/
frameworks-native.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37bf078
)
Add MAX_CONTROLLER_LEDS constant. DO NOT MERGE
author
Michael Wright
<michaelwr@google.com>
Sat, 19 Oct 2013 00:53:50 +0000
(17:53 -0700)
committer
Michael Wright
<michaelwr@google.com>
Tue, 11 Mar 2014 21:19:33 +0000
(14:19 -0700)
Change-Id: Ie6dbce926280c748f39e3c54d2ed4accbdcf9e59
include/input/Input.h
patch
|
blob
|
history
diff --git
a/include/input/Input.h
b/include/input/Input.h
index
69977ca
..
ea9c4c2
100644
(file)
--- 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.
*/