linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Pull request: git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
@ 2010-09-22 13:45 Luiz Augusto von Dentz
  2010-09-22 19:24 ` Johan Hedberg
  0 siblings, 1 reply; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2010-09-22 13:45 UTC (permalink / raw)
  To: linux-bluetooth

The following changes since commit cca89b3d5c78c29065a88ce099dea36137bea225:

  Release 4.72 (2010-09-22 19:48:34 +0900)

are available in the git repository at:
  git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Luiz Augusto von Dentz (5):
      Fix registering local endpoints when Socket interface is disabled
      Remove ReadLock and WriteLock from MediaTransport properties
      Replace use of term 'Renderer' with 'Owner'
      Make MediaEndpoint.SetConfiguration to take all transport properties
      Make MediaEndpoint.ClearConfiguration to take transport path

 audio/a2dp.c      |   13 ++++++++++++-
 audio/media.c     |   22 ++++++++++++++--------
 audio/transport.c |   43 ++++++++++++++++++++++---------------------
 audio/transport.h |    2 ++
 doc/media-api.txt |    6 +++---
 5 files changed, 53 insertions(+), 33 deletions(-)

-- 
Luiz Augusto von Dentz
Computer Engineer

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

* Re: Pull request: git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
  2010-09-22 13:45 Pull request: " Luiz Augusto von Dentz
@ 2010-09-22 19:24 ` Johan Hedberg
  0 siblings, 0 replies; 8+ messages in thread
From: Johan Hedberg @ 2010-09-22 19:24 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz,

On Wed, Sep 22, 2010, Luiz Augusto von Dentz wrote:
> The following changes since commit cca89b3d5c78c29065a88ce099dea36137bea225:
> 
>   Release 4.72 (2010-09-22 19:48:34 +0900)
> 
> are available in the git repository at:
>   git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
> 
> Luiz Augusto von Dentz (5):
>       Fix registering local endpoints when Socket interface is disabled
>       Remove ReadLock and WriteLock from MediaTransport properties
>       Replace use of term 'Renderer' with 'Owner'
>       Make MediaEndpoint.SetConfiguration to take all transport properties
>       Make MediaEndpoint.ClearConfiguration to take transport path
> 
>  audio/a2dp.c      |   13 ++++++++++++-
>  audio/media.c     |   22 ++++++++++++++--------
>  audio/transport.c |   43 ++++++++++++++++++++++---------------------
>  audio/transport.h |    2 ++
>  doc/media-api.txt |    6 +++---
>  5 files changed, 53 insertions(+), 33 deletions(-)

Thanks. All patches have been pushed upstream.

Johan

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

* Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
@ 2010-10-11 13:09 Luiz Augusto von Dentz
  2010-10-11 21:36 ` Johan Hedberg
  0 siblings, 1 reply; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2010-10-11 13:09 UTC (permalink / raw)
  To: linux-bluetooth

The following changes since commit 646f0c7e6b557c5413825ce7b04bee52bf0129e8:

  Move remote name and version requests to hciops (2010-10-10 22:44:25 +0100)

are available in the git repository at:
  git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Luiz Augusto von Dentz (8):
      Fix not always signalling new streams when acting as a sink
      Fix not replying an error in case of endpoint request timeout
      Add source if the device attempt to configure a stream with a local sink
      Make use of avdtp category when setting errors
      Fix blocking on setconf confirmation callback
      Fix blocking on setconf indication callback
      Fix blocking when calling endpoint on hsp/hfp connection
      Remove unused code

 audio/a2dp.c   |  239 ++++++++++++++++++++++++++++++++++++++++----------------
 audio/avdtp.c  |  117 ++++++++++++++++++----------
 audio/avdtp.h  |   19 +++--
 audio/media.c  |   54 +++++--------
 audio/sink.c   |    4 +-
 audio/source.c |    4 +-
 6 files changed, 281 insertions(+), 156 deletions(-)

-- 
Luiz Augusto von Dentz
Computer Engineer

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

* Re: Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
  2010-10-11 13:09 Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream Luiz Augusto von Dentz
@ 2010-10-11 21:36 ` Johan Hedberg
  0 siblings, 0 replies; 8+ messages in thread
From: Johan Hedberg @ 2010-10-11 21:36 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz,

