mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-20 04:33:55 +00:00
acrn-config: filter out the proper wifi/ethernet device
Filter out the wifi/ethernet device from webUI with below PCI device class coding rule: ethernet: 0200/0280; wifi: 0280/0d20/0d21/0d80; Tracked-On: #3917 Signed-off-by: Wei Liu <weix.w.liu@intel.com> Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
parent
defeb851bc
commit
b6a8052045
@ -32,9 +32,10 @@ PT_SUB_PCI['cse'] = ['Communication controller']
|
||||
PT_SUB_PCI['audio'] = ['Audio device', 'Multimedia audio controller']
|
||||
PT_SUB_PCI['audio_codec'] = ['Signal processing controller']
|
||||
PT_SUB_PCI['sd_card'] = ['SD Host controller']
|
||||
PT_SUB_PCI['wifi'] = ['Ethernet controller']
|
||||
PT_SUB_PCI['wifi'] = ['Ethernet controller', 'Network controller', '802.1a controller',
|
||||
'802.1b controller', 'Wireless controller']
|
||||
PT_SUB_PCI['bluetooth'] = ['Signal processing controller']
|
||||
PT_SUB_PCI['ethernet'] = ['Ethernet controller']
|
||||
PT_SUB_PCI['ethernet'] = ['Ethernet controller', 'Network controller']
|
||||
PT_SUB_PCI['sata'] = ['SATA controller']
|
||||
PT_SUB_PCI['nvme'] = ['Non-Volatile memory controller']
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user