2016-01-20 08:36:55

by Jaap Jan Meijer

[permalink] [raw]
Subject: [PATCH] Another ACPI ID for bcm43241

Hi,

I found another ID for the bcm43241 in my HP Omni10's dsdt. With
attached patch the driver works nicely.

Kind, regards,

J.J.

diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
index 5f3de18..11ac590 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 },


2016-01-21 11:14:06

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Another ACPI ID for bcm43241

Hi Jaap,

> I found another ID for the bcm43241 in my HP Omni10's dsdt. With
> attached patch the driver works nicely.
>
> Kind, regards,
>
> J.J.
>
> diff --git a/drivers/bluetooth/hci_bcm.c b/drivers/bluetooth/hci_bcm.c
> index 5f3de18..11ac590 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 },

please create a proper patch with commit message, export it via git format-patch and send it via git send-email so I can apply it. This one is not something I can apply. And especially not with whitespace damage, no commit message and missing signed-off-by.

Regards

Marcel