On Mon, Oct 11, 2010, Luiz Augusto von Dentz wrote:
> The following changes since commit 646f0c7e6b557c5413825ce7b04bee52bf0129e8:
> 
>   Move remote name and version requests to hciops (2010-10-10 22:44:25 +0100)
> 
> are available in the git repository at:
>   git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
> 
> Luiz Augusto von Dentz (8):
>       Fix not always signalling new streams when acting as a sink
>       Fix not replying an error in case of endpoint request timeout
>       Add source if the device attempt to configure a stream with a local sink
>       Make use of avdtp category when setting errors
>       Fix blocking on setconf confirmation callback
>       Fix blocking on setconf indication callback
>       Fix blocking when calling endpoint on hsp/hfp connection
>       Remove unused code
> 
>  audio/a2dp.c   |  239 ++++++++++++++++++++++++++++++++++++++++----------------
>  audio/avdtp.c  |  117 ++++++++++++++++++----------
>  audio/avdtp.h  |   19 +++--
>  audio/media.c  |   54 +++++--------
>  audio/sink.c   |    4 +-
>  audio/source.c |    4 +-
>  6 files changed, 281 insertions(+), 156 deletions(-)

Thanks. The patches have been pushed upstream.

Johan

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

* Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
@ 2010-11-19 16:31 Luiz Augusto von Dentz
  2010-11-19 16:50 ` Johan Hedberg
  0 siblings, 1 reply; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2010-11-19 16:31 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Those changes fixes several issues when doing a Device.Disconnect
while some audio profile is still connecting. I did some cleanups to
make it easier to track references and reuse more code, and also did a
lot o testing to make sure it doesn't cause any regression for cases
where the client is using Media API or unix socket.

The following changes since commit 55685d2037d33ed29ed7365150fd14b5326690fb:

  Fix minor typo (2010-11-19 17:39:15 +0200)

are available in the git repository at:
  git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Luiz Augusto von Dentz (9):
      Cleanup a2dp setup code
      Cleanup a2dp_cancel code
      Fix not removing all timers when user request to disconnect audio
      Fix abort not being send when the state is idle
      Fix reference count of a2dp stream setup
      Add debug logs for state changes on sink
      Fix possible crashes when attempting to connect avdtp
      Fix not dropping avdtp session reference when cancelling stream setup
      Fix not indicating disconnected state when connecting to avdtp

 audio/a2dp.c   |  258 +++++++++++++++++++++++++------------------------------
 audio/avdtp.c  |   26 +++---
 audio/device.c |   36 ++++----
 audio/sink.c   |   13 +++
 4 files changed, 163 insertions(+), 170 deletions(-)

-- 
Luiz Augusto von Dentz
Computer Engineer

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

* Re: Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
  2010-11-19 16:31 Luiz Augusto von Dentz
@ 2010-11-19 16:50 ` Johan Hedberg
  0 siblings, 0 replies; 8+ messages in thread
From: Johan Hedberg @ 2010-11-19 16:50 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz,

On Fri, Nov 19, 2010, Luiz Augusto von Dentz wrote:
> Those changes fixes several issues when doing a Device.Disconnect
> while some audio profile is still connecting. I did some cleanups to
> make it easier to track references and reuse more code, and also did a
> lot o testing to make sure it doesn't cause any regression for cases
> where the client is using Media API or unix socket.
> 
> The following changes since commit 55685d2037d33ed29ed7365150fd14b5326690fb:
> 
>   Fix minor typo (2010-11-19 17:39:15 +0200)
> 
> are available in the git repository at:
>   git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
> 
> Luiz Augusto von Dentz (9):
>       Cleanup a2dp setup code
>       Cleanup a2dp_cancel code
>       Fix not removing all timers when user request to disconnect audio
>       Fix abort not being send when the state is idle
>       Fix reference count of a2dp stream setup
>       Add debug logs for state changes on sink
>       Fix possible crashes when attempting to connect avdtp
>       Fix not dropping avdtp session reference when cancelling stream setup
>       Fix not indicating disconnected state when connecting to avdtp
> 
>  audio/a2dp.c   |  258 +++++++++++++++++++++++++------------------------------
>  audio/avdtp.c  |   26 +++---
>  audio/device.c |   36 ++++----
>  audio/sink.c   |   13 +++
>  4 files changed, 163 insertions(+), 170 deletions(-)

