X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FCore%2Fusb.h;fp=Modules%2FUSB%2FCore%2Fusb.h;h=a61ce000aac7ba767742016a267e59e9d9d5f28d;hb=9c8d1751ca2eb1470a1707e42896262d19efe31d;hp=8759ee1de3d40e84ad42d65a8e8be3323ed4b449;hpb=ffd3aef93ee78cfd996e022186a4d2b8a735422b;p=tpg%2Facess2.git diff --git a/Modules/USB/Core/usb.h b/Modules/USB/Core/usb.h index 8759ee1d..a61ce000 100644 --- a/Modules/USB/Core/usb.h +++ b/Modules/USB/Core/usb.h @@ -1,6 +1,9 @@ /* - * AcessOS Version 1 - * USB Stack + * Acess2 USB Stack + * - By John Hodge (thePowersGang) + * + * usb.h + * - USB Internal definitions */ #ifndef _USB_H_ #define _USB_H_ @@ -27,11 +30,12 @@ struct sUSBHub struct sUSBEndpoint { - tUSBEndpoint *Next; // In the poll list + tUSBEndpoint *Next; // In the segmented list tUSBInterface *Interface; int EndpointNum; int PollingPeriod; // In 1ms intervals + int PollingAtoms; // *INTERNAL* usb_poll.c int MaxPacketSize; // In bytes Uint8 Type; // Same as sUSBDriver.Endpoints.Type