modified interrupt structure

This commit is contained in:
Markus Fröschle
2014-10-11 18:43:02 +00:00
parent 44a2234ed2
commit ca3db41081
4 changed files with 610 additions and 587 deletions

View File

@@ -162,7 +162,7 @@ int usb_init(int32_t handle, const struct pci_device_id *ent)
case PCI_CLASS_SERIAL_USB_OHCI:
dbg("initialize ohci host controller interface\r\n");
res = ohci_usb_lowlevel_init(handle, ent, (void *) &priv);
//res = ohci_usb_lowlevel_init(handle, ent, (void *) &priv);
break;
case PCI_CLASS_SERIAL_USB_EHCI: