Re: [PATCH v4] usb-core bInterval quirk

2014-07-27 Thread James Michels
I'll fix it and resubmit. There is no reason I can't get a closing brace right. Sorry. Jim On Sat, Jul 26, 2014 at 9:53 PM, Alan Stern st...@rowland.harvard.edu wrote: On Sat, 26 Jul 2014, James P Michels III wrote: This patch adds a usb quirk to support devices with interupt endpoints and

[PATCH v4] usb-core bInterval quirk

2014-07-26 Thread James P Michels III
This patch adds a usb quirk to support devices with interupt endpoints and bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. There is currently code in the endpoint parser that checks for

Re: [PATCH v4] usb-core bInterval quirk

2014-07-26 Thread Alan Stern
On Sat, 26 Jul 2014, James P Michels III wrote: This patch adds a usb quirk to support devices with interupt endpoints and bInterval values expressed as microframes. The quirk causes the parse endpoint function to modify the reported bInterval to a standards conforming value. There is