-
Notifications
You must be signed in to change notification settings - Fork 1.3k
RP2040-GEEK - supervisor USB identification cannot be set #10155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What OS and version are you using? |
ArchLinux - up2date zen kernel on boot means: on boot of rp2040-geek |
@HidingCherry, are you doing a full reset or power cycle of the RP2040-GEEK board? The |
I unplug and replug it on the same port. I can test with different ports later this week, but I'm pretty sure the results will be the same. |
It's a user error, sorry for the trouble. The lines were for button handling, which were set wrong. I'll close this issue then. |
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: