Re: [linux-usb-devel] bandwidth reservation & smaller patches

2002-10-12 Thread Dan Streetman
On Fri, 11 Oct 2002, David Brownell wrote: >The tricky bit is that the usb_{claim,release}_bandwidth() calls work >on urbs, not endpoints. So I think those calls need to vanish, and >HCDs need to switch to more precise math. After reading that I realized my patch doesn't pass the BW reservation

[linux-usb-devel] bandwidth reservation

2002-10-11 Thread David Brownell
Johannes Erdfelt wrote: -move bandwidth reservation into submit_interrupt and submit_isochronous. Reserve bandwidth at start of submit_iso, and release on error. Reserve at end of submit_common (for int only, not bulk). For interrupt, only reserve if the URB is the first (i.e. not queued). Only