[linux-usb-devel] [PATCH] USB: Fix up full-speed bInterval values in high-speed interrupt descriptor

2007-06-12 Thread Laurent Pinchart
Many device manufacturers are using full-speed bInterval values in high-speed interrupt endpoint descriptors. If the bInterval value is greater than 16, assume the device uses full-speed descriptors and fix the value accordingly. Signed-off-by: Laurent Pinchart [EMAIL PROTECTED] diff --git

Re: [linux-usb-devel] [PATCH] USB: Fix up full-speed bInterval values in high-speed interrupt descriptor

2007-06-12 Thread Alan Stern
On Tue, 12 Jun 2007, Laurent Pinchart wrote: Many device manufacturers are using full-speed bInterval values in high-speed interrupt endpoint descriptors. If the bInterval value is greater than 16, assume the device uses full-speed descriptors and fix the value accordingly. Signed-off-by: