This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- bionic' to 'verification-done-bionic'. If the problem still exists, change the tag 'verification-needed-bionic' to 'verification-failed- bionic'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: verification-needed-bionic -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1784835 Title: [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices Status in HWE Next: In Progress Status in linux package in Ubuntu: In Progress Status in linux source package in Bionic: Fix Committed Bug description: SRU Justification * Impact: These devices can be found in some laptops. They don't work with the btusb in bionic but still the btusb would be loaded. * Fix: There's a commit in upstream that makes btusb support these devices. commit 907f84990924bf3a8d248c040dabeb5127ae6938 Author: Alex Lu <alex...@realsil.com.cn> Date: Sun Feb 11 12:24:33 2018 -0600 Bluetooth: btrtl: Add RTL8723D and RTL8821C devices The Bluetooth parts of RTL8723D and RTL8723B share the same lmp subversion, thus we need to check both lmp subversion and hci revision to distinguish the two. The same situation is true for RTL8821A and RTL8821C. Accordingly, the selection code is revised. To improve maintainability, a new id_table struct is defined, and an array of such structs is constructed. Adding a new device can thus be as simple as adding another value to the table. Signed-off-by: Alex Lu <alex...@realsil.com.cn> Signed-off-by: Larry Finger <larry.fin...@lwfinger.net> Signed-off-by: Marcel Holtmann <mar...@holtmann.org> * Risk of Regression: It's just one clean cherry-pick from upstream to extend devices supported by btrtl. The potential risk should be low. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1784835/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp