Re: [linux-usb-devel] Re: 2.6.13-mm2

From: David Brownell
Date: Wed Sep 28 2005 - 19:09:51 EST


> > So it's as I said: _lack_ of such calls can't be an issue.
>
> yep, but doing the free_irq() on suspend can be. and is in some cases.

Your other theory is more interesting:


> > So _which_ device is generating this IRQ??
>
> USB ohci controller having no handler. yenta shares the line, has the
> correct handler installer, sees the interrupt, does not handle it since
> it was not the cardbus bridge generating the interrupt but ohci.

You could try adding

ohci_writel(ohci, OHCI_INTR_MIE, &ohci->regs->intrdisable);

near the end of ohci_pci_suspend().

- Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/