Comment 2 for bug 854399

Revision history for this message
Jesse Sung (wenchien) wrote :

Subject: [PATCH] Bluetooth: Add support for Broadcom BCM20702A0.

Add a new entry (413c:8197) to device ID table.

Signed-off-by: Wen-chien Jesse Sung <jesse.sung>
---
 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 91d13a9..d786bb8 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -91,6 +91,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 */
 };

--
1.7.6.3