You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usb 1-4: New USB device found, idVendor=0123, idProduct=0123, bcdDevice= 1.00
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: prod
usb 1-4: Manufacturer: manu
Instead it is identified as this:
usb 1-4: New USB device found, idVendor=2e8a, idProduct=1056, bcdDevice= 1.00
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: RP2040-GEEK
usb 1-4: Manufacturer: Waveshare Electronics
Description
On boot the usb description should be set accordingly.
Additional information
This issue happens with the rp2040_geek images, but it does not happen with rp2040_pico (which I falsely downloaded first).
The text was updated successfully, but these errors were encountered:
CircuitPython version and board name
Code/REPL
Behavior
No error.
Device should be identified as:
usb 1-4: New USB device found, idVendor=0123, idProduct=0123, bcdDevice= 1.00
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: prod
usb 1-4: Manufacturer: manu
Instead it is identified as this:
usb 1-4: New USB device found, idVendor=2e8a, idProduct=1056, bcdDevice= 1.00
usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-4: Product: RP2040-GEEK
usb 1-4: Manufacturer: Waveshare Electronics
Description
On boot the usb description should be set accordingly.
Additional information
This issue happens with the rp2040_geek images, but it does not happen with rp2040_pico (which I falsely downloaded first).
The text was updated successfully, but these errors were encountered: