Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 00:46:45 +0000
From:      Bjoern A. Zeeb <bz@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 020ff5e29431 - main - LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USB
Message-ID:  <698a7ff5.2747b.49c532a0@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bz:

URL: https://cgit.FreeBSD.org/src/commit/?id=020ff5e29431f5b55f2e3876c0e4828205e17cd5

commit 020ff5e29431f5b55f2e3876c0e4828205e17cd5
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2026-01-26 21:00:24 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2026-02-09 21:49:44 +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
    MFC after:      3 days
    Reviewed by:    dumbbell
    Differential Revision: https://reviews.freebsd.org/D54991
---
 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__ */


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698a7ff5.2747b.49c532a0>