From 8fc171318e352ae191cdf527252e9166a56851ab Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Tue, 29 Jul 2014 11:10:44 +0200 Subject: samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget 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 Acked-by: Minkyu Kang --- board/samsung/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/samsung/common/Makefile') diff --git a/board/samsung/common/Makefile b/board/samsung/common/Makefile index 41d0cc3814..93347ef000 100644 --- a/board/samsung/common/Makefile +++ b/board/samsung/common/Makefile @@ -6,7 +6,7 @@ # obj-$(CONFIG_SOFT_I2C_MULTI_BUS) += multi_i2c.o -obj-$(CONFIG_THOR_FUNCTION) += thor.o +obj-$(CONFIG_USBDOWNLOAD_GADGET) += gadget.o obj-$(CONFIG_MISC_COMMON) += misc.o ifndef CONFIG_SPL_BUILD -- cgit v1.2.3