public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* Support for Belkin dongle
@ 2010-02-08 21:50 Peter Naulls
  2010-02-08 22:23 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Naulls @ 2010-02-08 21:50 UTC (permalink / raw)
  To: linux-bluetooth


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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Support for Belkin dongle
  2010-02-08 21:50 Support for Belkin dongle Peter Naulls
@ 2010-02-08 22:23 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2010-02-08 22:23 UTC (permalink / raw)
  To: Peter Naulls; +Cc: linux-bluetooth

Hi Peter,

> 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.

I doubt it. Can you send content of /proc/bus/usb/devices for this
device and the output of hciconfig -a without this patch. I need to
verify that it is really needed.

Regards

Marcel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-08 22:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-08 21:50 Support for Belkin dongle Peter Naulls
2010-02-08 22:23 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox