From dd51fed85fddf45a6abdb6c379102a49ba6b4d72 Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Tue, 28 Jul 2020 21:05:54 +0200 Subject: Revert "ODROID-C3: Change PID(Google Inc) for fastboot." * this breaks fastboot on windows horribly (no fastboot driver is able to detect the device), reverting this commit fixes it This reverts commit f52f63394c0383e9d0c78e430944d968c45d85d6. Change-Id: I9d43eaabd907aeb99cded253fba5108c23e569f7 --- drivers/usb/gadget/g_dnl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/gadget/g_dnl.c b/drivers/usb/gadget/g_dnl.c index 6c10170fea..d3f3d99812 100644 --- a/drivers/usb/gadget/g_dnl.c +++ b/drivers/usb/gadget/g_dnl.c @@ -79,7 +79,7 @@ static struct usb_device_descriptor device_desc = { .bDeviceSubClass = 0x02, /*0x02:CDC-modem , 0x00:CDC-serial*/ .idVendor = 0x18d1, - .idProduct = 0x0002, + .idProduct = 0x0d02, .iProduct = STRING_PRODUCT, .iSerialNumber = STRING_SERIAL, .bNumConfigurations = 1, -- cgit v1.2.1