Hi, On Thu, Sep 08, 2011, Lucas De Marchi wrote: > +static void set_company_id(uint8_t cid[3], const uint32_t cid_in) > +{ > + cid[0] = cid_in >> 16; > + cid[1] = cid_in >> 8; > + cid[2] = cid_in; > +} You seem to have forgotten the "& 0xff" part here. Other than that I didn't seen any obvious issues in the patch set. 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