Re: [linux-usb-devel] EP0 Interrupt

2005-07-14 Thread Alan Stern
On Thu, 14 Jul 2005, gopi vagga wrote: > Hi, >When i connect a USB device controller to a PC, i see both EP0 IN > and EP0 OUT interrupt bits (set) in the interrupt register of USB > Device Controller. >Which one to process first? >Is it correct if i process EP0 OUT because to process E

[linux-usb-devel] EP0 Interrupt

2005-07-14 Thread gopi vagga
Hi, When i connect a USB device controller to a PC, i see both EP0 IN and EP0 OUT interrupt bits (set) in the interrupt register of USB Device Controller. Which one to process first? Is it correct if i process EP0 OUT because to process EP0 IN, i need to put some data in the IN buffer. Pl