mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] HID fixes for 6.14
@ 2025-02-10  8:10 Jiri Kosina
  2025-02-10 21:28 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2025-02-10  8:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Benjamin Tissoires

Linus,

please pull from

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

to receive HID subsystem fixes, namely:

=====
- build/dependency fixes for hid-lenovo and hid-intel-thc (Arnd Bergmann)
- functional fixes for hid-corsair-void (Stuart Hayhurst)
- workqueue handling and ordering fix for hid-steam (Vicki Pfau)
- Gamepad mode vs. Lizard mode fix for hid-steam (Vicki Pfau)
- OOB read fix for hid-thrustmaster (Tulio Fernandes)
- fix for very long timeout on certain firmware in intel-ish-hid (Zhang 
  Lixu)
- other assorted small code fixes and device ID additions
=====

Thanks.

----------------------------------------------------------------
Alex Henrie (1):
      HID: apple: fix up the F6 key on the Omoton KB066 keyboard

Arnd Bergmann (2):
      HID: lenovo: select CONFIG_ACPI_PLATFORM_PROFILE
      HID: intel-thc: fix CONFIG_HID dependency

Charles Han (2):
      HID: winwing: Add NULL check in winwing_init_led()
      HID: multitouch: Add NULL check in mt_input_configured

Chia-Lin Kao (AceLan) (1):
      HID: ignore non-functional sensor in HP 5MP Camera

Daniel Brackenbury (1):
      HID: topre: Fix n-key rollover on Realforce R3S TKL boards

Ievgen Vovk (1):
      HID: hid-apple: Apple Magic Keyboard a3203 USB-C support

Jinghao Jia (2):
      samples/hid: remove unnecessary -I flags from libbpf EXTRA_CFLAGS
      samples/hid: fix broken vmlinux path for VMLINUX_BTF

Stuart Hayhurst (2):
      HID: corsair-void: Add missing delayed work cancel for headset status
      HID: corsair-void: Initialise memory for psy_cfg

Tulio Fernandes (1):
      HID: hid-thrustmaster: fix stack-out-of-bounds read in usb_check_int_endpoints()

Vicki Pfau (3):
      HID: hid-steam: Fix issues with disabling both gamepad mode and lizard mode
      HID: hid-steam: Move hidraw input (un)registering to work
      HID: hid-steam: Don't use cancel_delayed_work_sync in IRQ context

Zhang Lixu (3):
      HID: intel-ish-hid: fix the length of MNG_SYNC_FW_CLOCK in doorbell
      HID: intel-ish-hid: Send clock sync message immediately after reset
      HID: intel-ish-hid: ipc: Add Panther Lake PCI device IDs

 drivers/hid/Kconfig                         | 15 ++++++----
 drivers/hid/amd-sfh-hid/Kconfig             |  1 -
 drivers/hid/hid-apple.c                     |  8 +++++
 drivers/hid/hid-corsair-void.c              |  3 +-
 drivers/hid/hid-ids.h                       |  3 ++
 drivers/hid/hid-lenovo.c                    |  7 +----
 drivers/hid/hid-multitouch.c                |  5 +++-
 drivers/hid/hid-quirks.c                    |  1 +
 drivers/hid/hid-steam.c                     | 46 ++++++++++++++++++++++-------
 drivers/hid/hid-thrustmaster.c              |  2 +-
 drivers/hid/hid-topre.c                     |  7 +++++
 drivers/hid/hid-winwing.c                   |  2 ++
 drivers/hid/i2c-hid/Kconfig                 |  2 +-
 drivers/hid/intel-ish-hid/Kconfig           |  1 -
 drivers/hid/intel-ish-hid/ipc/hw-ish.h      |  2 ++
 drivers/hid/intel-ish-hid/ipc/ipc.c         | 15 ++++++----
 drivers/hid/intel-ish-hid/ipc/pci-ish.c     |  7 +++++
 drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h |  2 ++
 drivers/hid/intel-thc-hid/Kconfig           |  1 -
 drivers/hid/surface-hid/Kconfig             |  2 --
 drivers/hid/usbhid/Kconfig                  |  3 +-
 net/bluetooth/hidp/Kconfig                  |  3 +-
 samples/hid/Makefile                        | 13 ++++----
 23 files changed, 104 insertions(+), 47 deletions(-)

