From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 8 Jan 2016 13:10:25 +0100 Subject: [U-Boot] [PATCH 2/3] usb: Allow up to 7 storage devices In-Reply-To: References: <1451854231-20916-1-git-send-email-sjg@chromium.org> <201601032223.11888.marex@denx.de> Message-ID: <201601081310.26017.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, January 08, 2016 at 04:34:27 AM, Simon Glass wrote: > On 3 January 2016 at 14:23, Marek Vasut wrote: > > On Sunday, January 03, 2016 at 09:50:30 PM, Simon Glass wrote: > >> 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 > > > > Reviewed-by: Marek Vasut > > > > btw moving this constant to one place would be nice ;) > > OK, how about this: > > http://patchwork.ozlabs.org/patch/564474/ That's fine, thanks! Best regards, Marek Vasut