[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <nycvar.YFH.7.76.2403132132240.20263@cbobk.fhfr.pm>
Date: Wed, 13 Mar 2024 21:37:37 +0100 (CET)
From: Jiri Kosina <jikos@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: Benjamin Tissoires <benjamin.tissoires@...hat.com>,
linux-kernel@...r.kernel.org
Subject: [GIT PULL] HID for 6.9 merge window
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git tags/hid-for-linus-2024031301
to receive HID subsystem queue for 6.9 merge window.
=====
- support for the following Bluetooth devices from Samsung (Sandeep C S):
Samsung wireless Keyboard
Samsung wireless GamePad
Samsung Wireless Action Mouse
Samsung Wireless Book Cover
Samsung Wireless Universal Keyboard
Samsung Wireless HOGP Keyboard
- second version of code for applying proper quirk depending on firmware
version for lenovo/cptkbd (Mikhail Khvainitski)
- lenovo/cptkbd firmware-dependent quirk (Mikhail Khvainitski)
- assorted fixes and optimizations for amd-sfh (Basavaraj Natikar)
- dead code and dead data structures removal (Jiri Slaby, Jiapeng Chong)
=====
----------------------------------------------------------------
Basavaraj Natikar (6):
HID: amd_sfh: Increase sensor command timeout
HID: amd_sfh: Update HPD sensor structure elements
HID: amd_sfh: Avoid disabling the interrupt
HID: amd_sfh: Improve boot time when SFH is available
HID: amd_sfh: Extend MP2 register access to SFH
HID: amd_sfh: Set the AMD SFH driver to depend on x86
Dmitry Torokhov (1):
HID: input: avoid polling stylus battery on Chromebook Pompom
Even Xu (1):
HID: intel-ish-hid: ipc: Add Arrow Lake PCI device ID
Jiapeng Chong (2):
HID: nintendo: Remove some unused functions
HID: nintendo: Remove some unused functions
Jiri Slaby (SUSE) (7):
HID: apple: remove unused members from struct apple_sc_backlight
HID: wacom: remove unused hid_data::pressure
HID: protect hid_device::bpf by CONFIG_HID_BPF
HID: hid-lg3ff: remove unused struct lg3ff_device
HID: hid-multitouch: remove unused mt_application::dev_time
HID: hid-prodikeys: remove unused struct pcmidi_snd members
HID: hid-prodikeys: remove struct pk_device
Mikhail Khvainitski (1):
HID: lenovo: Add middleclick_workaround sysfs knob for cptkbd
Sandeep C S (6):
HID: samsung: Broaden device compatibility in samsung driver
HID: samsung: Rewrite rdesc checking code using memcmp()
HID: samsung: Add Samsung wireless keyboard support
HID: samsung: Add Samsung wireless gamepad support
HID: samsung: Add Samsung wireless action mouse support
HID: samsung: Add Samsung wireless bookcover and universal keyboard support
Tatsunosuke Tobita (1):
HID: wacom: Clean up use of struct->wacom_wac
drivers/hid/amd-sfh-hid/Kconfig | 1 +
drivers/hid/amd-sfh-hid/amd_sfh_common.h | 16 +
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 118 +++++-
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 6 +-
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_desc.c | 2 +-
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_init.c | 4 +-
drivers/hid/amd-sfh-hid/sfh1_1/amd_sfh_interface.c | 10 +-
drivers/hid/hid-apple.c | 1 -
drivers/hid/hid-ids.h | 8 +
drivers/hid/hid-input.c | 2 +
drivers/hid/hid-lenovo.c | 57 ++-
drivers/hid/hid-lg3ff.c | 4 -
drivers/hid/hid-multitouch.c | 1 -
drivers/hid/hid-nintendo.c | 22 --
drivers/hid/hid-prodikeys.c | 115 ++----
drivers/hid/hid-samsung.c | 437 +++++++++++++++++++--
drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 +
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 +
drivers/hid/wacom_wac.c | 8 +-
drivers/hid/wacom_wac.h | 1 -
include/linux/hid.h | 4 +-
21 files changed, 623 insertions(+), 196 deletions(-)
--
Jiri Kosina
SUSE Labs
Powered by blists - more mailing lists