projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
520ca78
)
[Bluetooth] Correct SCO buffer size for Belkin devices
author
Marcel Holtmann
<
[email protected]
>
Tue, 18 Jul 2006 15:47:40 +0000
(17:47 +0200)
committer
David S. Miller
<
[email protected]
>
Mon, 24 Jul 2006 19:44:30 +0000
(12:44 -0700)
The Belkin F8T012 and F8T013 devices are both based on a Bluetooth chip
from Broadcom and their SCO buffer size values are wrong. The Bluetooth
core should correct these values.
Signed-off-by: Marcel Holtmann <
[email protected]
>
drivers/bluetooth/hci_usb.c
patch
|
blob
|
history
diff --git
a/drivers/bluetooth/hci_usb.c
b/drivers/bluetooth/hci_usb.c
index f4784f49f00a34e9c63e721628fd6aee59728358..d73eb10cd3e1e122ddb40f6110d575e79170914d 100644
(file)
--- a/
drivers/bluetooth/hci_usb.c
+++ b/
drivers/bluetooth/hci_usb.c
@@
-127,8
+127,9
@@
static struct usb_device_id blacklist_ids[] = {
/* RTX Telecom based adapter with buggy SCO support */
{ USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC },
- /* Belkin F8T012 */
+ /* Belkin F8T012
and F8T013 devices
*/
{ USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_WRONG_SCO_MTU },
+ { USB_DEVICE(0x050d, 0x0013), .driver_info = HCI_WRONG_SCO_MTU },
/* Digianswer devices */
{ USB_DEVICE(0x08fd, 0x0001), .driver_info = HCI_DIGIANSWER },