Re: [linux-usb-devel] Linking and unlinking queue head

2007-01-10 Thread David Brownell
On Monday 08 January 2007 10:23 am, Vivek Dharmadhikari wrote: > > The HCD doesn't touch that register after initialization, and > > the only thing that's always _known_ to be in the async ring > > is a QH that never holds transactions and is marked as the > > queue head. Even an "empty" ring

Re: [linux-usb-devel] Linking and unlinking queue head

2007-01-08 Thread Vivek Dharmadhikari
2007 9:02 PM > To: linux-usb-devel@lists.sourceforge.net > Cc: Vivek Dharmadhikari > Subject: Re: [linux-usb-devel] Linking and unlinking queue head > > On Thursday 28 December 2006 4:41 pm, Vivek Dharmadhikari wrote: > > Hello David > > > > > >

Re: [linux-usb-devel] Linking and unlinking queue head

2007-01-03 Thread David Brownell
ing is a QH that never holds transactions and is marked as the queue head. Even an "empty" ring will hold that QH. - Dave > > Regards > Vivek > > > -Original Message- > > From: David Brownell [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, Decem

Re: [linux-usb-devel] Linking and unlinking queue head

2006-12-28 Thread Vivek Dharmadhikari
David Brownell [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 20, 2006 6:41 PM > To: linux-usb-devel@lists.sourceforge.net > Cc: Vivek Dharmadhikari > Subject: Re: [linux-usb-devel] Linking and unlinking queue head > > On Wednesday 20 December 2006 4:40 pm, Vivek Dharmadhikari

Re: [linux-usb-devel] Linking and unlinking queue head

2006-12-20 Thread David Brownell
On Wednesday 20 December 2006 4:40 pm, Vivek Dharmadhikari wrote: > Hello > > I want to understand how the queue heads are linked and unlinked in the > ehci driver. I interpret following after reading the ehci code After you understand that, what will you do with that knowledge? > 1. The class