diff options
| author | ShengYi Hung <aokblast@FreeBSD.org> | 2026-07-25 15:38:42 +0000 |
|---|---|---|
| committer | ShengYi Hung <aokblast@FreeBSD.org> | 2026-07-25 15:41:20 +0000 |
| commit | 340c6aff67367aaee190e48dc8834a8881a84127 (patch) | |
| tree | 68e06acca21b90a78f08a17097620ea2036f1321 | |
| parent | b78f8800a7b07f5b0eb0eafabcfa90019b795288 (diff) | |
libusb: Add LIBUSB_DT_SUPERSPEED_HUB
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | lib/libusb/libusb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libusb/libusb.h b/lib/libusb/libusb.h index 1cf860cbb8ab..006b023c65e6 100644 --- a/lib/libusb/libusb.h +++ b/lib/libusb/libusb.h @@ -89,6 +89,7 @@ enum libusb_descriptor_type { LIBUSB_DT_HUB = 0x29, LIBUSB_DT_BOS = 0x0f, LIBUSB_DT_DEVICE_CAPABILITY = 0x10, + LIBUSB_DT_SUPERSPEED_HUB = 0x2a, LIBUSB_DT_SS_ENDPOINT_COMPANION = 0x30, }; |
