Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760663AbYGUFyf (ORCPT ); Mon, 21 Jul 2008 01:54:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753269AbYGUFy1 (ORCPT ); Mon, 21 Jul 2008 01:54:27 -0400 Received: from adelie.canonical.com ([91.189.90.139]:53565 "EHLO adelie.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751796AbYGUFy0 (ORCPT ); Mon, 21 Jul 2008 01:54:26 -0400 Subject: Re: [PATCH 3/7] bluetooth: Add quirks for a few hci_usb devices From: Ben Collins To: Marcel Holtmann Cc: linux-kernel@vger.kernel.org, linux-bluetooth@vger.kernel.org In-Reply-To: <1216616891.8411.114.camel@violet.holtmann.net> References: <1216616891.8411.114.camel@violet.holtmann.net> Content-Type: text/plain Organization: Canonical Date: Mon, 21 Jul 2008 01:54:16 -0400 Message-Id: <1216619656.7585.104.camel@cunning> Mime-Version: 1.0 X-Mailer: Evolution 2.23.4 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2059 Lines: 48 On Mon, 2008-07-21 at 07:08 +0200, Marcel Holtmann wrote: > Hi Ben, > > > When the Dell 370 and 410 BT adapters are put into BT radio mode, they > > need to be prepared like many other Broadcom adapters. > > > > Also, add quirk Broadcom 2046 devices with HCI_RESET. > > > > CC: linux-bluetooth@vger.kernel.org > > Signed-off-by: Michael Frey > > Signed-off-by: Mario Limonciello > > Signed-off-by: Tim Gardner > > Signed-off-by: Ben Collins > > --- > > drivers/bluetooth/hci_usb.c | 7 +++++++ > > 1 files changed, 7 insertions(+), 0 deletions(-) > > > > diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c > > index 192522e..0254a6b 100644 > > --- a/drivers/bluetooth/hci_usb.c > > +++ b/drivers/bluetooth/hci_usb.c > > @@ -134,6 +134,13 @@ static struct usb_device_id blacklist_ids[] = { > > > > /* Dell laptop with Broadcom chip */ > > { USB_DEVICE(0x413c, 0x8126), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, > > + /* Dell Wireless 370 */ > > + { USB_DEVICE(0x413c, 0x8156), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, > > + /* Dell Wireless 410 */ > > + { USB_DEVICE(0x413c, 0x8152), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU }, > > + > > + /* Broadcom 2046 */ > > + { USB_DEVICE(0x0a5c, 0x2151), .driver_info = HCI_RESET }, > > do me a favor and use tabs and not whitespaces here. And is this the > latest Apple machine that has a Broadcom instead of a CSR chip in it. If > so, then let the comment reflect this. Whoops. That slipped through. I've no idea what system that device actually came from. I'd have to ask Michael, since he was the one who reported it. I'll resend a corrected patch in the morning. Thanks Marcel. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/