projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b013a63
)
Bluetooth: hci_bcm: Add BCM2E7C ACPI ID
author
Mika Westerberg
<mika.westerberg@linux.intel.com>
Fri, 29 Jan 2016 14:53:27 +0000
(16:53 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 23 Feb 2016 19:29:37 +0000
(20:29 +0100)
Recent macbooks (early 2015) with BCM43241 use this ACPI ID. Add it to the
list of supported devices.
Reported-by: Leif Liddy <leif.liddy@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_bcm.c
b/drivers/bluetooth/hci_bcm.c
index
7092dab
..
bb4c5a0
100644
(file)
--- a/
drivers/bluetooth/hci_bcm.c
+++ b/
drivers/bluetooth/hci_bcm.c
@@
-825,6
+825,7
@@
static const struct acpi_device_id bcm_acpi_match[] = {
{ "BCM2E65", 0 },
{ "BCM2E67", 0 },
{ "BCM2E7B", 0 },
+ { "BCM2E7C", 0 },
{ },
};
MODULE_DEVICE_TABLE(acpi, bcm_acpi_match);