From nobody Sat Jul 25 15:42:00 2026 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4h6py10zpyz6lcWZ for ; Sat, 25 Jul 2026 15:42:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4h6py10QtQz45p3 for ; Sat, 25 Jul 2026 15:42:01 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784994121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SbzThZUGSVU5bPJ7j2S+83weIvqsoV+u4hhxvD3vBPc=; b=XR6S7ubifx6a8+t7mO7OkEl8gTNlZyzNm0rxD9FtR/TkNBgb/YiWP2yVRKnL9HXdmj2vve FZtkFfY2oSnkXA7SM5E1tkPwkShGfuBpvsNE/8dAJh2H0VKxmiqXQ8ZkkLgkIiyww8fea6 a76k22ebZ/mELz1okUpxpwPORe8Ee4/hA5gzCz247UKF6vPKmNIhFA/fu9klZzwb2jIR4Q kzLxxImIiWgpLJqqn34svFttGG4KkGJFThjhhPRUyVzIR9Tg+vZkhImagI87ERElMBzpHP B4xbiWbJR6CxV5Rco8LM0QO9WGQS/5tBZ8+aSeTKZsFEjxS0at4iJe8rhuS2dQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1784994121; a=rsa-sha256; cv=none; b=jlg/6WEysJofCBmVrfjVS78t6KCypZjB924aTlTZdOVGNUypqk8kU7Y5Drb/Cp2QVcGWHN m1GUqc611xHt+4StKTh2SyiuD4a16PyXqTZexlN8hXKfg8XCaYMiM9JfpzuESt+6f9da2U z61Brs29uYVbjdO54w6uSPVqHbgeA5BUD2jczIxSnrB0iYkf1N9AExZLzyzrwqm7cmXWwe yvtl/sgFzX4NbFd+H+FkXN4Oskjx2GuAR6xvS7jfZ57/EnHGQD6joKmZJM/KHJ4DlPBh+c 6W33uHcJauQmwXbyRyo2Ug+EFMUShA5Za3H3zXNXeCgwFi/HYGlaz93K5AcTWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1784994121; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=SbzThZUGSVU5bPJ7j2S+83weIvqsoV+u4hhxvD3vBPc=; b=K6R8N/z+M9AwSe9vIjG/AFplOHmDRICd0rr+uzDpUN6RHzGbZwRhJxyyP7z05VtD9XWH7Q 7+jpN4PbdbeHQgL9KyVyDMBzY38/tPSh0rIl/qvxxBNdqQNc7Rj/1BMFpIY51Hq64/pU5Z enxN/Gzarive9D4TgSUr+Db0jAXnrcKGN42UGZWYXW7m5KtCNALKfrqNEiHB4nVfVjfA8B aWc0rYKc5BFY2Utt8t6sTsTLsrEclaf+YfquL1hRD8mlgLsWVwHZ2HQObXFzkLRNAv5SZa pwWyvJV/aln2wETnxRKkvg8hi6OjLzLfDBddrpoBDYo+alovgXJg5IA6ljbbjQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4h6py068vzzhwH for ; Sat, 25 Jul 2026 15:42:00 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3e873 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sat, 25 Jul 2026 15:42:00 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: ShengYi Hung Subject: git: 340c6aff6736 - main - libusb: Add LIBUSB_DT_SUPERSPEED_HUB List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: aokblast X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 340c6aff67367aaee190e48dc8834a8881a84127 Auto-Submitted: auto-generated Date: Sat, 25 Jul 2026 15:42:00 +0000 Message-Id: <6a64d948.3e873.48ef8a75@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 AuthorDate: 2026-07-25 15:38:42 +0000 Commit: ShengYi Hung 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, };