Re: [PATCH 1/3] usb: fix endpoint descriptor buffer size decrement

2016-03-10 Thread Mathias Nyman
On 18.02.2016 20:29, Alan Stern wrote: On Thu, 18 Feb 2016, Mathias Nyman wrote: An endpoint descriptor may be followed by both SuperSpeed and SuperSpeedPlus Isoc endpoint companion descriptors. These descriptors are all stored one after another in a buffer. The new SuperSpeedPlus Isoc

Re: [PATCH 1/3] usb: fix endpoint descriptor buffer size decrement

2016-02-18 Thread Alan Stern
On Thu, 18 Feb 2016, Mathias Nyman wrote: > An endpoint descriptor may be followed by both SuperSpeed and > SuperSpeedPlus Isoc endpoint companion descriptors. > These descriptors are all stored one after another in a buffer. > > The new SuperSpeedPlus Isoc endpoint companion parsing incorrectly

[PATCH 1/3] usb: fix endpoint descriptor buffer size decrement

2016-02-18 Thread Mathias Nyman
An endpoint descriptor may be followed by both SuperSpeed and SuperSpeedPlus Isoc endpoint companion descriptors. These descriptors are all stored one after another in a buffer. The new SuperSpeedPlus Isoc endpoint companion parsing incorrectly decreased the the remaining buffer size before