]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618
authorLinmao Li <lilinmao@kylinos.cn>
Wed, 21 Jan 2026 02:52:20 +0000 (10:52 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 29 Jan 2026 18:35:30 +0000 (13:35 -0500)
The USB device ID 0x13d3/0x3618 is listed twice in the device table.
Remove the duplicate entry and keep the one under the correct
"Realtek 8852BT/8852BE-VT Bluetooth devices" section.

Signed-off-by: Linmao Li <lilinmao@kylinos.cn>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btusb.c

index 9eea2ec775bb81ca0568c364719750285ef92949..8c34a17edae5dd9145db567c0c77ed97af572985 100644 (file)
@@ -581,8 +581,6 @@ static const struct usb_device_id quirks_table[] = {
                                                     BTUSB_WIDEBAND_SPEECH },
        { USB_DEVICE(0x13d3, 0x3591), .driver_info = BTUSB_REALTEK |
                                                     BTUSB_WIDEBAND_SPEECH },
-       { USB_DEVICE(0x13d3, 0x3618), .driver_info = BTUSB_REALTEK |
-                                                    BTUSB_WIDEBAND_SPEECH },
        { USB_DEVICE(0x0489, 0xe123), .driver_info = BTUSB_REALTEK |
                                                     BTUSB_WIDEBAND_SPEECH },
        { USB_DEVICE(0x0489, 0xe125), .driver_info = BTUSB_REALTEK |