2016-02-01 22:47:55

by Jaap Jan Meijer

[permalink] [raw]
Subject: [PATCH] Bluetooth: hci_bcm: Add new ACPI ID for bcm43241

From: meijjaa <[email protected]>

This ACPI ID is used at least by HP for their Omni 10 5600eg tablet.

Signed-off-by: meijjaa <[email protected]>
---
drivers/bluetooth/hci_bcm.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 4797c5c..48dbf51 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -820,6 +820,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
{ "BCM2E3D", 0 },
{ "BCM2E3F", 0 },
{ "BCM2E40", 0 },
+ { "BCM2E54", 0 },
{ "BCM2E64", 0 },
{ "BCM2E65", 0 },
{ "BCM2E67", 0 },
--
2.7.0


2016-02-20 01:17:01

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: hci_bcm: Add new ACPI ID for bcm43241

Hi,

> This ACPI ID is used at least by HP for their Omni 10 5600eg tablet.
>
> Signed-off-by: meijjaa <[email protected]>
> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)

your patch has been applied to bluetooth-next tree.

Regards

Marcel