support webusb serial #260

Closed
opened 2026-02-15 15:52:59 +08:00 by runny4184 · 1 comment
runny4184 commented 2026-02-15 15:52:59 +08:00 (Migrated from github.com)

After commission, the yubikey vid is in chrome's webusb block list.
it's nice to give webusb a second vendor and device id so that it can work like a serial interface for developing other apps running on the board.

After commission, the yubikey vid is in chrome's webusb block list. it's nice to give webusb a second vendor and device id so that it can work like a serial interface for [developing other apps ](https://github.com/polhenarejos/pico-fido/issues/190) running on the board.
polhenarejos commented 2026-02-17 02:39:44 +08:00 (Migrated from github.com)

VID&PID are present for the entire USB device tree, not just for a single interface. You cannot set them separately per interface.

VID&PID are present for the entire USB device tree, not just for a single interface. You cannot set them separately per interface.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: dearsky/pico-fido#260