-----Original Message----- From: Felipe Balbi [mailto:balbi@xxxxxx] > On Thu, Jul 28, 2011 at 10:25:06AM +0200, Sebastian Andrzej Siewior wrote: > > Signed-off-by: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> > > --- > > * Paul Zimmerman | 2011-07-27 23:18:03 [+0000]: > > >Any ideas? > > Yes, this should fix this. > > > > drivers/usb/host/xhci-pci.c | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/drivers/usb/host/xhci-pci.c b/drivers/usb/host/xhci-pci.c > > index a73b332..2baa2cc 100644 > > --- a/drivers/usb/host/xhci-pci.c > > +++ b/drivers/usb/host/xhci-pci.c > > @@ -253,3 +253,5 @@ static void xhci_unregister_pci(void) > > pci_unregister_driver(&xhci_pci_driver); > > } > > module_exit(xhci_unregister_pci); > > +MODULE_DESCRIPTION("PCI glue code for the XHCI controller"); > > +MODULE_LICENSE("GPL v2"); > > aha, good catch :-) Yes, it loads now, and then immediately crashes the kernel :) Screenshot at http://minus.com/mdYk7ze -- Paul -- 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