Modules/UHCI - Cosmetic changes
authorJohn Hodge <[email protected]>
Fri, 10 Feb 2012 08:17:13 +0000 (16:17 +0800)
committerJohn Hodge <[email protected]>
Fri, 10 Feb 2012 08:17:13 +0000 (16:17 +0800)
KernelLand/Modules/USB/UHCI/Makefile
KernelLand/Modules/USB/UHCI/uhci.c

index 61755ca..3b2c659 100644 (file)
@@ -44,8 +44,8 @@ tUSBHostDef   gUHCI_HostDef = {
        .SendIN = UHCI_DataIN,
        .SendOUT = UHCI_DataOUT,
        .SendSETUP = UHCI_SendSetup,
-       .CheckPorts = UHCI_CheckPortUpdate,
-       .IsOpComplete = UHCI_IsTransferComplete
+       .IsOpComplete = UHCI_IsTransferComplete,
+       .CheckPorts = UHCI_CheckPortUpdate
        };
 
 // === CODE ===

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