diff options
| author | sakumisu <[email protected]> | 2022-09-23 21:58:36 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2022-09-23 21:58:36 +0800 |
| commit | 110d9ba81636871dc9b799568097ea57e5c4a074 (patch) | |
| tree | 091c2f0192d43bbbac1bd053511588a1cf66a33f | |
| parent | 21270bdef1587cc3703f17df48fd31a6e426fb78 (diff) | |
add super speed string
| -rw-r--r-- | class/hub/usbh_hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/class/hub/usbh_hub.c b/class/hub/usbh_hub.c index 2f2ccf69..c41c4ba0 100644 --- a/class/hub/usbh_hub.c +++ b/class/hub/usbh_hub.c @@ -32,7 +32,7 @@ extern int usbh_hport_activate_ep0(struct usbh_hubport *hport); extern int usbh_hport_deactivate_ep0(struct usbh_hubport *hport); extern int usbh_enumerate(struct usbh_hubport *hport); -static const char *speed_table[] = { "error-speed", "low-speed", "full-speed", "high-speed" }; +static const char *speed_table[] = { "error-speed", "low-speed", "full-speed", "high-speed", "wireless-speed", "super-speed", "superplus-speed" }; /**************************************************************************** * Name: usbh_hub_devno_alloc |
