We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fe9711 + dd51fed commit 99113eeCopy full SHA for 99113ee
1 file changed
drivers/usb/gadget/g_dnl.c
@@ -79,7 +79,7 @@ static struct usb_device_descriptor device_desc = {
79
.bDeviceSubClass = 0x02, /*0x02:CDC-modem , 0x00:CDC-serial*/
80
81
.idVendor = 0x18d1,
82
- .idProduct = 0x0002,
+ .idProduct = 0x0d02,
83
.iProduct = STRING_PRODUCT,
84
.iSerialNumber = STRING_SERIAL,
85
.bNumConfigurations = 1,
0 commit comments