Re: [linux-usb-devel] Re: HCD private data and URB reusage

2002-07-24 Thread David Brownell
Greg KH wrote: > On Fri, Jul 19, 2002 at 02:24:39PM -0700, David Brownell wrote: > >>Such stuff could be layered at first, too. Though I suspect >>that a clean treatment of transfer buffers would lead to one >>new_urb() call for control, another for bulk/interrupt, and one >>more for ISO. Event

Re: [linux-usb-devel] Re: HCD private data and URB reusage

2002-07-24 Thread Greg KH
On Fri, Jul 19, 2002 at 02:24:39PM -0700, David Brownell wrote: > > Such stuff could be layered at first, too. Though I suspect > that a clean treatment of transfer buffers would lead to one > new_urb() call for control, another for bulk/interrupt, and one > more for ISO. Eventually, a "pipe-fr