From 2cde1bee5f6c6bcfa5325659cb3a8f5c17555396 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Mon, 31 Dec 2012 00:24:21 -0600 Subject: lights: Adding keypad alt/shift LED light IDs in conjunction with the keyboard light patch for frameworks/base: http://review.cyanogenmod.org/77945 Change-Id: Ie97a80d398d474950340cba60c48ba5904978ec5 --- include/hardware/lights.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/hardware/lights.h b/include/hardware/lights.h index 2cf5519..fccd242 100644 --- a/include/hardware/lights.h +++ b/include/hardware/lights.h @@ -51,6 +51,12 @@ __BEGIN_DECLS #define LIGHT_ID_BLUETOOTH "bluetooth" #define LIGHT_ID_WIFI "wifi" +/* + * Additional hardware-specific lights + */ +#define LIGHT_ID_CAPS "caps" +#define LIGHT_ID_FUNC "func" + /* ************************************************************************ * Flash modes for the flashMode field of light_state_t. */ -- cgit v1.1