* commit '1d1bf8b5f648abad900b16eabdfd0813e5d6a6a2': CEC: Add a new flag for set_option
This commit is contained in:
commit
53e64c2cbe
1 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue