libx52/lib
nirenjan a7caba19df Set debug output to be line buffered
The stub libusb library used for testing writes the control request to a
dump file. By default, this file is block-buffered, and on a typical
Linux system, it waits until it receives about a page worth of data
before flushing it to disk. This results in a delay in monitoring
packets when running a debug program.

This change makes the file line-buffered instead, which results in the
debug output for every single packet getting flushed to disk without
having to wait for a full page of data.
2020-04-12 16:29:22 -07:00
..
libusbx52 Set debug output to be line buffered 2020-04-12 16:29:22 -07:00
libx52 Update calls to libusb_set_debug 2019-02-01 21:31:57 -08:00
libx52util Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00
Makefile.am Add SPDX license identifiers in all files 2018-04-18 12:19:29 -07:00