Added support for wildcard device/vendor ID matches

This commit is contained in:
Michael Brown
2007-01-08 03:23:38 +00:00
parent 20c9fc407e
commit 5af4918356
2 changed files with 7 additions and 1 deletions

View File

@@ -239,6 +239,9 @@ struct pci_device_id {
uint16_t device;
};
/** Match-anything ID */
#define PCI_ANY_ID 0xffff
/** A PCI device */
struct pci_device {
/** Generic device */