Commit 890505e8 authored by Linmao Li's avatar Linmao Li Committed by Luiz Augusto von Dentz
Browse files

Bluetooth: btusb: Remove duplicate entry for 0x13d3/0x3618



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: default avatarLinmao Li <lilinmao@kylinos.cn>
Signed-off-by: default avatarLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
parent cc6383d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 |