Skip to content

Commit 3616081

Browse files
Change VID/PID to be Raspberry Pi values
Spotted the Cosmo_pico port on circuitpython.org which is the same class of device as the Pimoroni PICO dv so I'm switching the VID/PID to use the Raspberry Pi owned values rather than the Adafruit values just as the Como device uses.
1 parent b3c8575 commit 3616081

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ports/raspberrypi/boards/pimoroni_pico_dv/mpconfigboard.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
USB_VID = 0x239A
2-
USB_PID = 0x80F4
3-
USB_PRODUCT = "Pico"
1+
USB_VID = 0x2E8A
2+
USB_PID = 0x104C
3+
USB_PRODUCT = "Pimoroni PICO dv"
44
USB_MANUFACTURER = "Raspberry Pi"
55

66
CHIP_VARIANT = RP2040

0 commit comments

Comments
 (0)