From: "Cho, Yu-Chen" <acho@suse.com>
To: marcel@holtmann.org, padovan@profusion.mobi,
linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: acho@novell.com, jlee@novell.com, oneukum@suse.com,
acho@suse.com, jlee@suse.com
Subject: [PATCH 3/3] add device entry for other Broadcom combo card
Date: Tue, 1 Nov 2011 17:33:07 +0800 [thread overview]
Message-ID: <6842576afea60f36a866fbf5000195c8cafb99f3.1320139612.git.acho@suse.com> (raw)
In-Reply-To: <944af9667334f5677be87e89fe8f38486823cc95.1320139612.git.acho@suse.com>
In-Reply-To: <944af9667334f5677be87e89fe8f38486823cc95.1320139612.git.acho@suse.com>
Those devices declare themselves to be vendor specific
It therefore needs to be added to the device table
to make btusb bind.
Signed-off-by: Cho, Yu-Chen <acho@suse.com>
---
drivers/bluetooth/btusb.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 8583aee..bc8f850 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -100,6 +100,12 @@ static struct usb_device_id btusb_table[] = {
/* Broadcom Valentine 802.11bgn 1x1 Combo HMC */
{ USB_DEVICE(0x0a5c, 0x21e3) },
+ { USB_DEVICE(0x03f0, 0x2a1d) },
+ { USB_DEVICE(0x03f0, 0x231d) },
+
+ /* BCM2070 Bluetooth 2.1 + EDR */
+ { USB_DEVICE(0x0a5c, 0x21b4) },
+
/* Canyon CN-BTU1 with HID interfaces */
{ USB_DEVICE(0x0c10, 0x0000) },
--
1.7.3.4
next prev parent reply other threads:[~2011-11-01 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 9:33 [PATCH 1/3] add device entry for Broadcom Valentine " Cho, Yu-Chen
2011-11-01 9:33 ` [PATCH 2/3] fix device id for Broadcom SoftSailing Cho, Yu-Chen
2011-11-01 9:33 ` Cho, Yu-Chen [this message]
2011-11-01 16:15 ` [PATCH 1/3] add device entry for Broadcom Valentine combo card Gustavo Padovan
2011-12-12 8:43 ` Al Cho
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=6842576afea60f36a866fbf5000195c8cafb99f3.1320139612.git.acho@suse.com \
--to=acho@suse.com \
--cc=acho@novell.com \
--cc=jlee@novell.com \
--cc=jlee@suse.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=oneukum@suse.com \
--cc=padovan@profusion.mobi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome