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,
	Benjamin Tissoires <benjamin.tissoires@redhat.com>
Subject: [GIT PULL] HID fixes for 5.4
Date: Mon, 28 Oct 2019 14:17:53 +0100 (CET)	[thread overview]
Message-ID: <nycvar.YFH.7.76.1910281411130.13160@cbobk.fhfr.pm> (raw)

Linus,

please pull from

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

to receive fixes for HID subsystem:

=====
- HID++ device support regression fixes (race condition during cleanup, 
  device detection fix, opps fix) from Andrey Smirnov
- disable PM on i2c-hid, as it's causing problems with a lot of devices;
  other OSes apparently don't implement/enable it either; from Kai-Heng 
  Feng
- error handling fix in intel-ish driver, from Zhang Lixu
- syzbot fuzzer fix for HID core code from Alan Stern
- a few other tiny fixups (printk message cleanup, new device ID)
=====

Thanks.

----------------------------------------------------------------
Alan Stern (1):
      HID: Fix assumption that devices have inputs

Andrey Smirnov (3):
      HID: logitech-hidpp: split g920_get_config()
      HID: logitech-hidpp: rework device validation
      HID: logitech-hidpp: do all FF cleanup in hidpp_ff_destroy()

Colin Ian King (1):
      HID: prodikeys: make array keys static const, makes object smaller

Hans de Goede (1):
      HID: i2c-hid: add Trekstor Primebook C11B to descriptor override

Kai-Heng Feng (1):
      HID: i2c-hid: Remove runtime power management

Michał Mirosław (1):
      HID: fix error message in hid_open_report()

Nicolas Boichat (1):
      HID: google: add magnemite/masterball USB ids

Zhang Lixu (1):
      HID: intel-ish-hid: fix wrong error handling in ishtp_cl_alloc_tx_ring()

 drivers/hid/hid-axff.c                           |  11 +-
 drivers/hid/hid-core.c                           |   7 +-
 drivers/hid/hid-dr.c                             |  12 +-
 drivers/hid/hid-emsff.c                          |  12 +-
 drivers/hid/hid-gaff.c                           |  12 +-
 drivers/hid/hid-google-hammer.c                  |   4 +
 drivers/hid/hid-holtekff.c                       |  12 +-
 drivers/hid/hid-ids.h                            |   2 +
 drivers/hid/hid-lg2ff.c                          |  12 +-
 drivers/hid/hid-lg3ff.c                          |  11 +-
 drivers/hid/hid-lg4ff.c                          |  11 +-
 drivers/hid/hid-lgff.c                           |  11 +-
 drivers/hid/hid-logitech-hidpp.c                 | 248 +++++++++++++----------
 drivers/hid/hid-microsoft.c                      |  12 +-
 drivers/hid/hid-prodikeys.c                      |   4 +-
 drivers/hid/hid-sony.c                           |  12 +-
 drivers/hid/hid-tmff.c                           |  12 +-
 drivers/hid/hid-zpff.c                           |  12 +-
 drivers/hid/i2c-hid/i2c-hid-core.c               | 118 +----------
 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c         |  19 ++
 drivers/hid/intel-ish-hid/ishtp/client-buffers.c |   2 +-
 21 files changed, 297 insertions(+), 259 deletions(-)

-- 
Jiri Kosina
SUSE Labs


             reply	other threads:[~2019-10-28 13:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 13:17 Jiri Kosina [this message]
2019-10-28 14:05 ` [GIT PULL] HID fixes for 5.4 pr-tracker-bot

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.1910281411130.13160@cbobk.fhfr.pm \
    --to=jikos@kernel.org \
    --cc=benjamin.tissoires@redhat.com \
    --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).