Skip to content

Commit f4bbd7e

Browse files
authored
chore: rollback pid rollback
1 parent e3a9dde commit f4bbd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scenes/mtp/usb_desc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const struct usb_device_descriptor usb_mtp_dev_descr = {
4040
.bDeviceProtocol = USB_PROTO_MTP, // Protocol for MTP
4141
.bMaxPacketSize0 = USB_EP0_SIZE,
4242
.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
43+
.idProduct = 0x0105, // https://devicehunt.com/view/type/usb/vendor/0483, STM has PID for MTP.
44+
// .idProduct = 0x5741, // Custom Product ID
4545
.bcdDevice = BCD_VERSION,
4646
.iManufacturer = UsbDevManuf, // UsbDevManuf
4747
.iProduct = UsbDevProduct, // UsbDevProduct

0 commit comments

Comments
 (0)