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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html