git: 340c6aff6736 - main - libusb: Add LIBUSB_DT_SUPERSPEED_HUB
ShengYi Hung <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a64d948.3e873.48ef8a75__37487.2702684783$1784994137$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=340c6aff67367aaee190e48dc8834a8881a84127 commit 340c6aff67367aaee190e48dc8834a8881a84127 Author: ShengYi Hung <[email protected]> AuthorDate: 2026-07-25 15:38:42 +0000 Commit: ShengYi Hung <[email protected]> CommitDate: 2026-07-25 15:41:20 +0000 libusb: Add LIBUSB_DT_SUPERSPEED_HUB Sponsored by: The FreeBSD Foundation --- lib/libusb/libusb.h | 1 + 1 file changed, 1 insertion(+) 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, };