From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 18 Aug 2014 17:22:38 +0900 Subject: [U-Boot] [PATCH] samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget In-Reply-To: <1406625044-11637-1-git-send-email-l.majewski@samsung.com> References: <1406625044-11637-1-git-send-email-l.majewski@samsung.com> Message-ID: <53F1B7CE.7030605@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29/07/14 18:10, Lukasz Majewski wrote: > It is necessary to provide the same Vendor and Product IDs as the one in > the original Linux kernel code. > > Without this change the USB mass storage gadget is not working with Windows7. > > Signed-off-by: Lukasz Majewski > --- > board/samsung/common/Makefile | 2 +- > board/samsung/common/gadget.c | 24 ++++++++++++++++++++++++ > board/samsung/common/thor.c | 21 --------------------- > include/configs/exynos4-dt.h | 2 ++ > 4 files changed, 27 insertions(+), 22 deletions(-) > create mode 100644 board/samsung/common/gadget.c > delete mode 100644 board/samsung/common/thor.c > Acked-by: Minkyu Kang Thanks, Minkyu Kang.