mirror of
https://github.com/armbian/build.git
synced 2025-08-09 12:46:58 +02:00
- materialized overwrites: - `add-board-helios64.patch` - `add-board-orangepi-r1-plus.patch` - `add-driver-for-Motorcomm-YT85xx+PHYs.patch` - `add-board-rk3328-roc-pc.patch` - not touched: wifi patches, those still require work before rebase is consistent. - `wifi-4003-uwe5622-adjust-for-rockchip.patch` - this patch is done on top of the wifi drivers patches exclusively, and fails to apply out of tree. - we should probably consider moving this into the wifi drivers patch harness, not in the rockchip tree.
27 lines
866 B
Diff
27 lines
866 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Paolo Sabatino <paolo.sabatino@gmail.com>
|
|
Date: Sat, 1 May 2021 12:41:14 +0000
|
|
Subject: Workaround to make several broadcom bluetooth serdev devices work
|
|
even without proper MAC address
|
|
|
|
---
|
|
drivers/bluetooth/btbcm.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c
|
|
index 43e98a598bd9..93c456ce2533 100644
|
|
--- a/drivers/bluetooth/btbcm.c
|
|
+++ b/drivers/bluetooth/btbcm.c
|
|
@@ -89,7 +89,7 @@ int btbcm_check_bdaddr(struct hci_dev *hdev)
|
|
!bacmp(&bda->bdaddr, BDADDR_BCM43341B)) {
|
|
bt_dev_info(hdev, "BCM: Using default device address (%pMR)",
|
|
&bda->bdaddr);
|
|
- set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
|
|
+ //set_bit(HCI_QUIRK_INVALID_BDADDR, &hdev->quirks);
|
|
}
|
|
|
|
kfree_skb(skb);
|
|
--
|
|
Armbian
|
|
|