All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Add support for HandsfreeGateway to Media
@ 2011-08-26 15:39 Frédéric Dalleau
  2011-08-26 15:39 ` [PATCH v3 1/8] Fix disconnect SCO at same time than RFCOMM Frédéric Dalleau
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Frédéric Dalleau @ 2011-08-26 15:39 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Frédéric Dalleau

Hi,

The first patch in this series fix the issue remaining in v2.
It also fix a crash because the request_stream callback was run synchronously.
After that various fixes and cleanup.

Best regards,
Frédéric

Frédéric Dalleau (8):
  Fix disconnect SCO at same time than RFCOMM
  Fix asynchronously run request stream cb
  Cancel pending callback if stream is canceled
  Fix state to "playing" on SCO establishment
  Set state to "connecting" on connection requested
  Use int instead of GError into callbacks
  Asynchronously run gateway_config_stream cb
  Remove occurences of sco_start_cb

 audio/gateway.c   |  144 +++++++++++++++++++++++++++++++++++-----------------
 audio/gateway.h   |    6 +-
 audio/transport.c |    4 +-
 audio/unix.c      |   21 +++-----
 4 files changed, 110 insertions(+), 65 deletions(-)


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-08-29  8:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-26 15:39 [PATCH v3 0/8] Add support for HandsfreeGateway to Media Frédéric Dalleau
2011-08-26 15:39 ` [PATCH v3 1/8] Fix disconnect SCO at same time than RFCOMM Frédéric Dalleau
2011-08-29  8:23   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 2/8] Fix asynchronously run request stream cb Frédéric Dalleau
2011-08-29  8:27   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 3/8] Cancel pending callback if stream is canceled Frédéric Dalleau
2011-08-29  8:28   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 4/8] Fix state to "playing" on SCO establishment Frédéric Dalleau
2011-08-29  8:29   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 5/8] Set state to "connecting" on connection requested Frédéric Dalleau
2011-08-29  8:34   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 6/8] Use int instead of GError into callbacks Frédéric Dalleau
2011-08-29  8:37   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 7/8] Asynchronously run gateway_config_stream cb Frédéric Dalleau
2011-08-29  8:43   ` Luiz Augusto von Dentz
2011-08-26 15:39 ` [PATCH v3 8/8] Remove occurences of sco_start_cb Frédéric Dalleau
2011-08-29  8:45   ` Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.