On Fri, 8 Sep 2017, jikos@xxxxxxxxxx wrote: > On Fri, 1 Sep 2017, nolsen@xxxxxxxxx wrote: > > > From: Niels Skou Olsen <nolsen@xxxxxxxxx> > > > > diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index > > 9bc9116..0603012 100644 > > --- a/drivers/hid/hid-core.c > > +++ b/drivers/hid/hid-core.c > > @@ -2077,6 +2077,9 @@ static const struct hid_device_id hid_have_special_driver[] = { > > +#if IS_ENABLED(CONFIG_HID_JABRA) > > +{ HID_USB_DEVICE(USB_VENDOR_ID_JABRA, HID_ANY_ID) }, > > +#endif > > You also need to update hid-core so that generic driver doesn't bind to those device. > See hid_have_special_driver[] in drivers/hid/hid-core.c Isn't above addition to hid_have_special_driver[] enough? It is in the original patch. Thanks, Niels **** GN GROUP NOTICE - AUTOMATICALLY INSERTED**** The information in this e-mail (including attachments, if any) is considered confidential and is intended only for the recipient(s) listed above. Any review, use, disclosure, distribution or copying of this e-mail is prohibited except by or on behalf of the intended recipient. If you have received this email in error, please notify me immediately by reply e-mail, delete this e-mail, and do not disclose its contents to anyone. Any opinions expressed in this e-mail are those of the individual and not necessarily the GN group. Thank you. ******************** DISCLAIMER END ************************ -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html