public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Martin Mueller <lists@sig21.net>
To: BlueZ users <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Headset not working (was: Belkin USB-Dongle	blocks USB subsystem)
Date: Fri, 4 Jul 2008 18:33:13 +0200	[thread overview]
Message-ID: <20080704163313.GN8715@caesar.sig21.net> (raw)
In-Reply-To: <20080704161718.14c7ddc3.profbunny@gmx.de>

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
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

  reply	other threads:[~2008-07-04 16:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-03  0:37 [Bluez-users] Headset not working (was: Belkin USB-Dongle blocks USB subsystem) Malte J. Wetz
2008-07-04  4:27 ` jayjwa
2008-07-04 14:17   ` Michael Domann
2008-07-04 16:33     ` Martin Mueller [this message]
2008-07-06 11:35       ` jayjwa
2008-07-07 10:55         ` [Bluez-users] Headset not working Malte J. Wetz
2008-07-07 11:32           ` Martin Mueller
2008-07-07 12:15             ` Malte J. Wetz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080704163313.GN8715@caesar.sig21.net \
    --to=lists@sig21.net \
    --cc=bluez-users@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox