All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luka Karinja <luka.karinja@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Marcel Holtmann <marcel@holtmann.org>,
	Frederic Danis <frederic.danis@linux.intel.com>
Subject: [PATCH v2] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID
Date: Sun, 20 Dec 2015 12:47:19 +0100	[thread overview]
Message-ID: <56769547.5020706@gmail.com> (raw)

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

             reply	other threads:[~2015-12-20 11:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-20 11:47 Luka Karinja [this message]
2015-12-20 12:05 ` [PATCH v2] Bluetooth: hci_bcm: Add BCM2E65 ACPI ID Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56769547.5020706@gmail.com \
    --to=luka.karinja@gmail.com \
    --cc=frederic.danis@linux.intel.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.