From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 6 Jul 2015 10:39:02 -0600 Subject: [U-Boot] [PATCH 01/13] ARM: tegra: allow custom usb manufacturer/product/vendor ids/strings In-Reply-To: <5567369536a7b6ac9ce9fcab0f491d5c52c946ec.1436170106.git.marcel.ziswiler@toradex.com> References: <5567369536a7b6ac9ce9fcab0f491d5c52c946ec.1436170106.git.marcel.ziswiler@toradex.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 6 July 2015 at 02:20, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Allow for optional custom USB gadget manufacturer/product/vendor > IDs/strings to be specified. > > Signed-off-by: Marcel Ziswiler > --- > include/configs/tegra-common-usb-gadget.h | 6 ++++++ > 1 file changed, 6 insertions(+) Reviewed-by: Simon Glass