All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert Pool <albertpool@solcon.nl>
To: Marcel Holtmann <marcel@holtmann.org>,
	"Gustavo F. Padovan" <padovan@profusion.mobi>
Cc: linux-bluetooth@vger.kernel.org
Subject: [PATCH] Add USB ID of HP's Broadcom BCM2035 Bluetooth
Date: Wed, 21 Dec 2011 21:23:18 +0100	[thread overview]
Message-ID: <4EF24036.3010400@solcon.nl> (raw)

HP's Broadcom Bluetooth 1.2 interface (USB 03f0:011d) found in HP Compaq 
nc6120 laptop, fails to detect other devices, and pair with them.
With BTUSB_BCM92035 it now works.

I've also tried using BTUSB_WRONG_SCO_MTU, but with that setting it 
failed to enable the device 50% of the time.

If I didn't properly submit the patch, please let me know.

Signed-off-by: Albert Pool <albertpool@solcon.nl>
- - -
  drivers/bluetooth/btusb.c |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -142,7 +142,8 @@ static struct usb_device_id blacklist_ta
      { USB_DEVICE(0x0a5c, 0x201e), .driver_info = BTUSB_WRONG_SCO_MTU },
      { USB_DEVICE(0x0a5c, 0x2110), .driver_info = BTUSB_WRONG_SCO_MTU },

-    /* HP laptop with Broadcom chip */
+    /* HP laptops with Broadcom chip */
+    { USB_DEVICE(0x03f0, 0x011d), .driver_info = BTUSB_BCM92035 },
      { USB_DEVICE(0x03f0, 0x171d), .driver_info = BTUSB_WRONG_SCO_MTU },

      /* Dell laptop with Broadcom chip */

             reply	other threads:[~2011-12-21 20:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-21 20:23 Albert Pool [this message]
2011-12-21 23:59 ` [PATCH] Add USB ID of HP's Broadcom BCM2035 Bluetooth Marcel Holtmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EF24036.3010400@solcon.nl \
    --to=albertpool@solcon.nl \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=padovan@profusion.mobi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.