Thanks! The patches have been pushed upstream.

Johan

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

* Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
@ 2011-01-19 12:15 Luiz Augusto von Dentz
  2011-01-19 15:06 ` Johan Hedberg
  0 siblings, 1 reply; 8+ messages in thread
From: Luiz Augusto von Dentz @ 2011-01-19 12:15 UTC (permalink / raw)
  To: linux-bluetooth

The following changes since commit effe770cd43cf53fa5842291941dbfc82beab645:

  Use -DG_DISABLE_DEPRECATED compiler define (2011-01-18 14:56:31 +0100)

are available in the git repository at:
  git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream

Luiz Augusto von Dentz (7):
      Fix use of deprecated glib on audio plugin
      Fix use of deprecated glib on input plugin
      Fix use of deprecated glib on network plugin
      Fix use of deprecated glib on serial plugin
      Fix use of deprecated glib on hciops plugin
      Fix use of deprecated glib on core
      Fix use of deprecated glib on tests

 audio/avdtp.c        |   10 ++-
 audio/gstavdtpsink.c |  162 +++++++++++++++++++++++++-------------------------
 audio/headset.c      |   13 +++--
 audio/unix.c         |    2 +-
 input/device.c       |   12 +++-
 input/fakehid.c      |   10 ++-
 network/connection.c |   14 ++--
 plugins/hciops.c     |   24 ++++---
 serial/proxy.c       |   40 ++++++------
 src/rfkill.c         |   11 ++--
 src/storage.c        |    2 +-
 test/hciemu.c        |   15 +++--
 12 files changed, 168 insertions(+), 147 deletions(-)

-- 
Luiz Augusto von Dentz
Computer Engineer

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

* Re: Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
  2011-01-19 12:15 Luiz Augusto von Dentz
@ 2011-01-19 15:06 ` Johan Hedberg
  0 siblings, 0 replies; 8+ messages in thread
From: Johan Hedberg @ 2011-01-19 15:06 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hi Luiz,

On Wed, Jan 19, 2011, Luiz Augusto von Dentz wrote:
> The following changes since commit effe770cd43cf53fa5842291941dbfc82beab645:
> 
>   Use -DG_DISABLE_DEPRECATED compiler define (2011-01-18 14:56:31 +0100)
> 
> are available in the git repository at:
>   git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream
> 
> Luiz Augusto von Dentz (7):
>       Fix use of deprecated glib on audio plugin
>       Fix use of deprecated glib on input plugin
>       Fix use of deprecated glib on network plugin
>       Fix use of deprecated glib on serial plugin
>       Fix use of deprecated glib on hciops plugin
>       Fix use of deprecated glib on core
>       Fix use of deprecated glib on tests
> 
>  audio/avdtp.c        |   10 ++-
>  audio/gstavdtpsink.c |  162 +++++++++++++++++++++++++-------------------------
>  audio/headset.c      |   13 +++--
>  audio/unix.c         |    2 +-
>  input/device.c       |   12 +++-
>  input/fakehid.c      |   10 ++-
>  network/connection.c |   14 ++--
>  plugins/hciops.c     |   24 ++++---
>  serial/proxy.c       |   40 ++++++------
>  src/rfkill.c         |   11 ++--
>  src/storage.c        |    2 +-
>  test/hciemu.c        |   15 +++--
>  12 files changed, 168 insertions(+), 147 deletions(-)

All patches have been pushed upstream. Thanks.

Johan

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

end of thread, other threads:[~2011-01-19 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-11 13:09 Pull request git://gitorious.org/~vudentz/bluez/vudentzs-clone.git for-upstream Luiz Augusto von Dentz
2010-10-11 21:36 ` Johan Hedberg
  -- strict thread matches above, loose matches on Subject: below --
2011-01-19 12:15 Luiz Augusto von Dentz
2011-01-19 15:06 ` Johan Hedberg
2010-11-19 16:31 Luiz Augusto von Dentz
2010-11-19 16:50 ` Johan Hedberg
2010-09-22 13:45 Pull request: " Luiz Augusto von Dentz
2010-09-22 19:24 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).