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
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
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
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