Re: [linux-usb-devel] Interrupt Handler on 2.6 called just once

2005-11-10 Thread Jayaprakash Shanmugam
Thank you David and Alan for clarifying it. On 11/9/05, Alan Stern <[EMAIL PROTECTED]> wrote: > On Wed, 9 Nov 2005, Jayaprakash Shanmugam wrote: > > > Hi all, > > I had a code that receives interrupt data from the device. It > > worked with 2.4 kernel. I migrated to 2.6 kernel and it now calls

Re: [linux-usb-devel] Interrupt Handler on 2.6 called just once

2005-11-09 Thread Alan Stern
On Wed, 9 Nov 2005, Jayaprakash Shanmugam wrote: > Hi all, > I had a code that receives interrupt data from the device. It > worked with 2.4 kernel. I migrated to 2.6 kernel and it now calls the > Interrupt handler just once. > > On 2.4, I had the following and it was working. I got my > USB

Re: [linux-usb-devel] Interrupt Handler on 2.6 called just once

2005-11-09 Thread David Brownell
On Wednesday 09 November 2005 4:46 am, Jayaprakash Shanmugam wrote: > Hi all, > I had a code that receives interrupt data from the device. It > worked with 2.4 kernel. I migrated to 2.6 kernel and it now calls the > Interrupt handler just once. Yes, in 2.4 the host controller drivers did "auto

[linux-usb-devel] Interrupt Handler on 2.6 called just once

2005-11-09 Thread Jayaprakash Shanmugam
Hi all, I had a code that receives interrupt data from the device. It worked with 2.4 kernel. I migrated to 2.6 kernel and it now calls the Interrupt handler just once. On 2.4, I had the following and it was working. I got my USBH__vIRQHandler() function called for every 200 milliseconds. s