Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus to receive 5.3 merge window HID subsystem updates. Highlights: ===== - Documentation conversion to ReST, from Mauro Carvalho Chehab - Wacom MobileStudio Pro support, from Ping Cheng - Wacom 2nd Gen Intuos Pro Small support, from Aaron Armstrong Skomra - assorted small fixes and device ID additions ===== Thanks. ---------------------------------------------------------------- Aaron Armstrong Skomra (8): HID: wacom: generic: only switch the mode on devices with LEDs HID: wacom: generic: Correct pad syncing HID: wacom: correct touch resolution x/y typo HID: wacom: Add 2nd gen Intuos Pro Small support HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report HID: wacom: generic: support the 'report valid' usage for touch HID: wacom: generic: read the number of expected touches on a per collection basis HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small Colin Ian King (2): HID: logitech-dj: make const array template static HID: logitech-hidpp: HID: make const array consumer_rdesc_start static Hans de Goede (1): HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver Mauro Carvalho Chehab (1): docs: hid: convert to ReST Ping Cheng (1): HID: wacom: add new MobileStudio Pro support Sebastian Parschauer (1): HID: Add another Primax PIXART OEM mouse quirk Song Hongyan (1): HID: remove NO_D3 flag when remove driver Wang Xuerui (1): HID: uclogic: Add support for Ugee Rainbow CV720 YueHaibing (1): HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices Documentation/hid/{hid-alps.txt => hid-alps.rst} | 87 +++- .../hid/{hid-sensor.txt => hid-sensor.rst} | 194 +++++---- .../hid/{hid-transport.txt => hid-transport.rst} | 82 +++- Documentation/hid/{hiddev.txt => hiddev.rst} | 154 ++++--- Documentation/hid/{hidraw.txt => hidraw.rst} | 53 ++- Documentation/hid/index.rst | 18 + Documentation/hid/intel-ish-hid.rst | 485 +++++++++++++++++++++ Documentation/hid/intel-ish-hid.txt | 454 ------------------- Documentation/hid/{uhid.txt => uhid.rst} | 46 +- Documentation/input/input.rst | 2 +- MAINTAINERS | 2 +- drivers/hid/hid-ids.h | 2 + drivers/hid/hid-lg.c | 2 - drivers/hid/hid-logitech-dj.c | 19 +- drivers/hid/hid-logitech-hidpp.c | 2 +- drivers/hid/hid-quirks.c | 1 + drivers/hid/hid-uclogic-core.c | 2 + drivers/hid/hid-uclogic-params.c | 2 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + drivers/hid/wacom_sys.c | 13 +- drivers/hid/wacom_wac.c | 152 +++++-- drivers/hid/wacom_wac.h | 3 + 22 files changed, 1049 insertions(+), 727 deletions(-) rename Documentation/hid/{hid-alps.txt => hid-alps.rst} (64%) rename Documentation/hid/{hid-sensor.txt => hid-sensor.rst} (61%) rename Documentation/hid/{hid-transport.txt => hid-transport.rst} (93%) rename Documentation/hid/{hiddev.txt => hiddev.rst} (77%) rename Documentation/hid/{hidraw.txt => hidraw.rst} (89%) create mode 100644 Documentation/hid/index.rst create mode 100644 Documentation/hid/intel-ish-hid.rst delete mode 100644 Documentation/hid/intel-ish-hid.txt rename Documentation/hid/{uhid.txt => uhid.rst} (94%) -- Jiri Kosina SUSE Labs