Re: [linux-usb-devel] question on the lifecycle of struct ed in ohci driver

2007-06-28 Thread David Brownell
On Thursday 28 June 2007, Oliver Neukum wrote: > Am Donnerstag, 28. Juni 2007 schrieb David Brownell: > > On Thursday 28 June 2007, Oliver Neukum wrote: > > > Hi, > > > > > > am I seeing this correctly that struct ed is allocated the first time an > > > URB > > > is submitted for the ed's endpoin

Re: [linux-usb-devel] question on the lifecycle of struct ed in ohci driver

2007-06-28 Thread Oliver Neukum
Am Donnerstag, 28. Juni 2007 schrieb David Brownell: > On Thursday 28 June 2007, Oliver Neukum wrote: > > Hi, > > > > am I seeing this correctly that struct ed is allocated the first time an URB > > is submitted for the ed's endpoint and is freed when the endpoint is > > disabled? > > That's the

Re: [linux-usb-devel] question on the lifecycle of struct ed in ohci driver

2007-06-28 Thread David Brownell
On Thursday 28 June 2007, Oliver Neukum wrote: > Hi, > > am I seeing this correctly that struct ed is allocated the first time an URB > is submitted for the ed's endpoint and is freed when the endpoint is disabled? That's the idea. > > Regards > Oliver > ---