commit | 4d172f190c6383495af0e32706cae0ffa9347fac | [log] [tgz] |
---|---|---|
author | Stefano Babic <sbabic@denx.de> | Sun Aug 15 14:19:00 2010 +0200 |
committer | Remy Bohmer <linux@bohmer.net> | Mon Sep 20 21:57:17 2010 +0200 |
tree | 84b9b6352be3c01adf2da029b7eaa150bae6bb3d | |
parent | 76e3d4e530c34e9981fe60ad78ff207ee8cab1ec [diff] |
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>