diff options
author | Loic Poulain <loic.poulain@intel.com> | 2016-04-04 11:31:12 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2016-04-08 18:54:33 +0200 |
commit | 1dbfc59a931495b2e7bdc4e85886162a0b03235b (patch) | |
tree | c4e3d45928d0a7e9221096be8f1f5e9258b0d474 /drivers/bluetooth | |
parent | 56b40fbf61a247e23b50e426971148b2e50262e0 (diff) | |
download | talos-op-linux-1dbfc59a931495b2e7bdc4e85886162a0b03235b.tar.gz talos-op-linux-1dbfc59a931495b2e7bdc4e85886162a0b03235b.zip |
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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_bcm.c | 1 |
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[] = { { "BCM2E64", 0 }, { "BCM2E65", 0 }, { "BCM2E67", 0 }, + { "BCM2E71", 0 }, { "BCM2E7B", 0 }, { "BCM2E7C", 0 }, { }, |