mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
pci: add AUDIO to alias list
Strictly speaking we make AUDIO an alias for PCI_CLASS_MULTIMEDIA and ignore any sub class. Issue #1498.
This commit is contained in:
parent
dcd589d113
commit
4b687f4b1a
@ -141,6 +141,7 @@ namespace Pci {
|
||||
} const aliases [] = {
|
||||
{ "AHCI" , 0x1, 0x06, 0x0},
|
||||
{ "ALL" , 0x0, 0x00, 0x0},
|
||||
{ "AUDIO" , 0x4, 0x00, 0x0},
|
||||
{ "ETHERNET", 0x2, 0x00, 0x0},
|
||||
{ "USB" , 0xc, 0x03, 0x0},
|
||||
{ "VGA" , 0x3, 0x00, 0x0},
|
||||
|
Loading…
Reference in New Issue
Block a user