From: John Hodge Date: Sun, 27 Nov 2011 08:32:05 +0000 (+0800) Subject: Modules/USB - Commenting mostly X-Git-Tag: rel0.14~65 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=9faf301f7a2b963fd58d289652cbf25b3c52bf9a;p=tpg%2Facess2.git Modules/USB - Commenting mostly --- diff --git a/Modules/USB/Core/include/usb_core.h b/Modules/USB/Core/include/usb_core.h index 9169b0fa..d8d16363 100644 --- a/Modules/USB/Core/include/usb_core.h +++ b/Modules/USB/Core/include/usb_core.h @@ -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); diff --git a/Modules/USB/UHCI/uhci.c b/Modules/USB/UHCI/uhci.c index 9d68ac0d..aa1dd129 100644 --- a/Modules/USB/UHCI/uhci.c +++ b/Modules/USB/UHCI/uhci.c @@ -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 #include