mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 12:12:16 +00:00
IOC mediator: update signal whitelist
Add AmbientTemperature signal into the whitelist, instead of TemperatureSensorEnvironment signal. Signed-off-by: Liu Yuan <yuan1.liu@intel.com> Reviewed-by: Wang Yu <yu1.wang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
parent
05c0d7e279
commit
7f530772e6
@ -423,7 +423,7 @@ static struct wlist_signal wlist_rx_signal_table[] = {
|
||||
};
|
||||
|
||||
static struct wlist_signal wlist_tx_signal_table[] = {
|
||||
{(uint16_t)CBC_SIG_ID_TSE, DEFAULT_WLIST_NODE},
|
||||
{(uint16_t)CBC_SIG_ID_ATEMP, DEFAULT_WLIST_NODE},
|
||||
{(uint16_t)CBC_SIG_ID_VSPD, DEFAULT_WLIST_NODE},
|
||||
{(uint16_t)CBC_SIG_ID_VESP, DEFAULT_WLIST_NODE},
|
||||
{(uint16_t)CBC_SIG_ID_VECT, DEFAULT_WLIST_NODE},
|
||||
|
Loading…
Reference in New Issue
Block a user