IOC mediator: add new signal for VBUS control

Support VBUS control for USB OTG.

Tracked-On: #1159
Signed-off-by: Yuan Liu <yuan1.liu@intel.com>
Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Yuan Liu
2018-08-31 13:51:47 +08:00
committed by wenlingz
parent f2f719cfa8
commit bad8d81ab6
2 changed files with 3 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ enum cbc_rx_signal_id {
CBC_SIG_ID_HTUST = 20025, /* HvacTemperatureUnitsSetting */
CBC_SIG_ID_HVSST = 20026, /* HvacVentilationSeatSetting */
CBC_SIG_ID_HRAST = 20027, /* HvacRecirculationAutomaticSetting */
CBC_SIG_ID_USBVBUS = 20028, /* SupportUsbOtgVbusControl */
CBC_SIG_ID_VICL = 651, /* VideoInCtrl */
};