diff mbox

[Precise] UBUNTU: SAUCE: Move BCM20702A0 ID to btusb_table

Message ID 4EB8DE0D.8000400@canonical.com
State New
Headers show

Commit Message

Wen-chien Jesse Sung Nov. 8, 2011, 7:45 a.m. UTC
BugLink: http://bugs.launchpad.net/bugs/854399

This entry should be in btusb_table instead of blacklist_table.

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

Comments

Tim Gardner Nov. 8, 2011, 2:05 p.m. UTC | #1
On 11/08/2011 12:45 AM, Jesse Sung wrote:
>
> BugLink: http://bugs.launchpad.net/bugs/854399
>
> This entry should be in btusb_table instead of blacklist_table.
>
> Signed-off-by: Wen-chien Jesse Sung <jesse.sung@canonical.com>
> ---
> drivers/bluetooth/btusb.c | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
>
diff mbox

Patch

diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 8a52c11..69c03ed 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -97,6 +97,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 */
 };
 
@@ -172,9 +175,6 @@  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 */
 };