[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <588a371b8ea7ca230776ca2ec62412501b532ebd.1319086508.git.acho@suse.com>
Date: Thu, 20 Oct 2011 12:58:30 +0800
From: "Cho, Yu-Chen" <acho@...e.com>
To: marcel@...tmann.org, padovan@...fusion.mobi,
linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: acho@...ell.com, jlee@...ell.com, oneukum@...e.com,
"Cho, Yu-Chen" <acho@...e.com>
Subject: [PATCH 2/2] fix device id for Broadcom SoftSailing
Fixed the device VID:PID typo 05ac:21e1 to 0a5c:21e1
Signed-off-by: Cho, Yu-Chen <acho@...e.com>
---
drivers/bluetooth/btusb.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 5893ba4..1877e91 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -60,9 +60,6 @@ static struct usb_device_id btusb_table[] = {
/* Generic Bluetooth USB device */
{ USB_DEVICE_INFO(0xe0, 0x01, 0x01) },
- /* Broadcom SoftSailing reporting vendor specific */
- { USB_DEVICE(0x05ac, 0x21e1) },
-
/* Apple MacBookPro 7,1 */
{ USB_DEVICE(0x05ac, 0x8213) },
@@ -98,6 +95,8 @@ static struct usb_device_id btusb_table[] = {
{ USB_DEVICE(0x0bdb, 0x1002) },
/* Broadcom 20702 Bluetooth 4.0 Adapter */
+ /* Broadcom SoftSailing reporting vendor specific */
+ { USB_DEVICE(0xa5c, 0x21e1) },
/* Broadcom Valentine 802.11bgn 1x1 Combo HMC */
{ USB_DEVICE(0xa5c, 0x21e3) },
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists