Linux Kernel
3.7.1
|
pci_add_dynid - add a new PCI device ID to this driver and re-probe devices : target pci driver : PCI vendor ID : PCI device ID : PCI subvendor ID : PCI subdevice ID : PCI class mask : private driver data
Adds a new dynamic pci device ID to this driver and causes the driver to probe for all devices again. must have been registered prior to calling this function.
CONTEXT: Does GFP_KERNEL allocation.
RETURNS: 0 on success, -errno on failure.