aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoic Poulain <loic.poulain@intel.com>2016-04-04 05:31:12 -0400
committerMarcel Holtmann <marcel@holtmann.org>2016-04-08 12:54:33 -0400
commit1dbfc59a931495b2e7bdc4e85886162a0b03235b (patch)
treec4e3d45928d0a7e9221096be8f1f5e9258b0d474
parent56b40fbf61a247e23b50e426971148b2e50262e0 (diff)
Bluetooth: hci_bcm: Add BCM2E71 ACPI ID
This ID is used at least by Asus T100-CHI. Signed-off-by: Loic Poulain <loic.poulain@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
-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 d8881dc0600c..1c97eda8bae3 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[] = {
825 { "BCM2E64", 0 }, 825 { "BCM2E64", 0 },
826 { "BCM2E65", 0 }, 826 { "BCM2E65", 0 },
827 { "BCM2E67", 0 }, 827 { "BCM2E67", 0 },
828 { "BCM2E71", 0 },
828 { "BCM2E7B", 0 }, 829 { "BCM2E7B", 0 },
829 { "BCM2E7C", 0 }, 830 { "BCM2E7C", 0 },
830 { }, 831 { },