[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171120104844.31977-1-benjamin.tissoires@redhat.com>
Date: Mon, 20 Nov 2017 11:48:40 +0100
From: Benjamin Tissoires <benjamin.tissoires@...hat.com>
To: Jiri Kosina <jikos@...nel.org>,
Marcel Holtmann <marcel@...tmann.org>,
Niels Skou Olsen <nolsen@...ra.com>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
linux-bluetooth@...r.kernel.org,
Benjamin Tissoires <benjamin.tissoires@...hat.com>
Subject: [PATCH v3 0/4] Quirks cleanup and hid-generic niceness
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
Powered by blists - more mailing lists