On Mon, Aug 1, 2011 at 12:43 PM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > --- > parser/avrcp.c | 6 ++++++ > 1 files changed, 6 insertions(+), 0 deletions(-) > > diff --git a/parser/avrcp.c b/parser/avrcp.c > index ff6862d..1b3afad 100644 > --- a/parser/avrcp.c > +++ b/parser/avrcp.c > @@ -473,6 +473,12 @@ void avrcp_dump(int level, struct frame *frm) > return; > } > > + /* Not implemented should not contain any operand */ > + if (ctype == AVC_CTYPE_NOT_IMPLEMENTED) { > + raw_dump(level, frm); > + return; > + } > + Now it seems good. thanks, Lucas De Marchi -- 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