All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
@ 2015-12-20 12:36 Luka Karinja
  2015-12-20 13:16 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Luka Karinja @ 2015-12-20 12:36 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: marcel, frederic.danis, Luka Karinja

Add BCM2E65 device in acpi_device_id table used on Asus T100TAF.

Signed-off-by: Luka Karinja <luka.karinja@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 3eed35e..5c7c696 100644
--- 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 },
 	{ },
 };
-- 
2.6.4

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

* Re: [PATCH v3] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
  2015-12-20 12:36 [PATCH v3] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID Luka Karinja
@ 2015-12-20 13:16 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2015-12-20 13:16 UTC (permalink / raw)
  To: Luka Karinja; +Cc: linux-bluetooth, frederic.danis

Hi Luka,

> Add BCM2E65 device in acpi_device_id table used on Asus T100TAF.
> 
> Signed-off-by: Luka Karinja <luka.karinja@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] 2+ messages in thread

end of thread, other threads:[~2015-12-20 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-20 12:36 [PATCH v3] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID Luka Karinja
2015-12-20 13:16 ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.