[PATCH oneiric] SRU: Bluetooth: Add support for Broadcom BCM20702A0

Jesse Sung jesse.sung at canonical.com
Tue Oct 4 02:04:06 UTC 2011


Already sent to upstream, and waiting for approval.
http://thread.gmane.org/gmane.linux.bluez.kernel/16570

BugLink: https://bugs.launchpad.net/bugs/854399

SRU Justification:

BCM20702A0 does not declare itself as a bluetooth device. Must add its 
ID to btusb device table to make it work.

 From eed37e8a6c826738fd7d9bfd51dbea6187caca60 Mon Sep 17 00:00:00 2001
From: Wen-chien Jesse Sung <jesse.sung at canonical.com>
Date: Tue, 4 Oct 2011 09:48:42 +0800
Subject: [PATCH] Add a new entry (413c:8197) to device ID table

Signed-off-by: Wen-chien Jesse Sung <jesse.sung at canonical.com>
---
  drivers/bluetooth/btusb.c |    3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 513d462..6f6eab8 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -164,6 +164,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 */
  };

-- 
1.7.6.3





More information about the kernel-team mailing list