Modules/USB - Commenting mostly
authorJohn Hodge <[email protected]>
Sun, 27 Nov 2011 08:32:05 +0000 (16:32 +0800)
committerJohn Hodge <[email protected]>
Sun, 27 Nov 2011 08:32:05 +0000 (16:32 +0800)
Modules/USB/Core/include/usb_core.h
Modules/USB/UHCI/uhci.c

index 9169b0f..d8d1636 100644 (file)
@@ -19,7 +19,10 @@ struct sUSBDriver
        
        const char      *Name;
        
-       // TODO: Check class codes and provide other identifcation options
+       // 23:16 - Interface Class
+       // 15:8  - Interface Sub Class
+       // 7:0   - Interface Protocol
+       Uint32  ClassMask;
        Uint32  ClassCode;
 
        void    (*Connected)(tUSBDevice *Dev);
index 9d68ac0..aa1dd12 100644 (file)
@@ -1,8 +1,10 @@
 /*
  * Acess 2 USB Stack
+ * - By John Hodge (thePowersGang)
+ *
  * Universal Host Controller Interface
  */
-#define DEBUG  1
+#define DEBUG  0
 #define VERSION        VER2(0,5)
 #include <acess.h>
 #include <vfs.h>

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