File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -533,6 +533,7 @@ static struct cbc_signal cbc_rx_signal_table[] = {
533
533
{(uint16_t )CBC_SIG_ID_HTUST , 32 , CBC_ACTIVE },
534
534
{(uint16_t )CBC_SIG_ID_HVSST , 32 , CBC_ACTIVE },
535
535
{(uint16_t )CBC_SIG_ID_HRAST , 32 , CBC_ACTIVE },
536
+ {(uint16_t )CBC_SIG_ID_USBVBUS , 1 , CBC_ACTIVE },
536
537
{(uint16_t )CBC_SIG_ID_VICL , 8 , CBC_ACTIVE },
537
538
};
538
539
@@ -572,6 +573,7 @@ static struct wlist_signal wlist_rx_signal_table[] = {
572
573
{(uint16_t )CBC_SIG_ID_HTUST , DEFAULT_WLIST_NODE },
573
574
{(uint16_t )CBC_SIG_ID_HVSST , DEFAULT_WLIST_NODE },
574
575
{(uint16_t )CBC_SIG_ID_HRAST , DEFAULT_WLIST_NODE },
576
+ {(uint16_t )CBC_SIG_ID_USBVBUS , DEFAULT_WLIST_NODE },
575
577
};
576
578
577
579
static struct wlist_signal wlist_tx_signal_table [] = {
Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ enum cbc_rx_signal_id {
252
252
CBC_SIG_ID_HTUST = 20025 , /* HvacTemperatureUnitsSetting */
253
253
CBC_SIG_ID_HVSST = 20026 , /* HvacVentilationSeatSetting */
254
254
CBC_SIG_ID_HRAST = 20027 , /* HvacRecirculationAutomaticSetting */
255
+ CBC_SIG_ID_USBVBUS = 20028 , /* SupportUsbOtgVbusControl */
255
256
CBC_SIG_ID_VICL = 651 , /* VideoInCtrl */
256
257
};
257
258
You can’t perform that action at this time.
0 commit comments