bluetooth bug - mtu wrong

From: binder
Date: Fri Dec 22 2006 - 08:04:43 EST


hi

my included lenevo r60e bluetooth adapter does not work with headsets
(bt-sco). only a small fix in linux soource helps !

Linux version 2.6.19eb2619_1 (root@picard) (gcc version 3.4.6) #2 SMP Mon Dec
4 22:04:52 EET 2006

i add to linux/driver/bluetooth/hci_usb.c at position after struct:

-----------------8<.............................
static struct usb_device_id blacklist_ids[] = {
...
{ USB_DEVICE(0x0a5c, 0x2110), .driver_info = HCI_RESET | HCI_WRONG_SCO_MTU },
...
}
.................>8-----------------------------

without it hciconfig shows wrong mtu value :
BD Address: 00:16:CE:E9:A4:2F ACL MTU: 1017:8 SCO MTU: 64:0

with the fix i get
BD Address: 00:16:CE:E9:A4:2F ACL MTU: 1017:8 SCO MTU: 64:8

after fix the headset works with receiving and sending voice !

ciao
--
With kind regards
Nordic Jetline
enrico binder

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/