On Thursday 11 June 2009, Nicolas Ferre wrote: > --- a/drivers/usb/host/ohci-at91.c > +++ b/drivers/usb/host/ohci-at91.c Again, please split this out: OHCI patches separate from EHCI. > @@ -148,7 +148,8 @@ static int usb_hcd_at91_probe(const struct hc_driver > *driver, at91_start_hc(pdev); > ohci_hcd_init(hcd_to_ohci(hcd)); > > - retval = usb_add_hcd(hcd, pdev->resource[1].start, IRQF_DISABLED); > + retval = usb_add_hcd(hcd, pdev->resource[1].start, > + IRQF_DISABLED | IRQF_SHARED); Just pass IRQF_SHARED. That combination is not going be effective. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html