From: Johan Hedberg <johan.hedberg@gmail.com>
To: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH obexd 0/8] client: isolate target/profile code
Date: Fri, 12 Aug 2011 15:29:23 +0300 [thread overview]
Message-ID: <20110812122923.GA30885@dell> (raw)
In-Reply-To: <1313138714-6443-1-git-send-email-luiz.dentz@gmail.com>
Hi Luiz,
On Fri, Aug 12, 2011, Luiz Augusto von Dentz wrote:
> This patches aim to make obex-client more modular and easier to
> add new profiles/targets.
>
> It works similarly to a built-in plugin, but without messing around with
> the build system, modules are hardcoded directly in the vtable in manager.c
> so manager_init also initialize the modules which then can register their
> drivers.
>
> Luiz Augusto von Dentz (8):
> client: add target module vtable
> client: move __obex_log_init before manager_init
> client: add target driver support
> client: make use of obc_ prefix for public functions
> client: add opp target
> client: add ftp target
> client: add pbap target
> client: add sync target
>
> Makefile.am | 7 +-
> client/agent.c | 30 ++--
> client/agent.h | 20 ++--
> client/driver.c | 85 ++++++++++++
> client/driver.h | 35 +++++
> client/ftp.c | 146 +++++++++++++++-----
> client/ftp.h | 8 +-
> client/main.c | 4 +-
> client/manager.c | 101 +++++++++-----
> client/opp.c | 53 ++++++++
> client/opp.h | 25 ++++
> client/pbap.c | 136 +++++++++++++------
> client/pbap.h | 7 +-
> client/session.c | 380 ++++++++++++++++++++++++++---------------------------
> client/session.h | 49 ++++----
> client/sync.c | 95 ++++++++++---
> client/sync.h | 7 +-
> client/transfer.c | 108 ++++++++--------
> client/transfer.h | 35 +++---
> 19 files changed, 857 insertions(+), 474 deletions(-)
> create mode 100644 client/driver.c
> create mode 100644 client/driver.h
> create mode 100644 client/opp.c
> create mode 100644 client/opp.h
Applied. Thanks.
Johan
prev parent reply other threads:[~2011-08-12 12:29 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-12 8:45 [PATCH obexd 0/8] client: isolate target/profile code Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 1/8] client: add target module vtable Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 2/8] client: move __obex_log_init before manager_init Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 3/8] client: add target driver support Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 4/8] client: make use of obc_ prefix for public functions Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 5/8] client: add opp target Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 6/8] client: add ftp target Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 7/8] client: add pbap target Luiz Augusto von Dentz
2011-08-12 8:45 ` [PATCH obexd 8/8] client: add sync target Luiz Augusto von Dentz
2011-08-12 12:29 ` Johan Hedberg [this message]
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=20110812122923.GA30885@dell \
--to=johan.hedberg@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=luiz.dentz@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).