OSDN Git Service

UBUNTU: SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 8 Apr 2011 22:22:09 +0000 (19:22 -0300)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Sat, 27 Aug 2011 10:48:50 +0000 (18:48 +0800)
This reverts commit be93112accb42c5586a459683d71975cc70673ca.

Bug https://bugzilla.kernel.org/show_bug.cgi?id=27402 reported that some
devices are not working after this commit, so as I don't have the hardware
I'll revert it until a solution comes.

Conflicts:

drivers/bluetooth/ath3k.c
drivers/bluetooth/btusb.c

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
BugLink: http://bugs.launchpad.net/bugs/720949
cherry-picked from git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/bluetooth/ath3k.c
drivers/bluetooth/btusb.c

index 5577ed6..49add7a 100644 (file)
@@ -60,9 +60,6 @@ static struct usb_device_id ath3k_table[] = {
        /* Atheros AR3011 */
        { USB_DEVICE(0x0CF3, 0x3000) },
 
-       /* Atheros AR3011 with sflash firmware*/
-       { USB_DEVICE(0x0CF3, 0x3002) },
-
        /* Atheros AR9285 Malbec with sflash firmware */
        { USB_DEVICE(0x03F0, 0x311D) },
 
index 762a510..7e60fe2 100644 (file)
@@ -102,9 +102,6 @@ static struct usb_device_id blacklist_table[] = {
        /* Broadcom BCM2033 without firmware */
        { USB_DEVICE(0x0a5c, 0x2033), .driver_info = BTUSB_IGNORE },
 
-       /* Atheros 3011 with sflash firmware */
-       { USB_DEVICE(0x0cf3, 0x3002), .driver_info = BTUSB_IGNORE },
-
        /* Atheros AR9285 Malbec with sflash firmware */
        { USB_DEVICE(0x03f0, 0x311d), .driver_info = BTUSB_IGNORE },