Add two patches to the first series to enable Link PM for hardwired, and BESL capable devices as default. This is otherwise the same series by Sarah that disables usb2 LPM as default for devices because usb3 devices may falsely claim usb2 LPM support when connected to a usb2 port. First series with better cover letter is found here: http://marc.info/?l=linux-usb&m=138005811328073&w=2 Mathias Nyman (2): usb: move usb_get_hub_port_connect_type() to include/linux/usb.h xhci: Enable LPM support only for hardwired or BESL devices Sarah Sharp (2): usb: Don't enable USB 2.0 Link PM by default. usb: Disable USB 2.0 Link PM before device reset. drivers/usb/core/driver.c | 3 + drivers/usb/core/hub.c | 7 ++ drivers/usb/core/sysfs.c | 1 + drivers/usb/core/usb.h | 2 - drivers/usb/host/xhci-mem.c | 10 --- drivers/usb/host/xhci.c | 162 ++++++------------------------------------- include/linux/usb.h | 6 +- 7 files changed, 37 insertions(+), 154 deletions(-) -- 1.7.10.4 -- 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