am 1d1bf8b5: am 8b7eca86: CEC: Add a new flag for set_option

* commit '1d1bf8b5f648abad900b16eabdfd0813e5d6a6a2':
  CEC: Add a new flag for set_option
This commit is contained in:
Jinsuk Kim 2015-01-19 02:54:58 +00:00 committed by Android Git Automerger
commit 53e64c2cbe

View file

@ -212,6 +212,15 @@ enum {
* False by default.
*/
HDMI_OPTION_SYSTEM_CEC_CONTROL = 3,
/* Option 4 not used */
/* Passes the updated language information of Android system.
* Contains 3-byte ASCII code as defined in ISO/FDIS 639-2. Can be
* used for HAL to respond to <Get Menu Language> while in standby mode.
* English(eng), for example, is converted to 0x656e67.
*/
HDMI_OPTION_SET_LANG = 5,
};
/*