diff options
author | Kim B. Heino <Kim.Heino@bluegiga.com> | 2010-03-12 15:46:56 +0200 |
---|---|---|
committer | Remy Bohmer <linux@bohmer.net> | 2010-04-08 21:40:00 +0200 |
commit | aaad108b889c6980a2d05262a2f7febb14f94d68 (patch) | |
tree | 616df580afc3a5e279c63f35266bc98ec13c7887 /drivers/input | |
parent | d7a22a364ceea97133c1fb7aff073953c7a61228 (diff) | |
download | u-boot-imx-aaad108b889c6980a2d05262a2f7febb14f94d68.zip u-boot-imx-aaad108b889c6980a2d05262a2f7febb14f94d68.tar.gz u-boot-imx-aaad108b889c6980a2d05262a2f7febb14f94d68.tar.bz2 |
USB storage count
Here's another USB storage patch. Currently U-Boot handles storage
devices #0 - #4 as valid devices, even if there is none connected. This
patch fixes usb_stor_get_dev() to check detected device count instead
of MAX-define.
This is very important for ill behaving devices. usb_dev_desc[] can be
partially initialized if device probe fails.
After fixing get_dev() it was easy to fix "usb part" etc commands.
Previously it outputed "Unknown partition table" five times, now it's
"no USB devices available".
Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
Diffstat (limited to 'drivers/input')
0 files changed, 0 insertions, 0 deletions