Skip to content

Commit e168f69

Browse files
zijun-huVudentz
authored andcommitted
Bluetooth: btusb: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING for fake CSR
Core driver addtionally checks LMP feature bit "Erroneous Data Reporting" instead of quirk HCI_QUIRK_BROKEN_ERR_DATA_REPORTING to decide if HCI commands HCI_Read|Write_Default_Erroneous_Data_Reporting are broken, so remove this unnecessary quirk for fake CSR controllers. Signed-off-by: Zijun Hu <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
1 parent 1172c59 commit e168f69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/bluetooth/btusb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2087,7 +2087,6 @@ static int btusb_setup_csr(struct hci_dev *hdev)
20872087
* without these the controller will lock up.
20882088
*/
20892089
set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
2090-
set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING, &hdev->quirks);
20912090
set_bit(HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL, &hdev->quirks);
20922091
set_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks);
20932092

0 commit comments

Comments
 (0)