summaryrefslogtreecommitdiff
path: root/src/host
diff options
context:
space:
mode:
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,