linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] add device entry for Broadcom Valentine combo card
@ 2011-11-01  9:33 Cho, Yu-Chen
  2011-11-01  9:33 ` [PATCH 2/3] fix device id for Broadcom SoftSailing Cho, Yu-Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Cho, Yu-Chen @ 2011-11-01  9:33 UTC (permalink / raw)
  To: marcel, padovan, linux-bluetooth, linux-kernel
  Cc: acho, jlee, oneukum, acho, jlee

This device declares itself 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 |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index abfc4ee..be01260 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -97,6 +97,10 @@ static struct usb_device_id btusb_table[] = {
 	/* Ericsson with non-standard id */
 	{ USB_DEVICE(0x0bdb, 0x1002) },
 
+	/* Broadcom 20702 Bluetooth 4.0 Adapter */
+	/* Broadcom Valentine 802.11bgn 1x1 Combo HMC */
+	{ USB_DEVICE(0x0a5c, 0x21e3) },
+
 	/* Canyon CN-BTU1 with HID interfaces */
 	{ USB_DEVICE(0x0c10, 0x0000) },
 
-- 
1.7.3.4

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

end of thread, other threads:[~2011-12-12  8:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-01  9:33 [PATCH 1/3] add device entry for Broadcom Valentine combo card 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 ` [PATCH 3/3] add device entry for other Broadcom combo card Cho, Yu-Chen
2011-11-01 16:15 ` [PATCH 1/3] add device entry for Broadcom Valentine " Gustavo Padovan
2011-12-12  8:43   ` Al Cho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).