From patchwork Tue Nov 8 07:30:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Oneiric, SRU] UBUNTU: SAUCE: Bluetooth: Add support for Broadcom BCM20702A0 Date: Mon, 07 Nov 2011 21:30:49 -0000 From: Jesse Sung X-Patchwork-Id: 124283 Message-Id: <4EB8DAA9.8020207@canonical.com> To: kernel-team@lists.ubuntu.com Cc: 854399@bugs.launchpad.net BugLink: http://bugs.launchpad.net/bugs/854399 Add a new entry (413c:8197) to Bluetooth USB device ID table. --- 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..a151487 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -90,6 +90,9 @@ static struct usb_device_id btusb_table[] = { /* Canyon CN-BTU1 with HID interfaces */ { USB_DEVICE(0x0c10, 0x0000) }, + /* Broadcom BCM20702A0 */ + { USB_DEVICE(0x413c, 0x8197) }, + { } /* Terminating entry */ };