> It's a long shot, but does this patch fix the problem? Unfortunately not. > diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c > index 8990196..51065b7 100644 > --- a/drivers/usb/host/ohci-hcd.c > +++ b/drivers/usb/host/ohci-hcd.c > @@ -809,6 +809,7 @@ static irqreturn_t ohci_irq (struct usb_hcd *hcd) > * re-enables it. > */ > ohci_writel(ohci, OHCI_INTR_RHSC, ®s->intrdisable); > + (void) ohci_readl (ohci, ®s->intrdisable); > usb_hcd_poll_rh_status(hcd); > } -- Meelis Roos (mroos@xxxxx) http://www.cs.ut.ee/~mroos/ -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html