Skip to content

Commit 6c595ea

Browse files
lwfingerholtmann
authored andcommitted
Bluetooth:: btrtl: Add support for RTL8723DU
This device is functionally equivalent to the BT part of the RTL8723DE, uses the same firmware, but the LMP subversion and HCI revision are unique. Signed-off-by: Larry Finger <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
1 parent 0558256 commit 6c595ea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

drivers/bluetooth/btrtl.c

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define RTL_ROM_LMP_3499 0x3499
2222
#define RTL_ROM_LMP_8723A 0x1200
2323
#define RTL_ROM_LMP_8723B 0x8723
24+
#define RTL_ROM_LMP_8723D 0x8873
2425
#define RTL_ROM_LMP_8821A 0x8821
2526
#define RTL_ROM_LMP_8761A 0x8761
2627
#define RTL_ROM_LMP_8822B 0x8822
@@ -107,6 +108,13 @@ static const struct id_table ic_id_table[] = {
107108
.fw_name = "rtl_bt/rtl8723ds_fw.bin",
108109
.cfg_name = "rtl_bt/rtl8723ds_config" },
109110

111+
/* 8723DU */
112+
{ IC_INFO(RTL_ROM_LMP_8723D, 0x826C),
113+
.config_needed = true,
114+
.has_rom_version = true,
115+
.fw_name = "rtl_bt/rtl8723d_fw.bin",
116+
.cfg_name = "rtl_bt/rtl8723d_config" },
117+
110118
/* 8821A */
111119
{ IC_INFO(RTL_ROM_LMP_8821A, 0xa),
112120
.config_needed = false,

0 commit comments

Comments
 (0)