]> Git Repo - linux.git/commitdiff
wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171
authorBitterblue Smith <[email protected]>
Thu, 10 Oct 2024 15:34:43 +0000 (18:34 +0300)
committerKalle Valo <[email protected]>
Thu, 17 Oct 2024 14:25:03 +0000 (17:25 +0300)
This ID appears to be RTL8188SU, not RTL8192DU. This is the wrong driver
for RTL8188SU. The r8712u driver from staging handles this ID.

I think this ID comes from the original rtl8192du driver from Realtek.
I don't know if they added it by mistake, or it was actually used for
two different chips.

RTL8188SU with this ID exists in the wild. RTL8192DU with this ID
probably doesn't.

Fixes: b5dc8873b6ff ("wifi: rtlwifi: Add rtl8192du/sw.c")
Cc: [email protected] # v6.11
Closes: https://github.com/lwfinger/rtl8192du/issues/105
Signed-off-by: Bitterblue Smith <[email protected]>
Acked-by: Ping-Ke Shih <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://patch.msgid.link/[email protected]
drivers/net/wireless/realtek/rtlwifi/rtl8192du/sw.c

index d069a81ac617521a8ad44b96b65743b358ede837..cc699efa9c79385398d93c2e9ddf9c731db3be24 100644 (file)
@@ -352,7 +352,6 @@ static const struct usb_device_id rtl8192d_usb_ids[] = {
        {RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8194, rtl92du_hal_cfg)},
        {RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8111, rtl92du_hal_cfg)},
        {RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x0193, rtl92du_hal_cfg)},
-       {RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0x8171, rtl92du_hal_cfg)},
        {RTL_USB_DEVICE(USB_VENDOR_ID_REALTEK, 0xe194, rtl92du_hal_cfg)},
        {RTL_USB_DEVICE(0x2019, 0xab2c, rtl92du_hal_cfg)},
        {RTL_USB_DEVICE(0x2019, 0xab2d, rtl92du_hal_cfg)},
This page took 0.132031 seconds and 4 git commands to generate.