Message ID | 883A1BECA61AB8B7+20240329023440.191799-1-wangyuli@uniontech.com |
---|---|
State | Accepted |
Commit | cf396a443d374e2312edcbd0b72279047c1e0cbd |
Headers | show |
Series | [RESEND.,v2] Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 | expand |
Hello: This patch was applied to bluetooth/bluetooth-next.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Fri, 29 Mar 2024 10:34:39 +0800 you wrote: > Add the support ID(0x0bda, 0x4853) to usb_device_id table for > Realtek RTL8852BE. > > Without this change the device utilizes an obsolete version of > the firmware that is encoded in it rather than the updated Realtek > firmware and config files from the firmware directory. The latter > files implement many new features. > > [...] Here is the summary with links: - [RESEND.,v2] Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853 https://git.kernel.org/bluetooth/bluetooth-next/c/cf396a443d37 You are awesome, thank you!
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index c391e612b83b..3356af3a7f61 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -542,6 +542,8 @@ static const struct usb_device_id quirks_table[] = { /* Realtek 8852BE Bluetooth devices */ { USB_DEVICE(0x0cb8, 0xc559), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, + { USB_DEVICE(0x0bda, 0x4853), .driver_info = BTUSB_REALTEK | + BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x0bda, 0x887b), .driver_info = BTUSB_REALTEK | BTUSB_WIDEBAND_SPEECH }, { USB_DEVICE(0x0bda, 0xb85b), .driver_info = BTUSB_REALTEK |