diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-07-18 11:47:40 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-07-24 15:44:30 -0400 |
commit | ea9727f6e55dabc7a58cf56c87e65665e239e171 (patch) | |
tree | dbc4c262338b536489cbae718b5e33b8e9f3734f | |
parent | 520ca78acc652c89c92e8bf29536319afa9d88bb (diff) |
[Bluetooth] Correct SCO buffer size for Belkin devices
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 <marcel@holtmann.org>
-rw-r--r-- | drivers/bluetooth/hci_usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c index f4784f49f00a..d73eb10cd3e1 100644 --- a/drivers/bluetooth/hci_usb.c +++ b/drivers/bluetooth/hci_usb.c | |||
@@ -127,8 +127,9 @@ static struct usb_device_id blacklist_ids[] = { | |||
127 | /* RTX Telecom based adapter with buggy SCO support */ | 127 | /* RTX Telecom based adapter with buggy SCO support */ |
128 | { USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC }, | 128 | { USB_DEVICE(0x0400, 0x0807), .driver_info = HCI_BROKEN_ISOC }, |
129 | 129 | ||
130 | /* Belkin F8T012 */ | 130 | /* Belkin F8T012 and F8T013 devices */ |
131 | { USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_WRONG_SCO_MTU }, | 131 | { USB_DEVICE(0x050d, 0x0012), .driver_info = HCI_WRONG_SCO_MTU }, |
132 | { USB_DEVICE(0x050d, 0x0013), .driver_info = HCI_WRONG_SCO_MTU }, | ||
132 | 133 | ||
133 | /* Digianswer devices */ | 134 | /* Digianswer devices */ |
134 | { USB_DEVICE(0x08fd, 0x0001), .driver_info = HCI_DIGIANSWER }, | 135 | { USB_DEVICE(0x08fd, 0x0001), .driver_info = HCI_DIGIANSWER }, |