projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92e17ee
)
Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
author
Luka Karinja
<luka.karinja@gmail.com>
Sun, 20 Dec 2015 12:36:06 +0000
(13:36 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Sun, 20 Dec 2015 13:15:25 +0000
(14:15 +0100)
Add BCM2E65 device in acpi_device_id table used on Asus T100TAF.
Signed-off-by: Luka Karinja <luka.karinja@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
drivers/bluetooth/hci_bcm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/bluetooth/hci_bcm.c
b/drivers/bluetooth/hci_bcm.c
index 3eed35e0207c431b5bd2fbed1cbe0c3494c8c8e8..5c7c696c58381f7810f4cbcd9c2cee945cf651bf 100644
(file)
--- a/
drivers/bluetooth/hci_bcm.c
+++ b/
drivers/bluetooth/hci_bcm.c
@@
-815,6
+815,7
@@
static const struct hci_uart_proto bcm_proto = {
#ifdef CONFIG_ACPI
static const struct acpi_device_id bcm_acpi_match[] = {
{ "BCM2E39", 0 },
+ { "BCM2E65", 0 },
{ "BCM2E67", 0 },
{ },
};