On Thu, 20 Jan 2005, Konstantin Kletschke wrote:

> The driver indeed runs fine, but nut with our WLAN device.
> Before Debugging this I want to ask if you use your isp116x chip
> interrupts level or edge triggered? I got him edge triggering this day
> but while playing around further (the irq nobody cared messages went
> away then) it fell back to old behaviour and when I say him he should
> edge triggering, nothing happens. When level triggering I get "irq XX
> nobody cared" messages after inserting first device, then this
> disappears.

I have never used the chip with edge-triggered interrupts,
while it is working in two different designs here as level
triggered. If your processor supports level-triggered
interrupts, you should perhaps try using them.

I don't remember exactly, what you have done already to get
irq stuff working. Ignore the following, if you have done
this.

Dump all the processor's interrupt/gpio registers related to
the pin which must get interrupts from isp to make sure the
pin is indeed correctly configured.  Assert/deassert the
interrupt pin manually to see, whether it really changes the
relevant status bit in the raw interrupt register.
Achtung!!! Doing this may require disconnecting the
interrupt pin from ISP to avoid damage to the latter;
consult with your hardware guys.

Then modprobe the isp116x-hcd and see whether a manual
assertion of the pin will increase the interrupt count in
/proc/interrupts. Dump again the contents of interrupt/gpio
registers to see, whether they are still in the right state.

Then reconnect isp's interrupt pin if previously
disconnected and redebug the isp settings.

Sorry, this went far from USB.
Olav



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to