On Mon, 20 Nov 2017, Benjamin Tissoires wrote: > Hi, > > this is v3 rebased on top of for-next. > There are no other changes. > > Cheers, > Benjamin > > Benjamin Tissoires (4): > HID: core: move the dynamic quirks handling in core > HID: quirks: move the list of special devices into a quirk > HID: core: move the list of ignored devices in hid-quirks.c > HID: core: remove the absolute need of hid_have_special_driver[] > > drivers/hid/Makefile | 2 +- > drivers/hid/hid-core.c | 932 ++--------------------------- > drivers/hid/hid-generic.c | 68 ++- > drivers/hid/hid-quirks.c | 1248 +++++++++++++++++++++++++++++++++++++++ > drivers/hid/usbhid/Makefile | 2 +- > drivers/hid/usbhid/hid-core.c | 10 +- > drivers/hid/usbhid/hid-quirks.c | 402 ------------- > include/linux/hid.h | 21 +- > net/bluetooth/hidp/core.c | 2 +- > 9 files changed, 1395 insertions(+), 1292 deletions(-) > create mode 100644 drivers/hid/hid-quirks.c > delete mode 100644 drivers/hid/usbhid/hid-quirks.c Applied to for-4.16/hid-quirks-cleanup-base (not pushed into for-next yet though, as 4.15 merge window is still open). Thanks, -- Jiri Kosina SUSE Labs -- 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