Home
last modified time | relevance | path

Searched hist:"70 caa97108d790e5779b347a8530b130df9f000a" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dusb.h70caa97108d790e5779b347a8530b130df9f000a Sun Jan 03 20:50:30 UTC 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>
/rk3399_rockchip-uboot/common/
H A Dusb_storage.c70caa97108d790e5779b347a8530b130df9f000a Sun Jan 03 20:50:30 UTC 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>