Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8
@ 2016-03-02 23:43 Jérôme de Bretagne
  2016-03-03  1:41 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme de Bretagne @ 2016-03-02 23:43 UTC (permalink / raw)
  To: linux-bluetooth

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

From: Jérôme de Bretagne <jerome.debretagne@gmail.com>

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 <jerome.debretagne@gmail.com>
---
 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

[-- Attachment #2: 0001-Bluetooth-hci_bcm-Add-BCM2E55-ACPI-ID-used-in-Lenovo.patch --]
[-- Type: text/x-patch, Size: 1042 bytes --]

From fba0e4f1cfcc4f3ef5b00039ca494193d2bdc0cb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20de=20Bretagne?=
 <jerome.debretagne@gmail.com>
Date: Wed, 2 Mar 2016 23:30:17 +0100
Subject: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo
 ThinkPad Tablet 8
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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 <jerome.debretagne@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8
@ 2016-03-03  0:46 Jérôme de Bretagne
  2016-03-03  2:02 ` Marcel Holtmann
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme de Bretagne @ 2016-03-03  0:46 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Jérôme de Bretagne

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 <jerome.debretagne@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8
  2016-03-02 23:43 Jérôme de Bretagne
@ 2016-03-03  1:41 ` Marcel Holtmann
  2016-03-03  1:58   ` Jérôme de Bretagne
  0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2016-03-03  1:41 UTC (permalink / raw)
  To: Jérôme de Bretagne; +Cc: linux-bluetooth

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 <jerome.debretagne@gmail.com>
> ---
> 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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8
  2016-03-03  1:41 ` Marcel Holtmann
@ 2016-03-03  1:58   ` Jérôme de Bretagne
  0 siblings, 0 replies; 5+ messages in thread
From: Jérôme de Bretagne @ 2016-03-03  1:58 UTC (permalink / raw)
  To: Marcel Holtmann, linux-bluetooth

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" <marcel@holtmann.org> 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 <jerome.debretagne@gmail.co=
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
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8
  2016-03-03  0:46 [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8 Jérôme de Bretagne
@ 2016-03-03  2:02 ` Marcel Holtmann
  0 siblings, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2016-03-03  2:02 UTC (permalink / raw)
  To: Jérôme de Bretagne; +Cc: linux-bluetooth

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 <jerome.debretagne@gmail.com>
> ---
> drivers/bluetooth/hci_bcm.c | 1 +
> 1 file changed, 1 insertion(+)

patch has been applied to bluetooth-next tree.

Regards

Marcel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-03-03  2:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03  0:46 [PATCH] Bluetooth: hci_bcm: Add BCM2E55 ACPI ID used in Lenovo ThinkPad Tablet 8 Jérôme de Bretagne
2016-03-03  2:02 ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2016-03-02 23:43 Jérôme de Bretagne
2016-03-03  1:41 ` Marcel Holtmann
2016-03-03  1:58   ` Jérôme de Bretagne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox