
On Fri, Sep 19, 2008 at 11:45:44AM +0200, Remy Bohmer wrote:
U-Boot> usb storage Device 0: not available
What about this one ? Isn't this supposed to say something else ?
I got it! Currently the IF_TYPE_USB is not handled in the dev_print routine in part.c It is just a info printing issue, not a real functional bug.
Are you guys working on top of git? Doesn't the following commit fix this already?
commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb Author: Nícolas Carneiro Lebedenco nicolas.lebedenco@tasksistemas.com.br Date: Thu Sep 4 15:35:46 2008 -0300
Fix dev_print when called from usb_stor_info (usb storage command)
Fix output of the usb storage command. It was printing "Device 0: not available" because IF_TYPE_USB was not included into the switch statement.
Signed-off-by: Nicolas Lebedenco nicolas.lebedenco@tasksistemas.com.br
Best regards Markus