system.conf: subsystem VID/DID matching support
- change "vid/did" to "vid:did", old form still supported for now; - allow "vid:did/subvid:subdid" specification in system.conf, in which case a device will be visible to a driver if the subsystem VID/DID also match. Change-Id: I7aef54da1b0bc81e24b5d98f1a28416f38f8b266
This commit is contained in:
@@ -8,16 +8,16 @@ service rtl8169
|
||||
IRQCTL # 19
|
||||
DEVIO # 21
|
||||
;
|
||||
pci device 10ec/8129;
|
||||
pci device 10ec/8136;
|
||||
pci device 10ec/8167;
|
||||
pci device 10ec/8169;
|
||||
pci device 10ec/8168;
|
||||
pci device 1186/4300;
|
||||
pci device 1259/c107;
|
||||
pci device 1385/8169;
|
||||
pci device 16ec/0116;
|
||||
pci device 1737/1032;
|
||||
pci device 10ec:8129;
|
||||
pci device 10ec:8136;
|
||||
pci device 10ec:8167;
|
||||
pci device 10ec:8169;
|
||||
pci device 10ec:8168;
|
||||
pci device 1186:4300;
|
||||
pci device 1259:c107;
|
||||
pci device 1385:8169;
|
||||
pci device 16ec:0116;
|
||||
pci device 1737:1032;
|
||||
ipc
|
||||
SYSTEM pm rs log tty ds vm
|
||||
pci inet lwip amddev
|
||||
|
||||
Reference in New Issue
Block a user