diff mbox

[Oneiric,SRU] UBUNTU: SAUCE: Bluetooth: Add support for Broadcom BCM20702A0

Message ID 4EB8DF30.30505@canonical.com
State New
Headers show

Commit Message

Wen-chien Jesse Sung Nov. 8, 2011, 7:50 a.m. UTC
On 11/08/2011 03:30 PM, Jesse Sung wrote:
>
> 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(-)

Oops... Re-send since previous one lack of Signed-off-by...

Comments

Herton Ronaldo Krzesinski Nov. 8, 2011, 11:55 a.m. UTC | #1
On Tue, Nov 08, 2011 at 03:50:08PM +0800, Jesse Sung wrote:
> On 11/08/2011 03:30 PM, Jesse Sung wrote:
> >
> >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(-)
> 
> Oops... Re-send since previous one lack of Signed-off-by...

> From 10a4863caa334970992f93b6659a841118776e09 Mon Sep 17 00:00:00 2001
> From: Wen-chien Jesse Sung <jesse.sung@canonical.com>
> Date: Tue, 8 Nov 2011 15:17:46 +0800
> Subject: [PATCH] UBUNTU: SAUCE: Bluetooth: Add support for Broadcom
>  BCM20702A0
> 
> BugLink: http://bugs.launchpad.net/bugs/854399
> 
> Add a new entry (413c:8197) to Bluetooth USB device ID table.
> 
> Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>

Looks good now (id on btusb_table):
Acked-by: Herton Ronaldo Krzesinski <herton.krzesinski@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..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 */
>  };
>  
> -- 
> 1.7.7.1
> 

> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
diff mbox

Patch

From 10a4863caa334970992f93b6659a841118776e09 Mon Sep 17 00:00:00 2001
From: Wen-chien Jesse Sung <jesse.sung@canonical.com>
Date: Tue, 8 Nov 2011 15:17:46 +0800
Subject: [PATCH] UBUNTU: SAUCE: Bluetooth: Add support for Broadcom
 BCM20702A0

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

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

Signed-off-by: Wen-chien Jesse Sung <jesse.sung@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..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 */
 };
 
-- 
1.7.7.1