projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d2072
)
Bluetooth: hci_bcm: new ACPI IDs
author
Heikki Krogerus
<heikki.krogerus@linux.intel.com>
Mon, 4 Jan 2016 12:23:22 +0000
(14:23 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 4 Jan 2016 18:22:57 +0000
(19:22 +0100)
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>
drivers/bluetooth/hci_bcm.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_bcm.c
b/drivers/bluetooth/hci_bcm.c
index abf13a7546898f4a0d7e049d57a17b3fb9a482e3..5f3de181e7443632746ef77d6ee73ec9a26494fa 100644
(file)
--- 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);