Changes since v1 [1]: 1/ Patch 4: updated after testing (discussed here [2]) to disable new scheme enumeration for usb3 devices 2/ Patch 4: cleaned up a compile warning 3/ Patch 5: [new] when debugging it is nice to know if the failed command was a context setup "address device BSR=1" or an address setup "address device BSR=0" 4/ Patch 1, 2, 3: unchanged [1]: http://marc.info/?l=linux-usb&m=137997896602457&w=2 [2]: http://marc.info/?l=linux-usb&m=138074667626129&w=2 This Set is against usb-next as of cccd3a25 "usb: wusbcore: fix build warning on 64-bit builds" --- Dan Williams (5): usb: hub_activate kill an 'else' usb: xhci: kill a conditional when toggling cycle usb: xhci: remove the unused ->address field usb: xhci: change enumeration scheme to 'new scheme' by default usb: xhci: clarify logging in xhci_setup_device drivers/usb/core/hub.c | 54 +++++++++++++++++++++++++++++++++--------- drivers/usb/host/xhci-pci.c | 1 + drivers/usb/host/xhci-plat.c | 1 + drivers/usb/host/xhci-ring.c | 8 +++--- drivers/usb/host/xhci.c | 51 +++++++++++++++++++++++----------------- drivers/usb/host/xhci.h | 13 ++++++++-- include/linux/usb/hcd.h | 2 ++ 7 files changed, 90 insertions(+), 40 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html