You've already forked linux-t2-patches
mirror of
https://github.com/t2linux/linux-t2-patches.git
synced 2026-04-30 13:52:11 -07:00
Update 9003-Bluetooth-hci_bcm4377-Add-new-driver-for-BCM4377-PCI-boards.patch
This commit is contained in:
@@ -50,7 +50,7 @@ new file mode 100644
|
||||
index 000000000000..e5db0ac8a81b
|
||||
--- /dev/null
|
||||
+++ b/drivers/bluetooth/hci_bcm4377.c
|
||||
@@ -0,0 +1,2466 @@
|
||||
@@ -0,0 +1,2467 @@
|
||||
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
|
||||
+/*
|
||||
+ * Bluetooth HCI driver for Broadcom 4377/4378/4387 devices attached via PCIe
|
||||
@@ -1271,6 +1271,7 @@ index 000000000000..e5db0ac8a81b
|
||||
+
|
||||
+static int bcm4377_send_ptb(struct bcm4377_data *bcm4377,
|
||||
+ const struct firmware *fw)
|
||||
+return 0;
|
||||
+{
|
||||
+ struct sk_buff *skb;
|
||||
+ int ret = 0;
|
||||
|
||||
Reference in New Issue
Block a user