--- /usr/src/linux/net/bluetooth/sco.c 2008-07-05 14:14:21.208373792 +0300 +++ /usr/src/linux/net/bluetooth/sco.c 2008-07-05 14:15:23.000000000 +0300 @@ -193,7 +193,7 @@ err = -ENOMEM; - type = lmp_esco_capable(hdev) ? ESCO_LINK : SCO_LINK; + type = SCO_LINK; hcon = hci_connect(hdev, type, dst); if (!hcon)