Hi Marcel, On Mon, Sep 30, 2013 at 12:01 AM, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: >>> - di.type = (hdev->bus & 0x0f) | (hdev->dev_type << 4); >>> + di.type = (hdev->bus & 0x0f) | ((hdev->dev_type & 0x30) << 4); >> >> Shouldn't it be (hdev->dev_type & 0x03) here? > > yes, this it should be 0x03 here. My mistake. Just a reminder that userspace needs fixing as well. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- 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