X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2Fuhci.c;h=e8cb7b7147d7fb9dd389bf8314184598ec8d0061;hb=a0f4dde15a97a206bf88109fecde52576b373109;hp=55faeb063cc5d0a435221acd73fb110478c8d701;hpb=a4ce2e60f783c9e71447edc03f20f937b8abf35a;p=tpg%2Facess2.git diff --git a/Modules/USB/uhci.c b/Modules/USB/uhci.c index 55faeb06..e8cb7b71 100644 --- a/Modules/USB/uhci.c +++ b/Modules/USB/uhci.c @@ -45,7 +45,7 @@ int UHCI_Initialise() base = PCI_AssignPort( id, 4, 0x20 ); gUHCI_Controllers[i].IOBase = base; - LOG("Controller PCI #%i: IO Base = 0x%x", id, base); + Log("[USB ] Controller PCI #%i: IO Base = 0x%x", id, base); // Initialise Host ret = UHCI_Int_InitHost(&gUHCI_Controllers[i]); @@ -75,8 +75,9 @@ void UHCI_Cleanup() /** * \brief Sends a packet to a device endpoint */ -int UHCI_SendPacket(int ControllerId, int Device, int Endpoint, void *Data, int Length) +int UHCI_SendPacket(int ControllerId, int Length) { + //tUHCI_TD *td = UHCI_AllocateTD(); return 0; }