From nobody Fri Feb 27 02:29:49 2026 X-Original-To: dev-commits-src-all@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 4fMXNG3nQDz6T7nd for ; Fri, 27 Feb 2026 02:29:50 +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 "R12" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4fMXNF6GYfz4131 for ; Fri, 27 Feb 2026 02:29:49 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1772159389; 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=dU/LOCbX/NIIxLT8ozqGLFouXirKMRIMeB/1HbtDyEM=; b=eMfLIQJarkow2DEiBtmndIGEBFOC+qaO/CkMTF2jgG0fHigbUeSrfPk18zsPNkeBI7Ecvi tSqfVcxIJf8dMh4rl7j2Kq7hetyOBpuYrIwTD9Zbabso+i5PYHO83oJFGI+pUd1zAiuV9G 3P4H9ZJ34SvFeR4XsvH5WAerihyR7qme5FxZxy9aaq+CYUn9JdPL6gAaiYfJRtxjq6mHRj c6L5pau3UXWiCufPKQGLZ2HhFLjdXbwqW6+bxl6B41gklg/vGS9sPAxdrr4ckLL2ZJDg5I Fj8Ll/XO3hF6Yni0fVmZIWuHxHkW85tn16qmshz8ouiyeh3makDhIHDa/rgh7w== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1772159389; a=rsa-sha256; cv=none; b=TVn6NOPPLWqCUZ2ruAC8HM+kFqW1/0GSxQwZRHbQPX/E0lhl9c+6Y+vxdKGC5wXETBOoHU 54/UqzYdiIhO5THDpD8oi7+dnC8OPuJ0cqXiwL+nd2rusFvytEkz95/9xTpZy2Mh+Y97GG AlmpwpmJX+6eAL5hjJ3EVryWLEj+xL4ubAVUMKtzRYwc08Bk54cqtaa49Wu890mLSZVFs9 f5IcAEOJhJIBx1VNDQj6jI7fI+5jpv2QCUH1jEnFse/1rSHRcvHp0i7/4sGr2aDphWIn5Z nZpK0UAyfHyKh9aMOHFIWz5oAw9NZh7PHuMbh2l7+WQs8huxdviUJrahy39eEQ== 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=1772159389; 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=dU/LOCbX/NIIxLT8ozqGLFouXirKMRIMeB/1HbtDyEM=; b=HZ4cuFWm1zgxnTnAPWrBXYiz9w7zX6cKQrcxzfwe28MdIyHVJ1rqozpPisXWAIznLRmGD2 jkbCxnij9FNTJDfNIU+ImYzFup/nVzZuKxF7YJPQFRocQ1cwTgGLsgBDxc4JHVP+K8elZA maQE5tTpdMEEg5QuT4loIyyrkFSlO+LjGmd1tJX1+DUavcfn37w8flIjFqduG9vwnGzMxb IMUAC+xBMQ5TeQXwSQ5FKiVIwsXcM0XhPWK8TIh2qrOQ/IwHqhZp4oIwFndZEgrhsk5zNB ua6+KyH3w/YLinnUzxDJMOgNnp+ZEiOrgtgL7kM2YnY49WhEtLcfBT9Qp7BTMg== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4fMXNF5fCbzyVC for ; Fri, 27 Feb 2026 02:29:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 212a3 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Fri, 27 Feb 2026 02:29:49 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Bjoern A. Zeeb Subject: git: 67a064decf92 - stable/15 - LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USB List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bz X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: 67a064decf92f5c729856e535a6d51f41023a462 Auto-Submitted: auto-generated Date: Fri, 27 Feb 2026 02:29:49 +0000 Message-Id: <69a1019d.212a3.1ba744df@gitrepo.freebsd.org> The branch stable/15 has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=67a064decf92f5c729856e535a6d51f41023a462 commit 67a064decf92f5c729856e535a6d51f41023a462 Author: Bjoern A. Zeeb AuthorDate: 2026-01-26 21:00:24 +0000 Commit: Bjoern A. Zeeb CommitDate: 2026-02-26 23:03:38 +0000 LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USB USB structures are defined with the native USB implementation. Just leave a comment why they are not here. Sponsored by: The FreeBSD Foundation Reviewed by: dumbbell Differential Revision: https://reviews.freebsd.org/D54991 (cherry picked from commit 020ff5e29431f5b55f2e3876c0e4828205e17cd5) --- sys/compat/linuxkpi/common/include/linux/mod_devicetable.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h index 87bd6ec24bce..df7c2472861b 100644 --- a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h +++ b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h @@ -80,4 +80,10 @@ struct dmi_system_id { #define ACPI_ID_LEN 16 +/* ----------------------------------------------------------------------------- + * USB + */ +/* struct usb_device_id is defined in sys/dev/usb/usbdi.h. */ +/* MODULE_DEVICE_TABLE_BUS_usb we have in usb.h. */ + #endif /* __LINUXKPI_LINUX_MOD_DEVICETABLE_H__ */