diff options
author | AdrianDC <radian.dc@gmail.com> | 2015-10-27 15:43:19 +0100 |
---|---|---|
committer | AdrianDC <radian.dc@gmail.com> | 2015-10-27 15:43:19 +0100 |
commit | 2236fa106394653d462ed0e0898af4bd22c3aae5 (patch) | |
tree | 501f6a46d34b1ef31b224d401cedb620cacc50b9 | |
parent | 5bd542bc68d35ab5745ff9097ecf2239a4157d39 (diff) | |
download | hardware_libhardware-2236fa106394653d462ed0e0898af4bd22c3aae5.zip hardware_libhardware-2236fa106394653d462ed0e0898af4bd22c3aae5.tar.gz hardware_libhardware-2236fa106394653d462ed0e0898af4bd22c3aae5.tar.bz2 |
LEDs Brightness: Update the comment indications
Change-Id: I019450d67fb4e01ba142d1ecd4d1a67cbc2298f6
Signed-off-by: AdrianDC <radian.dc@gmail.com>
-rw-r--r-- | include/hardware/lights.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hardware/lights.h b/include/hardware/lights.h index 539a3e1..777c915 100644 --- a/include/hardware/lights.h +++ b/include/hardware/lights.h @@ -113,7 +113,7 @@ struct light_state_t { * The high byte should be ignored. Callers will set it to 0xff (which * would correspond to 255 alpha). * - * On CM12.1, the high byte value can be implemented to control the LEDs + * CyanogenMod: The high byte value can be implemented to control the LEDs * Brightness from the Lights settings. The value goes from 0x01 to 0xFF. */ unsigned int color; |