1
0
Fork 0
forked from len0rd/rockbox
foxbox/utils/hwstub/tools
Amaury Pouly 8e82839fe2 hwstub: various cleanups
- hwstub load now properly stops reading the log when the device returns a 0
  size buffer instead of STALLing
- add debug output option to hwstub_load
- correctly report transfered size on write error
- add some debug error message in usb code so that some errors can be diagnosed
  more easily
- add a batch mode to hwstub_shell to disable the interactive shell
- increase usb control timeout to 1sec, 100ms was really tight
- cap usb buffer size to ~4000 bytes because libusb has a hardwired limit of
  4096 bytes for control transfers

Change-Id: Id3200ab99ce70a7a3b09ce7faeaafa4a0fac64c7
2016-12-12 11:35:16 +01:00
..
lua hwstub: port hwstub_shell to the new library 2016-04-08 19:38:18 +02:00
hwstub_load.cpp hwstub: various cleanups 2016-12-12 11:35:16 +01:00
hwstub_server.cpp hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
hwstub_shell.cpp hwstub: various cleanups 2016-12-12 11:35:16 +01:00
hwstub_test.cpp hwstub: rewrite and expand library 2016-04-08 19:37:30 +02:00
init.lua hwstub: port hwstub_shell to the new library 2016-04-08 19:38:18 +02:00
Makefile hwstub: fix compile and linking ordering 2016-10-22 15:55:33 +02:00
prompt.c hwstub: Add completion and some pretty printing to the shell 2015-06-28 17:55:17 +02:00
prompt.h hwstub: Add completion and some pretty printing to the shell 2015-06-28 17:55:17 +02:00