Searched hist:"70 caa97108d790e5779b347a8530b130df9f000a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ |
H A D | usb.h | diff 70caa97108d790e5779b347a8530b130df9f000a Sun Jan 03 14:50:30 CST 2016 Simon Glass <sjg@chromium.org> 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>
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | diff 70caa97108d790e5779b347a8530b130df9f000a Sun Jan 03 14:50:30 CST 2016 Simon Glass <sjg@chromium.org> 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>
|