]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/host/xhci.h
xhci: Store the "real" root port number.
[mirror_ubuntu-artful-kernel.git] / drivers / usb / host / xhci.h
index cae8e23308bf3c91f5f2179e638173277febb617..ec4817003a56663468d927203ae65e9237e06349 100644 (file)
@@ -798,7 +798,8 @@ struct xhci_virt_device {
        /* Status of the last command issued for this device */
        u32                             cmd_status;
        struct list_head                cmd_list;
-       u8                              port;
+       u8                              fake_port;
+       u8                              real_port;
 };