CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2015/09/04 02:59:43

Modified files:
        sys/dev/usb    : ugen.c 

Log message:
Do not use an intermediary buffer on the stack of the caller when
submitting a bulk write request.

This also means big bulk write requests are no longer split into
multiple small transfers something that libusb consumers do not
expect.

>From Grant Czajkowski <czajkow2 AT illinois DOT edu> as part of the
GSoC 2015.

Reply via email to