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:
Josef Söntgen 2015-04-30 11:30:28 +02:00
parent dcd589d113
commit 4b687f4b1a

View File

@ -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},