[GIT PULL] HID

From: Jiri Kosina
Date: Fri Jun 08 2018 - 04:36:23 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus

to receive merge window updates for HID subsystem:

=====
- Valve Steam Controller support from Rodrigo Rivas Costa
- Redragon Asura support from Robert Munteanu
- improvement of duplicate usage handling in generic hid-input from
Benjamin Tissoires
- Win 8.1 precisioun touchpad spec implementation from Benjamin Tissoires
- Support for "In Range" flag for Wacom Intuos/Bamboo devices from Jason
Gerecke
- other various assorted smaller fixes and improvements
=====

Thanks.

----------------------------------------------------------------
Arnd Bergmann (1):
HID: steam: select CONFIG_POWER_SUPPLY

Ben Chan (1):
HID: multitouch: fix calculation of last slot field in multi-touch reports

Benjamin Tissoires (8):
HID: input: do not increment usages when a duplicate is found
HID: store the full list of reports in the hidinput
HID: generic: create one input report per application type
HID: input: append a suffix matching the application
HID: multitouch: make use of HID_QUIRK_INPUT_PER_APP
HID: multitouch: simplify the settings of the various features
HID: multitouch: implement precision touchpad latency and switches
HID: rmi: use HID_QUIRK_NO_INPUT_SYNC

Christophe JAILLET (4):
HID: alps: Report an error if we receive invalid data in 't4_read_write_register()'
HID: alps: Save a memory allocation in 't4_read_write_register()' when writing data
HID: alps: Check errors returned by 't4_read_write_register()'
HID: alps: Fix some style in 't4_read_write_register()'

Dmitry Torokhov (1):
HID: i2c-hid: check if device is there before really probing

Hans de Goede (2):
HID: i2c-hid: Move i2c_hid_acpi_pdata error reporting to inside the function
HID: i2c-hid: Silently fail probe for CHPN0001 touchscreen

Heiner Kallweit (1):
HID: quirks: remove Delcom Visual Signal Indicator from hid_have_special_driver[]

Hisao Tanabe (1):
HID: core: fix hid_hw_open() comment

Jason Gerecke (1):
HID: wacom: Support "in range" for Intuos/Bamboo tablets where possible

Jiri Kosina (2):
HID: steam: add missing fields in client initialization
HID: multitouch: fix types returned from mt_need_to_apply_feature()

Robert Munteanu (1):
HID: redragon: Fix modifier keys for Redragon Asura Keyboard

Rodrigo Rivas Costa (2):
HID: add driver for Valve Steam Controller
HID: steam: add battery device.

Sebastian Andrzej Siewior (1):
HID: i2c-hid: remove i2c_hid_open_mut

Terry Junge (1):
HID: hid-plantronics: Re-resend Update to map button for PTT products

drivers/hid/Kconfig | 16 +
drivers/hid/Makefile | 2 +
drivers/hid/hid-alps.c | 30 +-
drivers/hid/hid-core.c | 21 +-
drivers/hid/hid-generic.c | 15 +
drivers/hid/hid-gfrm.c | 2 +-
drivers/hid/hid-ids.h | 5 +
drivers/hid/hid-input.c | 123 ++++-
drivers/hid/hid-magicmouse.c | 6 +-
drivers/hid/hid-multitouch.c | 232 +++++----
drivers/hid/hid-plantronics.c | 6 +-
drivers/hid/hid-quirks.c | 1 -
drivers/hid/hid-redragon.c | 86 ++++
drivers/hid/hid-rmi.c | 20 +
drivers/hid/hid-steam.c | 1115 +++++++++++++++++++++++++++++++++++++++++
drivers/hid/i2c-hid/i2c-hid.c | 33 +-
drivers/hid/wacom_wac.c | 74 +--
include/linux/hid.h | 19 +-
18 files changed, 1621 insertions(+), 185 deletions(-)
create mode 100644 drivers/hid/hid-redragon.c
create mode 100644 drivers/hid/hid-steam.c

--
Jiri Kosina
SUSE Labs