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

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

-- 
2.14.3

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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 10:48 [PATCH v3 0/4] Quirks cleanup and hid-generic niceness Benjamin Tissoires
2017-11-20 10:48 ` [PATCH v3 1/4] HID: core: move the dynamic quirks handling in core Benjamin Tissoires
2017-11-20 10:48 ` [PATCH v3 2/4] HID: quirks: move the list of special devices into a quirk Benjamin Tissoires
2017-11-20 10:48 ` [PATCH v3 3/4] HID: core: move the list of ignored devices in hid-quirks.c Benjamin Tissoires
2017-11-20 10:48 ` [PATCH v3 4/4] HID: core: remove the absolute need of hid_have_special_driver[] Benjamin Tissoires
2017-11-21 10:18 ` [PATCH v3 0/4] Quirks cleanup and hid-generic niceness Jiri Kosina

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).