TBUF_SIZE
dev->buf, TBUF_SIZE);
dev->buf = kmalloc(TBUF_SIZE, GFP_KERNEL);
if (le16_to_cpu(config->wTotalLength) >= TBUF_SIZE) /* max partial read */
if (total > TBUF_SIZE)
total = TBUF_SIZE;
dev->buf, TBUF_SIZE);