USB: xhci: Allocate and address USB devices
[deliverable/linux.git] / drivers / usb / host / xhci-pci.c
index 005c5b264a7c0fc04b34445415416f51f214c250..7ac12b4ffe868dae25539e2189ede9aa39531ef7 100644 (file)
@@ -108,6 +108,13 @@ static const struct hc_driver xhci_pci_hc_driver = {
        .stop =                 xhci_stop,
        .shutdown =             xhci_shutdown,
 
+       /*
+        * managing i/o requests and associated device resources
+        */
+       .alloc_dev =            xhci_alloc_dev,
+       .free_dev =             xhci_free_dev,
+       .address_device =       xhci_address_device,
+
        /*
         * scheduling support
         */
This page took 0.028598 seconds and 5 git commands to generate.