All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] add device entry for Broadcom Valentine combo card
@ 2011-10-20  4:58 Cho, Yu-Chen
  2011-10-20  4:58 ` [PATCH 2/2] fix device id for Broadcom SoftSailing Cho, Yu-Chen
  2011-10-31 19:18 ` [PATCH 1/2] add device entry for Broadcom Valentine combo card Gustavo Padovan
  0 siblings, 2 replies; 6+ messages in thread
From: Cho, Yu-Chen @ 2011-10-20  4:58 UTC (permalink / raw)
  To: marcel, padovan, linux-bluetooth, linux-kernel
  Cc: acho, jlee, oneukum, Cho, Yu-Chen

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..5893ba4 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(0xa5c, 0x21e3) },
+
 	/* Canyon CN-BTU1 with HID interfaces */
 	{ USB_DEVICE(0x0c10, 0x0000) },
 
-- 
1.7.3.4

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

end of thread, other threads:[~2011-12-02  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20  4:58 [PATCH 1/2] add device entry for Broadcom Valentine combo card Cho, Yu-Chen
2011-10-20  4:58 ` [PATCH 2/2] fix device id for Broadcom SoftSailing Cho, Yu-Chen
2011-10-31 19:18 ` [PATCH 1/2] add device entry for Broadcom Valentine combo card Gustavo Padovan
2011-11-16  8:24   ` Al Cho
2011-11-16  9:19     ` Marcel Holtmann
2011-12-02  4:48       ` Al Cho

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.