commit | 60aac1ec26b960fe77bf600457bc6c06f8aa7db4 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Fri Jun 08 15:25:02 2007 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 12 16:34:31 2007 -0700 |
tree | 04f9c9efa42391e85c9590f9859dedc9650ef3c7 | |
parent | 52f6b5e1f15fa8c06efa69a4b5faa69c04707c92 [diff] |
USB: Handle bogus low-speed Bulk endpoints A noticeable number of low-speed devices mistakenly include descriptors for Bulk endpoints, which is forbidden by the USB spec. In an attempt to make such devices more usable, this patch (as924) converts the descriptors to Interrupt with an interval of 1 ms. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>