-- 
Jiri Kosina
SUSE Labs


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

* Re: [GIT PULL] HID fixes for 6.14
  2025-02-10  8:10 [GIT PULL] HID fixes for 6.14 Jiri Kosina
@ 2025-02-10 21:28 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-02-10 21:28 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Linus Torvalds, linux-kernel, Benjamin Tissoires

The pull request you sent on Mon, 10 Feb 2025 09:10:11 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/58c9bf3363e596d744f56616d407278ef5f97f5a

Thank you!

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

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

* Re: [GIT PULL] HID fixes for 6.14
  2025-03-05 13:43 Jiri Kosina
@ 2025-03-05 17:55 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2025-03-05 17:55 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: Linus Torvalds, linux-kernel, Benjamin Tissoires

The pull request you sent on Wed, 5 Mar 2025 14:43:46 +0100 (CET):

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/848e076317446f9c663771ddec142d7c2eb4cb43

Thank you!

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

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

* [GIT PULL] HID fixes for 6.14
@ 2025-03-05 13:43 Jiri Kosina
  2025-03-05 17:55 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Kosina @ 2025-03-05 13:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Benjamin Tissoires

Linus,

please pull from

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

to receive HID subsystem fixes that should land in 6.14 final.

=====
- power management fix in intel-thc-hid (Even Xu)
- nintendo gencon mapping fix (Ryan McClelland)
- fix for UAF on device diconnect path in hid-steam (Vicki Pfau)
- two fixes for UAF on device disconnect path in intel-ish-hid (Zhang 
  Lixu)
- fix for potential NULL dereference in hid-appleir (Daniil Dulov)
- few other small cosmetic fixes (e.g. typos)
=====

Thanks.

----------------------------------------------------------------
Alex Henrie (1):
      HID: apple: disable Fn key handling on the Omoton KB066

Colin Ian King (2):
      HID: debug: Fix spelling mistake "Messanger" -> "Messenger"
      HID: intel-thc-hid: Fix spelling mistake "intput" -> "input"

Daniil Dulov (1):
      HID: appleir: Fix potential NULL dereference at raw event handle

Even Xu (1):
      HID: Intel-thc-hid: Intel-quickspi: Correct device state after S4

Ryan McClelland (1):
      HID: nintendo: fix gencon button events map

Stuart Hayhurst (1):
      HID: corsair-void: Update power supply values with a unified work handler

Vicki Pfau (1):
      HID: hid-steam: Fix use-after-free when detaching device

Wentao Guan (1):
      HID: i2c-hid: improve i2c_hid_get_report error message

Yu-Chun Lin (1):
      HID: google: fix unused variable warning under !CONFIG_ACPI

Zhang Lixu (2):
      HID: intel-ish-hid: Fix use-after-free issue in hid_ishtp_cl_remove()
      HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove()

 drivers/hid/hid-apple.c                            | 11 +--
 drivers/hid/hid-appleir.c                          |  2 +-
 drivers/hid/hid-corsair-void.c                     | 83 +++++++++++-----------
 drivers/hid/hid-debug.c                            |  2 +-
 drivers/hid/hid-google-hammer.c                    |  2 +
 drivers/hid/hid-nintendo.c                         | 14 ++--
 drivers/hid/hid-steam.c                            |  2 +-
 drivers/hid/i2c-hid/i2c-hid-core.c                 |  2 +-
 drivers/hid/intel-ish-hid/ishtp-hid-client.c       |  2 +-
 drivers/hid/intel-ish-hid/ishtp-hid.c              |  4 +-
 .../intel-thc-hid/intel-quickspi/pci-quickspi.c    |  2 +
 .../intel-quickspi/quickspi-protocol.c             |  2 +-
 12 files changed, 70 insertions(+), 58 deletions(-)

-- 
Jiri Kosina
SUSE Labs


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

end of thread, other threads:[~2025-03-05 17:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10  8:10 [GIT PULL] HID fixes for 6.14 Jiri Kosina
2025-02-10 21:28 ` pr-tracker-bot
2025-03-05 13:43 Jiri Kosina
2025-03-05 17:55 ` 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

all inboxes | Powered by JetHome®