diff options
Diffstat (limited to 'drivers/usb/host/xhci-hcd.c')
-rw-r--r-- | drivers/usb/host/xhci-hcd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci-hcd.c b/drivers/usb/host/xhci-hcd.c index a99c119e9fd9..d7c2fed55978 100644 --- a/drivers/usb/host/xhci-hcd.c +++ b/drivers/usb/host/xhci-hcd.c | |||
@@ -349,6 +349,9 @@ int xhci_run(struct usb_hcd *hcd) | |||
349 | struct xhci_hcd *xhci = hcd_to_xhci(hcd); | 349 | struct xhci_hcd *xhci = hcd_to_xhci(hcd); |
350 | void (*doorbell)(struct xhci_hcd *) = NULL; | 350 | void (*doorbell)(struct xhci_hcd *) = NULL; |
351 | 351 | ||
352 | hcd->uses_new_polling = 1; | ||
353 | hcd->poll_rh = 0; | ||
354 | |||
352 | xhci_dbg(xhci, "xhci_run\n"); | 355 | xhci_dbg(xhci, "xhci_run\n"); |
353 | #if 0 /* FIXME: MSI not setup yet */ | 356 | #if 0 /* FIXME: MSI not setup yet */ |
354 | /* Do this at the very last minute */ | 357 | /* Do this at the very last minute */ |