pci_add_dynid — add a new PCI device ID to this driver and re-probe devices
int pci_add_dynid ( | struct pci_driver * | drv, |
unsigned int | vendor, | |
unsigned int | device, | |
unsigned int | subvendor, | |
unsigned int | subdevice, | |
unsigned int | class, | |
unsigned int | class_mask, | |
unsigned long | driver_data) ; |
drv
target pci driver
vendor
PCI vendor ID
device
PCI device ID
subvendor
PCI subvendor ID
subdevice
PCI subdevice ID
class
PCI class
class_mask
PCI class mask
driver_data
private driver data