The Linux-USB Host Side API | ||
---|---|---|
<<< Previous | Next >>> |
USB Host Controller being probed
pci hotplug id connecting controller to HCD framework
Allocates basic PCI resources for this USB host controller, and then invokes the start method for the HCD associated with it through the hotplug entry's driver_data.
Store this function in the HCD's struct pci_driver as probe.
<<< Previous | Home | Next >>> |
usb_hc_died | Up | usb_hcd_pci_remove |