Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 2026 15:42:00 +0000
From:      ShengYi Hung <aokblast@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 340c6aff6736 - main - libusb: Add LIBUSB_DT_SUPERSPEED_HUB
Message-ID:  <6a64d948.3e873.48ef8a75@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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,
 };
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a64d948.3e873.48ef8a75>