From 347e17240adf07ec02d7ae1adab89a18b7e77187 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 alt/shift light patch for frameworks/base: http://review.cyanogenmod.org/#/c/34903/ Change-Id: Ie97a80d398d474950340cba60c48ba5904978ec5 --- include/hardware/lights.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/hardware/lights.h b/include/hardware/lights.h index 2cf5519..de0ba94 100644 --- a/include/hardware/lights.h +++ b/include/hardware/lights.h @@ -51,6 +51,14 @@ __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" +#define LIGHT_ID_WIMAX "wimax" +#define LIGHT_ID_FLASHLIGHT "flashlight" + /* ************************************************************************ * Flash modes for the flashMode field of light_state_t. */ -- cgit v1.1