I have a USB driver on ixp425, initialization is done for USB but the device doe not respond because the interrupts are not enabled. I have a poll function too which would look at the status registers and take necessary action.
Where can I call this poll_usb function from, so that all USB actions are taken care? Regards, Navya -----Original Message----- From: Gary Thomas [mailto:[EMAIL PROTECTED] Sent: Thursday, December 06, 2007 5:14 PM To: Navya S Kamath Cc: [email protected] Subject: Re: [ECOS] Poll/Interrupt Mode Navya S Kamath wrote: > Hi, > > I would like to know whether redboot for IXP425 works in interrupt mode or > polled mode. If I enable interrupts for USB will the other devices also be > taken care to work in interrupt mode? RedBoot does not use interrupts. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
