[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6842576afea60f36a866fbf5000195c8cafb99f3.1320139612.git.acho@suse.com>
Date: Tue, 1 Nov 2011 17:33:07 +0800
From: "Cho, Yu-Chen" <acho@...e.com>
To: marcel@...tmann.org, padovan@...fusion.mobi,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: acho@...ell.com, jlee@...ell.com, oneukum@...e.com, acho@...e.com,
jlee@...e.com
Subject: [PATCH 3/3] add device entry for other Broadcom combo card
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@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists