diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2016-01-04 14:23:22 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2016-01-04 19:22:57 +0100 |
commit | adbdeae5cece1d888a1542edfe9e1c6f8884fef8 (patch) | |
tree | 6eae4aa5d6c395cc3f355b22bf9c94f404853ac2 /drivers/bluetooth | |
parent | d3d20725407955d0bb107939f23535d2e7dadbee (diff) | |
download | linux-adbdeae5cece1d888a1542edfe9e1c6f8884fef8.tar.bz2 |
Bluetooth: hci_bcm: new ACPI IDs
These are used at least by Acer with BCM43241.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_bcm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c index abf13a754689..5f3de181e744 100644 --- a/drivers/bluetooth/hci_bcm.c +++ b/drivers/bluetooth/hci_bcm.c @@ -816,11 +816,14 @@ static const struct hci_uart_proto bcm_proto = { static const struct acpi_device_id bcm_acpi_match[] = { { "BCM2E1A", 0 }, { "BCM2E39", 0 }, + { "BCM2E3A", 0 }, { "BCM2E3D", 0 }, + { "BCM2E3F", 0 }, { "BCM2E40", 0 }, { "BCM2E64", 0 }, { "BCM2E65", 0 }, { "BCM2E67", 0 }, + { "BCM2E7B", 0 }, { }, }; MODULE_DEVICE_TABLE(acpi, bcm_acpi_match); |