All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jiri Kosina <jikos@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Benjamin Tissoires <benjamin.tissoires@redhat.com>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] HID for 5.7
Date: Wed, 1 Apr 2020 14:11:24 +0200 (CEST)	[thread overview]
Message-ID: <nycvar.YFH.7.76.2004011353080.19500@cbobk.fhfr.pm> (raw)

Linus,

please pull from

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

to receive HID subsytem patches for 5.7 merge window.

=====
- Logitech HID++ protocol support improvement from Filipe Laíns
- probe fix for Logitech-G* devices from Hans de Goede
- a few other small code cleanups and support for new device IDs
=====

Thanks.

----------------------------------------------------------------
Christophe JAILLET (1):
      HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'

Filipe Laíns (2):
      HID: logitech-dj: add debug msg when exporting a HID++ report descriptors
      HID: logitech-dj: add support for the static device in the Powerplay mat/receiver

Gustavo A. R. Silva (2):
      HID: intel-ish-hid: ishtp-dev.h: Replace zero-length array with flexible-array member
      HID: intel-ish-hid: hbm.h: Replace zero-length array with flexible-array member

Hans de Goede (2):
      HID: quirks: Remove ITE 8595 entry from hid_have_special_driver
      HID: lg-g15: Do not fail the probe when we fail to disable F# emulation

Lucas Tanure (2):
      HID: appleir: Remove unnecessary goto label
      HID: appleir: Use devm_kzalloc() instead of kzalloc()

Rishi Gupta (1):
      HID: mcp2221: add usb to i2c-smbus host bridge

Samuel Čavoj (1):
      HID: Add driver fixing Glorious PC Gaming Race mouse report descriptor

 MAINTAINERS                                 |   7 +
 drivers/hid/Kconfig                         |  17 +
 drivers/hid/Makefile                        |   2 +
 drivers/hid/hid-appleir.c                   |  12 +-
 drivers/hid/hid-glorious.c                  |  86 ++++
 drivers/hid/hid-ids.h                       |   5 +
 drivers/hid/hid-lg-g15.c                    |   6 +-
 drivers/hid/hid-logitech-dj.c               |  11 +-
 drivers/hid/hid-mcp2221.c                   | 742 ++++++++++++++++++++++++++++
 drivers/hid/hid-quirks.c                    |   3 -
 drivers/hid/hid-rmi.c                       |   1 -
 drivers/hid/intel-ish-hid/ishtp/hbm.h       |   2 +-
 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h |   2 +-
 13 files changed, 878 insertions(+), 18 deletions(-)
 create mode 100644 drivers/hid/hid-glorious.c
 create mode 100644 drivers/hid/hid-mcp2221.c

-- 
Jiri Kosina
SUSE Labs


             reply	other threads:[~2020-04-01 12:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-01 12:11 Jiri Kosina [this message]
2020-04-01 22:35 ` [GIT PULL] HID for 5.7 pr-tracker-bot
2020-04-01 22:57 ` Linus Torvalds
2020-04-03 10:05   ` Jiri Kosina
2020-04-03 11:35     ` Benjamin Tissoires
2020-04-03 12:22     ` Samuel Čavoj
2020-05-09 23:12     ` Samuel Čavoj

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.2004011353080.19500@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.