Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2025 17:04:32 +0000
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a7e0f6a3dc5f - main - Specialize the REALTEK RTL8153 quirk to just rev=0x31fd
Message-ID:  <694acba0.2477d.6d561ba4@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by phk:

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

commit a7e0f6a3dc5f3c4d11066a4b6529bc8cb868694a
Author:     Poul-Henning Kamp <phk@FreeBSD.org>
AuthorDate: 2025-12-23 17:04:10 +0000
Commit:     Poul-Henning Kamp <phk@FreeBSD.org>
CommitDate: 2025-12-23 17:04:10 +0000

    Specialize the REALTEK RTL8153 quirk to just rev=0x31fd
---
 sys/dev/usb/quirk/usb_quirk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c
index cd48d6d1d364..04441b2a344b 100644
--- a/sys/dev/usb/quirk/usb_quirk.c
+++ b/sys/dev/usb/quirk/usb_quirk.c
@@ -574,7 +574,7 @@ static struct usb_quirk_entry usb_quirks[USB_DEV_QUIRKS_MAX] = {
 
 	/* This works much better with if_cdce than if_ure */
 	USB_QUIRK(LENOVO, TBT3LAN, UQ_CFG_INDEX_1),
-	USB_QUIRK(REALTEK, RTL8153, UQ_CFG_INDEX_1),
+	USB_QUIRK_REV(REALTEK, RTL8153, 0x31fd, 0x31fd, UQ_CFG_INDEX_1),
 };
 #undef USB_QUIRK_VO
 #undef USB_QUIRK_REV


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694acba0.2477d.6d561ba4>