mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +00:00
Bluetooth: btrtl: Enable MSFT extension for RTL8822CE controller
The Realtek RTL8822CE Bluetooth controller support Microsoft vendor extension and it uses 0xFCF0 for VsMsftOpCode. The following test step was performed. - Boot the test device with RTL8822CE and verify the INFO print in dmesg. Signed-off-by: Miao-chen Chou <mcchou@chromium.org> Reviewed-by: Abhishek Pandit-Subedi <abhishekpandit@chromium.org> Reviewed-by: Archie Pusaka <apusaka@chromium.org> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
7a45bcb49a
commit
673fae14f2
@ -658,6 +658,12 @@ out_free:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* RTL8822CE supports the Microsoft vendor extension and uses 0xFCF0
|
||||||
|
* for VsMsftOpCode.
|
||||||
|
*/
|
||||||
|
if (lmp_subver == RTL_ROM_LMP_8822B)
|
||||||
|
hci_set_msft_opcode(hdev, 0xFCF0);
|
||||||
|
|
||||||
return btrtl_dev;
|
return btrtl_dev;
|
||||||
|
|
||||||
err_free:
|
err_free:
|
||||||
|
Loading…
Reference in New Issue
Block a user