Re: Headset not working (was: Belkin USB-Dongle blocks USB subsystem)
Martin Mueller <[email protected]> Fri, 4 Jul 2008 18:33:13 +0200
| Newsgroups | gmane.linux.bluez.user |
|---|---|
| Message-ID | <[email protected]> |
Moin,
On Fri, Jul 04, 2008 at 04:17:18PM +0200, Michael Domann wrote:
>
> if i understand it right, i need the patch, but i don't know how can i get the patch. do you have a link for me?
You can get the patch from:
http://bluetooth-alsa.cvs.sourceforge.net/*checkout*/bluetooth-alsa/plugz/patches/sco-flowcontrol-v4.4.diff?revision=1.1
But the following section doesn't apply anymore to my 2.6.25 debian
kernel maybe someone knows how to fix it:
diff -ru linux-2.6.22-mh3/net/bluetooth/hci_conn.c linux-2.6.22-mh3-sco-flowcontrol/net/bluetooth/hci_conn.c
--- linux-2.6.22-mh3/net/bluetooth/hci_conn.c 2007-10-10 15:12:04.000000000 +0200
+++ linux-2.6.22-mh3-sco-flowcontrol/net/bluetooth/hci_conn.c 2007-10-10 14:31:19.000000000 +0200
@@ -208,6 +228,11 @@
skb_queue_head_init(&conn->data_q);
+ hrtimer_init(&conn->tx_timer, CLOCK_MONOTONIC, HRTIMER_NORESTART);
+
+ if(type == SCO_LINK)
+ conn->tx_timer.function = hci_sco_tx_timer;
+
init_timer(&conn->disc_timer);
conn->disc_timer.function = hci_conn_timeout;
conn->disc_timer.data = (unsigned long) conn;
@@ -217,6 +242,7 @@
bye
MM
--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08