All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Naulls <peter@chocky.org>
To: linux-bluetooth@vger.kernel.org
Subject: Support for Belkin dongle
Date: Mon, 08 Feb 2010 13:50:29 -0800	[thread overview]
Message-ID: <4B708725.5040804@chocky.org> (raw)


I have a Belkin bluetooth dongle:

Bus 002 Device 005: ID 050d:0084 Belkin Components F8T003v2 Bluetooth

I believe this was supported in Linux long ago, but is no longer
recognized.  The following patch seems sufficient against 2.6.32.7.

The device is found, but I have not tested it in any meaningful
way.

Cheers.


hci0:   Type: USB
         BD Address: 00:0A:3A:5B:19:3C ACL MTU: 192:8 SCO MTU: 64:8
         UP RUNNING PSCAN
         RX bytes:738 acl:0 sco:0 events:28 errors:0
         TX bytes:109 acl:0 sco:0 commands:27 errors:0


--- bluetooth/btusb.c.orig      2010-02-08 13:20:15.000000000 -0800
+++ bluetooth/btusb.c   2010-02-08 13:20:46.000000000 -0800
@@ -113,6 +113,7 @@
         /* Belkin F8T012 and F8T013 devices */
         { USB_DEVICE(0x050d, 0x0012), .driver_info = BTUSB_WRONG_SCO_MTU },
         { USB_DEVICE(0x050d, 0x0013), .driver_info = BTUSB_WRONG_SCO_MTU },
+        { USB_DEVICE(0x050d, 0x0084), .driver_info = BTUSB_WRONG_SCO_MTU },

         /* Asus WL-BTD202 device */
         { USB_DEVICE(0x0b05, 0x1715), .driver_info = BTUSB_WRONG_SCO_MTU },


Please forgive the obviously broken line wrap here, but it's only
single line.

             reply	other threads:[~2010-02-08 21:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 21:50 Peter Naulls [this message]
2010-02-08 22:23 ` Support for Belkin dongle 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=4B708725.5040804@chocky.org \
    --to=peter@chocky.org \
    --cc=linux-bluetooth@vger.kernel.org \
    /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.