git: a7e0f6a3dc5f - main - Specialize the REALTEK RTL8153 quirk to just rev=0x31fd
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Dec 2025 17:04:32 UTC
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