Commits
Stefano Babic committed a170f2c7973
USB-CDC: called handle_interrupts inside usb_eth_send The patch removes an endless loop in the usb_eth_send if the tx_complete is not called before going in the loop. The driver interrupt routine is called allowing the driver to check if the TX is completed. Signed-off-by: Stefano Babic <sbabic@denx.de>