Disable debug in FAT
[tpg/acess2.git] / Modules / USB / main.c
index a992433..5744c29 100644 (file)
@@ -44,7 +44,7 @@ int USB_Install(char **Arguments)
 {
        UHCI_Initialise();
        Warning("[USB  ] Not Complete - Devel Only");
-       return 1;
+       return MODULE_ERR_OK;
 }
 
 /**
@@ -74,7 +74,6 @@ tVFS_Node *USB_FindDir(tVFS_Node *Node, char *Name)
 }
 
 /**
- * \fn int USB_IOCtl(tVFS_Node *Node, int Id, void *Data)
  * \brief Handles IOCtl Calls to the USB driver
  */
 int USB_IOCtl(tVFS_Node *Node, int Id, void *Data)

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