Skip to content

Commit

Permalink
[BT/8852BE] blue8852be 1.0.2 for linux 6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pom committed Sep 8, 2022
1 parent 5390799 commit a665028
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions drivers/blue8852be/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,9 @@ static int btusb_setup_csr(struct hci_dev *hdev)
* without these the controller will lock up.
*/
set_bit(HCI_QUIRK_BROKEN_STORED_LINK_KEY, &hdev->quirks);
#if (LINUX_VERSION_CODE < KERNEL_VERSION(6, 0, 0))
set_bit(HCI_QUIRK_BROKEN_ERR_DATA_REPORTING, &hdev->quirks);
#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 17, 0))
set_bit(HCI_QUIRK_BROKEN_FILTER_CLEAR_ALL, &hdev->quirks);
set_bit(HCI_QUIRK_NO_SUSPEND_NOTIFIER, &hdev->quirks);
Expand Down
2 changes: 1 addition & 1 deletion drivers/blue8852be/dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="blue8852be"
PACKAGE_VERSION="1.0.1"
PACKAGE_VERSION="1.0.2"
CLEAN="make clean"

MAKE[0]="make all"
Expand Down

0 comments on commit a665028

Please sign in to comment.