linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] HID
Date: Fri, 8 Jun 2018 10:36:13 +0200 (CEST)	[thread overview]
Message-ID: <nycvar.YFH.7.76.1806081032200.6203@cbobk.fhfr.pm> (raw)

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

             reply	other threads:[~2018-06-08  8:36 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-08  8:36 Jiri Kosina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-08-20 16:23 [GIT PULL] HID Jiri Kosina
2018-01-31 15:48 Jiri Kosina
2017-12-30 11:19 Jiri Kosina
2017-01-11 21:48 Jiri Kosina
2016-05-03 10:42 Jiri Kosina
2015-08-10 22:13 Jiri Kosina
2015-07-24 13:21 Jiri Kosina
2015-01-09 14:43 Jiri Kosina
2014-12-12 10:42 Jiri Kosina
2014-11-13 20:06 Jiri Kosina
2014-10-29 14:01 Jiri Kosina
2014-08-27  7:23 Jiri Kosina
2014-08-21 17:43 Jiri Kosina
2014-08-22  7:40 ` Markus Trippelsdorf
2014-08-22  8:00   ` Jiri Kosina
2014-08-22  8:18     ` Markus Trippelsdorf
2014-08-22 14:25       ` Benjamin Tissoires
2014-07-07 14:01 Jiri Kosina
2014-05-07 12:54 Jiri Kosina
2014-04-18 13:26 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=nycvar.YFH.7.76.1806081032200.6203@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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).