linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] HID for 5.15
@ 2021-09-01 20:16 Jiri Kosina
  2021-09-02 22:42 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Kosina @ 2021-09-01 20:16 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Benjamin Tissoires, linux-kernel

Linus,

please pull from

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

to receive HID subsystem patches queued for 5.15. Highlights:

=====
- Fix in i2c-hid driver for Elan touchpad quirk regression (Jim Broadus)
- Quirk preventing ASUS Claymore from accidentally suspending whole system 
  (Luke D. Jones)
- Updates to the existing FW reporting mechanism, MP2 FW
  status checks, adding proper power management support for amd-sfh 
  (Basavaraj Natikar)
- Regression fix for an issue in HID core that got uncovered by recent USB 
  core cleanup leading to issues when transfer_buffer_length is not in 
  line with wLength (Alan Stern)
- Memory leak fix in USB HID core (Anirudh Rayabharam)
- Improvement of stylus battery reporting (Dmitry Torokhov)
- Power management improvement for Goodix driver (Douglas Anderson)
- High-resolution scroll support for Magicmouse devices (José Expósito)
- Support for GHLive PS4 dongles (Daniel Nguyen)
- Support proper EV_MSC emissions to hid-apple (Vincent Lefevre)
=====

----------------------------------------------------------------
Alan Stern (2):
      HID: usbhid: Fix warning caused by 0-length input reports
      HID: usbhid: Simplify code in hid_submit_ctrl()

Anirudh Rayabharam (1):
      HID: usbhid: free raw_report buffers in usbhid_stop

Basavaraj Natikar (5):
      HID: amd_sfh: Fix period data field to enable sensor
      HID: amd_sfh: Add command response to check command status
      HID: amd_sfh: Move hid probe after sensor is enabled
      HID: amd_sfh: Add support for PM suspend and resume
      HID: amd_sfh: Add dyndbg prints for debugging

Christophe JAILLET (1):
      HID: logitech-hidpp: Use 'atomic_inc_return' instead of hand-writing it

Daniel Nguyen (1):
      HID: sony: support for the ghlive ps4 dongles

Dmitry Torokhov (1):
      HID: input: do not report stylus battery state as "full"

Douglas Anderson (2):
      HID: i2c-hid: goodix: Tie the reset line to true state of the regulator
      HID: i2c-hid: goodix: Use the devm variant of regulator_register_notifier()

Evgeny Novikov (3):
      HID: thrustmaster: Fix memory leaks in probe
      HID: thrustmaster: Fix memory leak in remove
      HID: thrustmaster: Fix memory leak in thrustmaster_interrupts()

Hamza Mahfooz (1):
      HID: logitech-hidpp: battery: provide CAPACITY property for newer devices

Jason Gerecke (3):
      HID: wacom: Short-circuit processing of touch when it is disabled
      HID: wacom: Avoid sending empty sync events
      HID: wacom: Refactor touch input mute checks into a common function

Jim Broadus (1):
      HID: i2c-hid: Fix Elan touchpad regression

José Expósito (2):
      HID: magicmouse: enable high-resolution scroll
      HID: magicmouse: high-resolution scroll threshold

Lukas Bulwahn (1):
      HID: thrustmaster: clean up Makefile and adapt quirks

Luke D. Jones (1):
      HID: asus: Prevent Claymore sending suspend event

Michal Kubecek (1):
      HID: usbhid: Fix flood of "control queue full" messages

Ping Cheng (1):
      HID: wacom: set initial hardware touch switch state to 'off'

Salah Triki (1):
      HID: elo: update the reference count of the usb device structure

Thomas Weißschuh (1):
      HID: cmedia: add support for HS-100B mute button

Ulrich Spörlein (1):
      HID: sony: Fix more ShanWan clone gamepads to not rumble when plugged in.

Vincent Lefevre (1):
      HID: apple: Add missing scan code event for keys handled by hid-apple

 drivers/hid/Kconfig                      |  7 +--
 drivers/hid/Makefile                     |  1 -
 drivers/hid/amd-sfh-hid/amd_sfh_client.c | 62 +++++++++++++++------
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.c   | 69 ++++++++++++++++++++++++
 drivers/hid/amd-sfh-hid/amd_sfh_pcie.h   | 23 ++++++++
 drivers/hid/hid-apple.c                  | 32 +++++++----
 drivers/hid/hid-asus.c                   | 15 ++++++
 drivers/hid/hid-cmedia.c                 | 90 ++++++++++++++++++++++++++++++-
 drivers/hid/hid-elo.c                    |  6 ++-
 drivers/hid/hid-ids.h                    |  9 ++--
 drivers/hid/hid-input.c                  |  2 -
 drivers/hid/hid-logitech-hidpp.c         | 47 ++++++++++++++--
 drivers/hid/hid-magicmouse.c             | 52 ++++++++++++++++++
 drivers/hid/hid-quirks.c                 |  2 -
 drivers/hid/hid-sony.c                   | 49 ++++++++++++-----
 drivers/hid/hid-thrustmaster.c           |  7 ++-
 drivers/hid/i2c-hid/i2c-hid-core.c       |  5 +-
 drivers/hid/i2c-hid/i2c-hid-of-goodix.c  | 92 +++++++++++++++++++++++++++-----
 drivers/hid/usbhid/hid-core.c            | 29 ++++++----
 drivers/hid/wacom_sys.c                  |  9 +++-
 drivers/hid/wacom_wac.c                  | 50 ++++++++++++-----
 drivers/hid/wacom_wac.h                  |  2 +
 22 files changed, 564 insertions(+), 96 deletions(-)

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] HID for 5.15
  2021-09-01 20:16 [GIT PULL] HID for 5.15 Jiri Kosina
@ 2021-09-02 22:42 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-09-02 22:42 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Linus Torvalds, Benjamin Tissoires, linux-kernel

The pull request you sent on Wed, 1 Sep 2021 22:16:29 +0200 (CEST):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/83ec91697412ae64d25dcca74597ed03029aa00d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-02 22:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-01 20:16 [GIT PULL] HID for 5.15 Jiri Kosina
2021-09-02 22:42 ` pr-tracker-bot

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).