aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTim Gardner <tim.gardner@canonical.com>2011-10-04 06:46:32 -0600
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 14:49:34 -0700
commit599668e2eafc649e2ad37d34896faac7f1dbc331 (patch)
treeacd27cf8c8af57afa3406629c15bc9e4d9270ed4 /drivers
parent759eaa1f72c8e52918c7a0a7827770a017bfe8bc (diff)
UBUNTU: SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
BugLink: http://bugs.launchpad.net/bugs/854399 Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com> Acked-by: Stefan Bader <smb@canonical.com> Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/bluetooth/btusb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index fd7a3b655d0..8a52c1186ef 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -172,6 +172,9 @@ static struct usb_device_id blacklist_table[] = {
/* Frontline ComProbe Bluetooth Sniffer */
{ USB_DEVICE(0x16d3, 0x0002), .driver_info = BTUSB_SNIFFER },
+ /* Broadcom BCM20702A0 */
+ { USB_DEVICE(0x413c, 0x8197) },
+
{ } /* Terminating entry */
};