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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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_SUPER)
+	/* MATTU, requires attention in the SSP case */
  		return le16_to_cpu(ep->ss_ep_comp.wBytesPerInterval);

+

Odd indentation and extra line added, did you mess something up here?

I'll not apply this patch and stop here in the series.  Can you fix this
up and resend the rest?


Comment and extra line were supposed to be removed.
(reminder for the SSP isoc endpoint companion feature not yet implemented in this series)

Will send new version for patches 6-9.

Thanks
-Mathias

--
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



[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux