UFTDI_IHDRSIZE
if (buflen < UFTDI_IHDRSIZE)
pktmax = xfer->max_packet_size - UFTDI_IHDRSIZE;
while (buflen >= UFTDI_IHDRSIZE) {
usbd_copy_out(pc, offset, buf, UFTDI_IHDRSIZE);
offset += UFTDI_IHDRSIZE;
buflen -= UFTDI_IHDRSIZE;