mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 20:39:59 +00:00
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:
@@ -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 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user