This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f0b9d8eb98df Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/li [...] new 830988b6cf19 ALSA: ac97: fix a double free in snd_ac97_controller_register() new e340663bbf2a ALSA: hda/tas2781: properly initialize speaker_id for TAS2563 new e4ca5ecc3c41 ASoC: Intel: sof_sdw: shift SSP BT mask bits. new a0c8ee09f94b ASoC: SOF: Intel: add -bt tplg suffix if BT is present new 97af54473f2a ASoC: codecs: pm4125: clean up bind() device reference handling new 6c11aa2b4cf7 ASoC: sun4i-spdif: Add missing kerneldoc fields for sun4i_ [...] new 54fa71f5f965 ASoC: codecs: pm4125: drop bogus container_of() error handling new 61a50d6f58b4 ASoC: codecs: wcd937x: drop bogus container_of() error handling new 870b10f61d52 ASoC: soc_sdw_utils: drop bogus container_of() error handling new 3572ad82201b ASoC: drop bogus container_of() error handling new 64d4fe6a4b21 Merge tag 'asoc-fix-v6.19-rc3' of https://git.kernel.org/p [...] new 9be25402d852 ALSA: hda/realtek: Add quirk for Acer Nitro AN517-55 new 9ed7a28225af ALSA: hda/realtek: add HP Laptop 15s-eq1xxx mute LED quirk new 108b661c7911 Merge tag 'sound-6.19-rc5' of git://git.kernel.org/pub/scm [...] new f28beb69c515 HID: usbhid: paper over wrong bNumDescriptor field new e9143268d259 HID: playstation: Center initial joystick axes to prevent [...] new 0e13150c1a13 HID: Intel-thc-hid: Intel-thc: fix dma_unmap_sg() nents value new daeed86b6868 HID: intel-ish-hid: Update ishtp bus match to support devi [...] new 56e230723e3a HID: intel-ish-hid: Reset enum_devices_done before enumeration new ff3f234ff1dc HID: multitouch: add MT_QUIRK_STICKY_FINGERS to MT_CLS_VTL new f39006965dd3 HID: Intel-thc-hid: Intel-thc: Fix wrong register reading new b7666c891cc7 HID: bpf: fix bpf compilation with -fms-extensions new e03fb369b083 selftests/hid: fix bpf compilations due to -fms-extensions new dd76788f9ec4 hid: intel-thc-hid: Select SGL_ALLOC new a9a917998d17 HID: Intel-thc-hid: Intel-thc: Add safety check for readin [...] new c06bc3557542 HID: quirks: Add another Chicony HP 5MP Cameras to hid_ign [...] new 2b29a90131bb HID: multitouch: set INPUT_PROP_PRESSUREPAD based on Digit [...] new 1d6628f7f279 selftests/hid: require hidtools 0.12 new 4f36fdab084f selftests/hid: use a enum class for the different button types new f287ba5951a4 selftests/hid: add a test for the Digitizer/Button Type pr [...] new 2497ff38c530 HID: i2c-hid: fix potential buffer overflow in i2c_hid_get [...] new 85a866809333 HID: Apply quirk HID_QUIRK_ALWAYS_POLL to Edifier QR30 (2d [...] new c7fabe4ad921 HID: quirks: work around VID/PID conflict for appledisplay new 12adb969658e HID: Elecom: Add support for ELECOM M-XT3DRBK (018C) new d7f6629bffdc HID: logitech: add HID++ support for Logitech MX Anywhere 3S new 79b95d74470d Merge tag 'hid-for-linus-2026010801' of git://git.kernel.o [...]
The 36 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/hid/bpf/progs/Makefile | 6 ++- drivers/hid/hid-elecom.c | 15 +++++- drivers/hid/hid-ids.h | 7 ++- drivers/hid/hid-logitech-hidpp.c | 2 + drivers/hid/hid-multitouch.c | 13 ++++- drivers/hid/hid-playstation.c | 5 ++ drivers/hid/hid-quirks.c | 14 ++++- drivers/hid/i2c-hid/i2c-hid-core.c | 1 + drivers/hid/intel-ish-hid/ishtp-hid-client.c | 1 + drivers/hid/intel-ish-hid/ishtp/bus.c | 12 ++++- drivers/hid/intel-thc-hid/Kconfig | 1 + .../hid/intel-thc-hid/intel-thc/intel-thc-dev.c | 4 +- .../hid/intel-thc-hid/intel-thc/intel-thc-dma.c | 9 +++- .../hid/intel-thc-hid/intel-thc/intel-thc-dma.h | 2 + drivers/hid/usbhid/hid-core.c | 17 +++++- sound/ac97/bus.c | 10 ++-- sound/hda/codecs/realtek/alc269.c | 2 + sound/hda/codecs/side-codecs/tas2781_hda_i2c.c | 4 +- sound/soc/codecs/pm4125.c | 17 +----- sound/soc/codecs/wcd937x.c | 5 -- sound/soc/intel/boards/sof_sdw_common.h | 6 +-- sound/soc/sdw_utils/soc_sdw_utils.c | 4 -- sound/soc/sof/intel/hda.c | 14 ++++- sound/soc/sunxi/sun4i-spdif.c | 2 + tools/testing/selftests/hid/Makefile | 2 + tools/testing/selftests/hid/tests/conftest.py | 14 +++++ .../testing/selftests/hid/tests/test_multitouch.py | 61 +++++++++++++++++----- 27 files changed, 190 insertions(+), 60 deletions(-)