commit | 1dae49474fefff9b10a634abbf36aa9c87e65d3d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 03 13:50:30 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 07 10:27:07 2016 -0700 |
tree | f05ccb40de50fbff41d0b89f49116e794e8c3ee2 | |
parent | 700eceb88ebaf0ca4c3afc59f51381cdee8856ee [diff] |
usb: Allow up to 7 storage devices The current limit of 5 is not enough for the driver model USB tests. Really we should not have a limit but the driver model code still uses the usb_dev_desc[] array, which has a limit. Increasing the limit by 2 should not bother anyone. Adjust it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>