From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <4CEF9F57.9000804@atheros.com> Date: Fri, 26 Nov 2010 17:21:51 +0530 From: Bala Shanmugam MIME-Version: 1.0 To: Shanmugamkamatchi Balashanmugam CC: "linux-bluetooth@vger.kernel.org" Subject: Re: [PATCH v2] Bluetooth: Add new PID for Atheros 3011 References: <1290771949-4363-1-git-send-email-sbalashanmugam@atheros.com> In-Reply-To: <1290771949-4363-1-git-send-email-sbalashanmugam@atheros.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Shanmugamkamatchi Balashanmugam wrote: > Atheros 3011 has small sflash firmware and needs to be > blacklisted in transport driver to load actual firmware > in DFU driver. > > Signed-off-by: Bala Shanmugam > --- > drivers/bluetooth/ath3k.c | 2 ++ > drivers/bluetooth/btusb.c | 3 +++ > 2 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/drivers/bluetooth/ath3k.c b/drivers/bluetooth/ath3k.c > index 128cae4..c70fb0b 100644 > --- a/drivers/bluetooth/ath3k.c > +++ b/drivers/bluetooth/ath3k.c > @@ -35,6 +35,8 @@ > static struct usb_device_id ath3k_table[] = { > /* Atheros AR3011 */ > { USB_DEVICE(0x0CF3, 0x3000) }, > + /* Atheros AR3011 with sflash firmware*/ > + { USB_DEVICE(0x0CF3, 0x3002) }, > { } /* Terminating entry */ > }; > > diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c > index ab3894f..ca3fdc1 100644 > --- a/drivers/bluetooth/btusb.c > +++ b/drivers/bluetooth/btusb.c > @@ -99,6 +99,9 @@ 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 }, > + > /* Broadcom BCM2035 */ > { USB_DEVICE(0x0a5c, 0x2035), .driver_info = BTUSB_WRONG_SCO_MTU }, > { USB_DEVICE(0x0a5c, 0x200a), .driver_info = BTUSB_WRONG_SCO_MTU }, > Please ignore this. Will send a fresh patch. Regards, Bala.