summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
authorCédric Berger <[email protected]>2026-02-19 23:03:32 +0100
committerCédric Berger <[email protected]>2026-02-19 23:03:32 +0100
commitc8265a3709ebe6b5f77aa3b5bb148740c5818f00 (patch)
tree65edc5234bc870819159f1058f9da9b22b814676 /src/host
parentdb1ff5d1692a4407496284b6684438256e1988db (diff)
Introduce TUH_CFGID_PHY_SPEED configure option
Diffstat (limited to 'src/host')
-rw-r--r--src/host/usbh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h
index d86efbcb2..03577ba3f 100644
--- a/src/host/usbh.h
+++ b/src/host/usbh.h
@@ -93,6 +93,7 @@ typedef struct {
// ConfigID for tuh_configure()
enum {
TUH_CFGID_INVALID = 0,
+ TUH_CFGID_PHY_SPEED = 10, // cfg_param: tusb_speed_t
TUH_CFGID_RPI_PIO_USB_CONFIGURATION = 100, // cfg_param: pio_usb_configuration_t
TUH_CFGID_MAX3421 = 200,
TUH_CFGID_FSDEV = 300,