On Saturday 21 November 2015 21:09:03 Szymon Janc wrote: > subevent code was never set in vendor_evt() resulting in printing > random stack data as subevent opcode in print_subevent(). > --- > monitor/packet.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/monitor/packet.c b/monitor/packet.c > index 4c18cb2..70bd153 100644 > --- a/monitor/packet.c > +++ b/monitor/packet.c > @@ -8471,6 +8471,7 @@ static void vendor_evt(const void *data, uint8_t size) > vendor_data.str = vendor_str; > } else > vendor_data.str = vnd->str; > + vendor_data.subevent = subevent; > vendor_data.func = vnd->evt_func; > vendor_data.size = vnd->evt_size; > vendor_data.fixed = vnd->evt_fixed; Applied. -- pozdrawiam Szymon Janc -- 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