Re: [PATCH] lsusb: Fix bug in USB 2.0 extended caps descriptor.

2013-06-06 Thread Greg KH
On Thu, May 16, 2013 at 02:04:42PM -0700, Sarah Sharp wrote: > The upper bits of the USB 2.0 extended capability BOS descriptor weren't > being shifted into the right byte position. That didn't matter much > before now, but some USB 2.1 devices will soon have a modified BOS > descriptor that has B

Re: [PATCH] lsusb: Fix bug in USB 2.0 extended caps descriptor.

2013-06-06 Thread Greg KH
On Wed, Jun 05, 2013 at 04:37:58PM -0700, Sarah Sharp wrote: > Ping. Greg, do you want to take this bug fix? Sorry for the delay, yes, I'll apply this. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majo

Re: [PATCH] lsusb: Fix bug in USB 2.0 extended caps descriptor.

2013-06-05 Thread Sarah Sharp
Ping. Greg, do you want to take this bug fix? Sarah On Thu, May 16, 2013 at 02:04:42PM -0700, Sarah Sharp wrote: > The upper bits of the USB 2.0 extended capability BOS descriptor weren't > being shifted into the right byte position. That didn't matter much > before now, but some USB 2.1 device

[PATCH] lsusb: Fix bug in USB 2.0 extended caps descriptor.

2013-05-16 Thread Sarah Sharp
The upper bits of the USB 2.0 extended capability BOS descriptor weren't being shifted into the right byte position. That didn't matter much before now, but some USB 2.1 devices will soon have a modified BOS descriptor that has BESL values in those upper bits. Signed-off-by: Sarah Sharp --- lsu