2016-03-02 23:43:59

by Jérôme de Bretagne

[permalink] [raw]
Subject: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8

From: Jérôme de Bretagne <[email protected]>

Lenovo ThinkPad Tablet 8 with BCM43241 rev B5 chipset uses the BCM2E55
ACPI ID for Bluetooth. Add it to the list of supported devices.

Signed-off-by: Jérôme de Bretagne <[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 bb4c5a0..d8881dc 100644
--- a/drivers/bluetooth/hci_bcm.c
+++ b/drivers/bluetooth/hci_bcm.c
@@ -821,6 +821,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
{ "BCM2E3F", 0 },
{ "BCM2E40", 0 },
{ "BCM2E54", 0 },
+ { "BCM2E55", 0 },
{ "BCM2E64", 0 },
{ "BCM2E65", 0 },
{ "BCM2E67", 0 },
--
2.7.0


Attachments:
0001-Bluetooth-hci_bcm-Add-BCM2E55-ACPI-ID-used-in-Lenovo.patch (1.02 kB)

2016-03-03 01:58:53

by Jérôme de Bretagne

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8

Hi Marcel,

I sent the second one actually with git send-email (when I saw the
tabs being garbled in the first one, sorry about that).

Was the second one garbled as well? If that's the case, that's weird
and I will see how I can change my setup.

Regards,
J=C3=A9r=C3=B4me


Le 3 mars 2016 02:41, "Marcel Holtmann" <[email protected]> a =C3=A9crit =
:
>
> Hi Jerome,
>
> > Lenovo ThinkPad Tablet 8 with BCM43241 rev B5 chipset uses the BCM2E55
> > ACPI ID for Bluetooth. Add it to the list of supported devices.
> >
> > Signed-off-by: J=C3=A9r=C3=B4me de Bretagne <[email protected]=
m>
> > ---
> > 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 bb4c5a0..d8881dc 100644
> > --- a/drivers/bluetooth/hci_bcm.c
> > +++ b/drivers/bluetooth/hci_bcm.c
> > @@ -821,6 +821,7 @@ static const struct acpi_device_id bcm_acpi_match[]=
=3D {
> > { "BCM2E3F", 0 },
> > { "BCM2E40", 0 },
> > { "BCM2E54", 0 },
> > + { "BCM2E55", 0 },
> > { "BCM2E64", 0 },
> > { "BCM2E65", 0 },
> > { "BCM2E67", 0 },
>
> you need to use an email client or git send-email which does not garble u=
p the patch.
>
> Regards
>
> Marcel
>

2016-03-03 01:41:07

by Marcel Holtmann

[permalink] [raw]
Subject: Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8

Hi Jerome,

> Lenovo ThinkPad Tablet 8 with BCM43241 rev B5 chipset uses the BCM2E55
> ACPI ID for Bluetooth. Add it to the list of supported devices.
>
> Signed-off-by: Jérôme de Bretagne <[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 bb4c5a0..d8881dc 100644
> --- a/drivers/bluetooth/hci_bcm.c
> +++ b/drivers/bluetooth/hci_bcm.c
> @@ -821,6 +821,7 @@ static const struct acpi_device_id bcm_acpi_match[] = {
> { "BCM2E3F", 0 },
> { "BCM2E40", 0 },
> { "BCM2E54", 0 },
> + { "BCM2E55", 0 },
> { "BCM2E64", 0 },
> { "BCM2E65", 0 },
> { "BCM2E67", 0 },

you need to use an email client or git send-email which does not garble up the patch.

Regards

Marcel