From: Benjamin Tissoires <benjamin.tissoires@redhat.com>
To: Jiri Kosina <jikos@kernel.org>,
Marcel Holtmann <marcel@holtmann.org>,
Niels Skou Olsen <nolsen@jabra.com>
Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org,
linux-bluetooth@vger.kernel.org,
Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [PATCH v3 0/4] Quirks cleanup and hid-generic niceness
Date: Mon, 20 Nov 2017 11:48:40 +0100 [thread overview]
Message-ID: <20171120104844.31977-1-benjamin.tissoires@redhat.com> (raw)
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
next reply other threads:[~2017-11-20 10:48 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-20 10:48 Benjamin Tissoires [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171120104844.31977-1-benjamin.tissoires@redhat.com \
--to=benjamin.tissoires@redhat.com \
--cc=jikos@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcel@holtmann.org \
--cc=nolsen@jabra.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).