-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drv/usb/stm32_usbd: use Pybricks class/subclass/protocol
This adds new defines for the Pybricks USB device class, subclass and protocol. The class (0xff) is defined by the USB-IF and is the vendor- specific class. The subclass and protocol are vendor-specific and come from the first two bytes of the the Pybricks Bluetooth UUIDs. This allows us to identify hubs running Pybricks when enumerating USB devices.
- Loading branch information
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters