From 0247e2213ed66a5dc2e14da1eacfa1dcd3d3edbe Mon Sep 17 00:00:00 2001 From: Michael Wright Date: Fri, 18 Oct 2013 17:53:50 -0700 Subject: [PATCH] Add MAX_CONTROLLER_LEDS constant Change-Id: I5ec972338c50647049bb5a8279847d54a84d9f70 --- include/input/Input.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/input/Input.h b/include/input/Input.h index 600c10eef..37f3b727e 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. */