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 hcidump 1/2] L2CAP: add OBEX support
Date: Fri, 17 Feb 2012 13:06:27 +0200 [thread overview]
Message-ID: <20120217110627.GB16018@x220> (raw)
In-Reply-To: <1329472135-14123-1-git-send-email-luiz.dentz@gmail.com>
Hi Luiz,
On Fri, Feb 17, 2012, Luiz Augusto von Dentz wrote:
> ---
> parser/l2cap.c | 8 ++++++++
> 1 files changed, 8 insertions(+), 0 deletions(-)
>
> diff --git a/parser/l2cap.c b/parser/l2cap.c
> index 696456a..fba530a 100644
> --- a/parser/l2cap.c
> +++ b/parser/l2cap.c
> @@ -1090,6 +1090,14 @@ static void l2cap_parse(int level, struct frame *frm)
> raw_dump(level + 1, frm);
> break;
>
> + case SDP_UUID_OBEX:
> + if (!p_filter(FILT_OBEX))
> + obex_dump(level, frm);
> + else
> + raw_dump(level + 1, frm);
> + break;
> +
> +
> default:
One unnecessary empty line above. Other than that the patches looked
fine so they're now (with the above fix) pushed upstream.
Johan
prev parent reply other threads:[~2012-02-17 11:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 9:48 [PATCH hcidump 1/2] L2CAP: add OBEX support Luiz Augusto von Dentz
2012-02-17 9:48 ` [PATCH hcidump 2/2] core: Add support for passing PSM as OBEX port Luiz Augusto von Dentz
2012-02-17 11:06 ` 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=20120217110627.GB16018@x220 \
--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).