linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Quirks cleanup and hid-generic niceness
@ 2017-10-03 14:57 Benjamin Tissoires
  2017-10-03 14:57 ` [PATCH v2 1/4] HID: core: move the dynamic quirks handling in core Benjamin Tissoires
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Benjamin Tissoires @ 2017-10-03 14:57 UTC (permalink / raw)
  To: Jiri Kosina, Marcel Holtmann, Niels Skou Olsen
  Cc: linux-kernel, linux-input, linux-bluetooth, Benjamin Tissoires

Hi,

Niels found an issue with v1 of the series, while compiling the usbhid module
as a separate .ko.

Sending a v2 with the proper From: field fixed now.

I also use -M1 to show in 1/4 that usbhid/hid-quirks.c is basically moved to
hid-quirks.c.

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          |  926 ++---------------------------
 drivers/hid/hid-generic.c       |   68 ++-
 drivers/hid/hid-quirks.c        | 1244 +++++++++++++++++++++++++++++++++++++++
 drivers/hid/usbhid/Makefile     |    2 +-
 drivers/hid/usbhid/hid-core.c   |   10 +-
 drivers/hid/usbhid/hid-quirks.c |  401 -------------
 include/linux/hid.h             |   21 +-
 net/bluetooth/hidp/core.c       |    2 +-
 9 files changed, 1391 insertions(+), 1285 deletions(-)
 create mode 100644 drivers/hid/hid-quirks.c
 delete mode 100644 drivers/hid/usbhid/hid-quirks.c

-- 
2.9.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-20 10:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-03 14:57 [PATCH v2 0/4] Quirks cleanup and hid-generic niceness Benjamin Tissoires
2017-10-03 14:57 ` [PATCH v2 1/4] HID: core: move the dynamic quirks handling in core Benjamin Tissoires
2017-10-03 14:57 ` [PATCH v2 2/4] HID: quirks: move the list of special devices into a quirk Benjamin Tissoires
2017-10-03 14:57 ` [PATCH v2 3/4] HID: core: move the list of ignored devices in hid-quirks.c Benjamin Tissoires
2017-10-03 14:57 ` [PATCH v2 4/4] HID: core: remove the absolute need of hid_have_special_driver[] Benjamin Tissoires
2017-10-04  9:25 ` [PATCH v2 0/4] Quirks cleanup and hid-generic niceness Niels Skou Olsen
2017-10-25  8:24 ` Niels Skou Olsen
     [not found]   ` <VI1PR0701MB2991B256AEAD1B643B4A7527DA440-unnVr81DUEGzB3qckAdg/TMcllmSiLMWnBOFsp37pqbUKgpGm//BTAC/G2K4zDHf@public.gmane.org>
2017-10-25  9:15     ` Jiri Kosina
2017-11-16 12:59 ` Jiri Kosina
     [not found]   ` <nycvar.YFH.7.76.1711161358020.32604-YHPUNQjx9ReKbouaWp301Q@public.gmane.org>
2017-11-16 16:44     ` Benjamin Tissoires
2017-11-20  8:24       ` Jiri Kosina
2017-11-20 10:49         ` Benjamin Tissoires

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).