25707 byte size:
.text:00013E88 loc_13E88:                              ; CODE XREF: sub_13D7E+114j
.text:00013E88                 mov     dword ptr [eax], 0FFFFh <--transfersize
.text:00013E8E                 add     eax, 14h
.text:00013E91                 dec     ecx
.text:00013E92                 jnz     short loc_13E88



   /*
   // We set up a default max transfer size for the endpoints.  Your driver will
   // need to change this to reflect the capabilities of your device's endpoints.
   */
   for (j=0; j<interfaceList[0].InterfaceDescriptor->bNumEndpoints; j++)
      interfaceObject->Pipes[j].MaximumTransferSize = (64 * 1024) - 1;

