From: Fabio K <healthkit@gmail.com>
To: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Add support for bluetooth BCM20702A1 variant
Date: Mon, 17 Nov 2014 11:24:55 -0200 [thread overview]
Message-ID: <5469F727.7030403@gmail.com> (raw)
Linux 3.18-rc5 (from git commit fc14f9c)
This variant requires the flag BTUSB_BCM_PATCHRAM to work.
Signed-off-by: Fabio K <healthkit@gmail.com>
---
drivers/bluetooth/btusb.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index edfc17b..7c0fdd2 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -106,6 +106,8 @@ static const struct usb_device_id btusb_table[] = {
{ USB_DEVICE(0x0b05, 0x17b5) },
{ USB_DEVICE(0x0b05, 0x17cb) },
{ USB_DEVICE(0x413c, 0x8197) },
+ { USB_DEVICE(0x13d3, 0x3404),
+ .driver_info = BTUSB_BCM_PATCHRAM },
/* Foxconn - Hon Hai */
{ USB_VENDOR_AND_INTERFACE_INFO(0x0489, 0xff, 0x01, 0x01) },
--
2.1.3
next reply other threads:[~2014-11-17 13:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-17 13:24 Fabio K [this message]
2014-11-18 1:12 ` [PATCH] Add support for bluetooth BCM20702A1 variant Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 2:46 Fabio K
2014-11-18 7:35 ` 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=5469F727.7030403@gmail.com \
--to=healthkit@gmail.com \
--cc=linux-bluetooth@vger.kernel.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.