git: 340c6aff6736 - main - libusb: Add LIBUSB_DT_SUPERSPEED_HUB

From: ShengYi Hung <aokblast_at_FreeBSD.org>
Date: Sat, 25 Jul 2026 15:42:00 UTC
The branch main has been updated by aokblast:

URL: https://cgit.FreeBSD.org/src/commit/?id=340c6aff67367aaee190e48dc8834a8881a84127

commit 340c6aff67367aaee190e48dc8834a8881a84127
Author:     ShengYi Hung <aokblast@FreeBSD.org>
AuthorDate: 2026-07-25 15:38:42 +0000
Commit:     ShengYi Hung <aokblast@FreeBSD.org>
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,
 };