Re: [linux-usb-devel] OHCI implementation

2007-01-03 Thread Siddharth, Karnik (IE10)
: linux-usb-devel@lists.sourceforge.net Cc: Siddharth, Karnik (IE10) Subject: Re: [linux-usb-devel] OHCI implementation On Sunday 31 December 2006 11:37 pm, Siddharth, Karnik (IE10) wrote: > Hello, > > I am doing an OHCI implementation where when I queue up a set up packet > it gets reti

Re: [linux-usb-devel] OHCI implementation

2007-01-03 Thread David Brownell
On Sunday 31 December 2006 11:37 pm, Siddharth, Karnik (IE10) wrote: > Hello, > > I am doing an OHCI implementation where when I queue up a set up packet > it gets retired(Queed as done in HCCA) without updating the CC field.The > specification says this(NAK) is not possible for set up packet. >

Re: [linux-usb-devel] OHCI implementation

2007-01-02 Thread Alan Stern
On Mon, 1 Jan 2007, Siddharth, Karnik (IE10) wrote: > Hello, > > I am doing an OHCI implementation where when I queue up a set up packet > it gets retired(Queed as done in HCCA) without updating the CC field.The > specification says this(NAK) is not possible for set up packet. > > Any idea why t

[linux-usb-devel] OHCI implementation

2006-12-31 Thread Siddharth, Karnik (IE10)
Hello, I am doing an OHCI implementation where when I queue up a set up packet it gets retired(Queed as done in HCCA) without updating the CC field.The specification says this(NAK) is not possible for set up packet. Any idea why this should happen? Regards, Siddharth ---