Re: [PATCH v2 6/9] xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.

2016-01-25 Thread Mathias Nyman
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

Re: [PATCH v2 6/9] xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.

2016-01-24 Thread Greg KH
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

[PATCH v2 6/9] xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.

2015-12-09 Thread Mathias Nyman
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