Statistics
| Branch: | Revision:

root / hw / usb / quirks.c @ a8aec295

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
b2d1fe67 01/08/2013 11:56 am Hans de Goede

usbredir: Add support for buffered bulk input (v2)

Buffered bulk mode is intended for bulk input endpoints, where the data is
of a streaming nature (not part of a command-response protocol). These
endpoints' input buffer may overflow if data is not read quickly enough....