* [PATCH] Bluetooth: hci_bcm: Add BCM2E7C ACPI ID
@ 2016-01-29 14:53 Mika Westerberg
2016-02-20 1:06 ` Marcel Holtmann
0 siblings, 1 reply; 2+ messages in thread
From: Mika Westerberg @ 2016-01-29 14:53 UTC (permalink / raw)
To: Marcel Holtmann
Cc: Gustavo Padovan, Johan Hedberg, Leif Liddy, Mika Westerberg,
linux-bluetooth
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>
---
drivers/bluetooth/hci_bcm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 5f3de181e744..ce00a8045058 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -824,6 +824,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);
--
2.7.0.rc3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E7C ACPI ID
2016-01-29 14:53 [PATCH] Bluetooth: hci_bcm: Add BCM2E7C ACPI ID Mika Westerberg
@ 2016-02-20 1:06 ` Marcel Holtmann
0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2016-02-20 1:06 UTC (permalink / raw)
To: Mika Westerberg
Cc: Gustavo F. Padovan, Johan Hedberg, Leif Liddy, linux-bluetooth
Hi Mika,
> 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>
> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)
patch has been applied to bluetooth-next tree.
Regards
Marcel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-20 1:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-29 14:53 [PATCH] Bluetooth: hci_bcm: Add BCM2E7C ACPI ID Mika Westerberg
2016-02-20 1:06 ` Marcel Holtmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).