Fix USB driver on GNU/Linux.

This commit is contained in:
NIIBE Yutaka
2017-07-06 15:52:46 +09:00
parent 478dd2c784
commit 5d9802388c
4 changed files with 20 additions and 23 deletions

View File

@@ -1,3 +1,9 @@
2017-07-06 NIIBE Yutaka <gniibe@fsij.org>
* mcu/usb-usbip.c (hc_handle_data_urb): Fix the condition of the
end of transaction.
(read_data_transaction): Allow partial read by host.
2017-07-05 NIIBE Yutaka <gniibe@fsij.org>
* example-fraucheky: New.