UDP Packets are now sent and recieved correctly (server not tested)
[tpg/acess2.git] / Modules / USB / uhci.c
index 55faeb0..e8cb7b7 100644 (file)
@@ -45,7 +45,7 @@ int UHCI_Initialise()
                base = PCI_AssignPort( id, 4, 0x20 );\r
                gUHCI_Controllers[i].IOBase = base;\r
                \r
-               LOG("Controller PCI #%i: IO Base = 0x%x", id, base);\r
+               Log("[USB  ] Controller PCI #%i: IO Base = 0x%x", id, base);\r
                \r
                // Initialise Host\r
                ret = UHCI_Int_InitHost(&gUHCI_Controllers[i]);\r
@@ -75,8 +75,9 @@ void UHCI_Cleanup()
 /**\r
  * \brief Sends a packet to a device endpoint\r
  */\r
-int UHCI_SendPacket(int ControllerId, int Device, int Endpoint, void *Data, int Length)\r
+int UHCI_SendPacket(int ControllerId, int Length)\r
 {\r
+       //tUHCI_TD      *td = UHCI_AllocateTD();\r
        return 0;\r
 }\r
 \r

UCC git Repository :: git.ucc.asn.au