Commit 6485cf5ea253 for kernel

commit 6485cf5ea253d40d507cd71253c9568c5470cd27
Merge: 8e929cb546ee 2934b12281ab
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sun Oct 13 16:35:20 2024 -0700

    Merge tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid

    Pull HID fixes from Jiri Kosina:

     - fix for memory corruption regression in amd_sfh driver (Basavaraj
       Natikar)

     - fix for mis-reporting of BTN_TOOL_PEN and BTN_TOOL_RUBBER for AES
       sensors tools in Wacom driver (Jason Gerecke)

     - fix for unitialized variable use in intel-ish-hid driver
       (SurajSonawane2415)

     - a few device-specific quirks / device ID additions

    * tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:
      HID: wacom: Hardcode (non-inverted) AES pens as BTN_TOOL_PEN
      HID: amd_sfh: Switch to device-managed dmam_alloc_coherent()
      HID: multitouch: Add quirk for HONOR MagicBook Art 14 touchpad
      HID: multitouch: Add support for B2402FVA track point
      HID: plantronics: Workaround for an unexcepted opposite volume key
      hid: intel-ish-hid: Fix uninitialized variable 'rv' in ish_fw_xfer_direct_dma