summaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2016-01-29 16:53:27 +0200
committerMarcel Holtmann <marcel@holtmann.org>2016-02-23 20:29:37 +0100
commit2791b44d6b4a2280568e0dc84be51992b7b367f1 (patch)
tree6eefbaf24862204911af8e75193fbed988d4ecbe /drivers/bluetooth
parentb013a636b8571fa62b0fd3abeb2b36f0fc7199dd (diff)
downloadlinux-0-day-2791b44d6b4a2280568e0dc84be51992b7b367f1.tar.gz
linux-0-day-2791b44d6b4a2280568e0dc84be51992b7b367f1.tar.xz
Bluetooth: hci_bcm: Add BCM2E7C ACPI ID
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_bcm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 7092dab793799..bb4c5a00aea07 100644
--- 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);