mirror of https://github.com/nirenjan/libx52.git
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. |
||
---|---|---|
.. | ||
libusbx52 | ||
libx52 | ||
libx52util | ||
Makefile.am |