We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a9dde commit f4bbd7eCopy full SHA for f4bbd7e
src/scenes/mtp/usb_desc.c
@@ -40,8 +40,8 @@ const struct usb_device_descriptor usb_mtp_dev_descr = {
40
.bDeviceProtocol = USB_PROTO_MTP, // Protocol for MTP
41
.bMaxPacketSize0 = USB_EP0_SIZE,
42
.idVendor = 0x0483, // STMicroelectronics
43
- // .idProduct = 0x0105, // https://devicehunt.com/view/type/usb/vendor/0483, STM has PID for MTP.
44
- .idProduct = 0x5741, // Custom Product ID
+ .idProduct = 0x0105, // https://devicehunt.com/view/type/usb/vendor/0483, STM has PID for MTP.
+ // .idProduct = 0x5741, // Custom Product ID
45
.bcdDevice = BCD_VERSION,
46
.iManufacturer = UsbDevManuf, // UsbDevManuf
47
.iProduct = UsbDevProduct, // UsbDevProduct
0 commit comments