diff options
Diffstat (limited to 'drivers/usb/host/xhci.c')
-rw-r--r-- | drivers/usb/host/xhci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.c b/drivers/usb/host/xhci.c index a979cd0dbe0f..7648b2d4b268 100644 --- a/drivers/usb/host/xhci.c +++ b/drivers/usb/host/xhci.c | |||
@@ -4450,6 +4450,8 @@ int xhci_gen_setup(struct usb_hcd *hcd, xhci_get_quirks_t get_quirks) | |||
4450 | 4450 | ||
4451 | /* Accept arbitrarily long scatter-gather lists */ | 4451 | /* Accept arbitrarily long scatter-gather lists */ |
4452 | hcd->self.sg_tablesize = ~0; | 4452 | hcd->self.sg_tablesize = ~0; |
4453 | /* XHCI controllers don't stop the ep queue on short packets :| */ | ||
4454 | hcd->self.no_stop_on_short = 1; | ||
4453 | 4455 | ||
4454 | if (usb_hcd_is_primary_hcd(hcd)) { | 4456 | if (usb_hcd_is_primary_hcd(hcd)) { |
4455 | xhci = kzalloc(sizeof(struct xhci_hcd), GFP_KERNEL); | 4457 | xhci = kzalloc(sizeof(struct xhci_hcd), GFP_KERNEL); |