On 25.01.2016 06:16, Greg KH wrote:
On Thu, Dec 10, 2015 at 09:59:30AM +0200, Mathias Nyman wrote:
In most cases the devices with the speed set to USB_SPEED_SUPER_PLUS
are handled like regular SuperSpeed devices.
- if (udev->speed == USB_SPEED_SUPER)
+ if (udev->speed >= USB_SPEED
On Thu, Dec 10, 2015 at 09:59:30AM +0200, Mathias Nyman wrote:
> In most cases the devices with the speed set to USB_SPEED_SUPER_PLUS
> are handled like regular SuperSpeed devices.
>
> Signed-off-by: Mathias Nyman
> ---
> drivers/usb/host/xhci-mem.c | 11 ---
> drivers/usb/host/xhci-rin
In most cases the devices with the speed set to USB_SPEED_SUPER_PLUS
are handled like regular SuperSpeed devices.
Signed-off-by: Mathias Nyman
---
drivers/usb/host/xhci-mem.c | 11 ---
drivers/usb/host/xhci-ring.c | 3 ++-
drivers/usb/host/xhci.c | 7 +--
3 files changed, 15