<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>efe86f088f48f18c27b648e5724048947f3b7fb4 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#efe86f088f48f18c27b648e5724048947f3b7fb4</link>
        <description>Merge drm/drm-next into drm-xe-nextSync some i915/display changesSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 15:40:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6d177908bad5992e17669030db41caab88041d5e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#6d177908bad5992e17669030db41caab88041d5e</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 14:55:43 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#827b9aabd3ea3e96d5e48abed9f44dbd1e550d4e</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get drm-misc-next to v7.2-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 30 Jun 2026 10:16:00 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7dd19adaaac9a161723a24de7c270861063ec6ac - Merge tag &apos;v7.2-rc1&apos; into drm-rust-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#7dd19adaaac9a161723a24de7c270861063ec6ac</link>
        <description>Merge tag &apos;v7.2-rc1&apos; into drm-rust-nextMerge v7.2-rc1 into drm-rust-next to start the next cycle.Devres now requires T: &apos;static, which conflicts with shmem::Object usingDevres&lt;SGTableMap&lt;T, C&gt;&gt; without that bound. Resolve by adding &apos;staticas a supertrait to DriverObject and DeviceContext, which does notrestrict any current use cases since DriverObject is always implementedon owned, refcounted types and DeviceContext is a sealed marker traitwith only unit-type implementors.If DriverObject (or DeviceContext) ever becomes lifetime-parameterized(e.g. via a GAT for TTM backed objects), the &apos;static supertrait can berelaxed at that point.Signed-off-by: Danilo Krummrich &lt;dakr@kernel.org&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Sun, 28 Jun 2026 22:39:43 +0200</pubDate>
        <dc:creator>Danilo Krummrich &lt;dakr@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a93f3bf4e1d60777b1659b812c9e818cfc53b449 - Merge tag &apos;hid-for-linus-2026081901&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#a93f3bf4e1d60777b1659b812c9e818cfc53b449</link>
        <description>Merge tag &apos;hid-for-linus-2026081901&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidPull HID updates from Jiri Kosina: &quot;Core:   - fix long-standing force-feedback initialization race across the     subsystem (Dmitry Torokhov)   - switch to system_dfl_wq (Marco Crivellari)  AMD-SFH:   - support for tablet-mode switch for AMD SFH-based systems (Basavaraj     Natikar)  HyperX:   - support for HyperX QuadCast 2 (Benjamin Blume)  I2C-HID:   - support for devices that provide HID descriptor solely through     the ACPI _DSM method (XIE Zhibang)  Intel-THC-HID:   - support for full I2C bus config parameters (Even Xu)  Logitech:   - HID++ 2.0 repogrammable button support (Elliot Douglas)   - Bolt receiver support for HID++ devices (Erik H&#229;kansson)  MSI:   - support for MSI Claw (Derek J. Clark)  Steam:   - initial support for 2026 Steam Controller (Vicki Pfau)   - support for sensor events on the 2025 Steam Controller (Vicki Pfau)  And many, many other fixes for various long standing issues that were  found by new modern tools, and quite a few device ID additions&quot;* tag &apos;hid-for-linus-2026081901&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (146 commits)  HID: tmff: Use 64-bit arithmetic for force feedback scaling  HID: multitouch: reclassify HTIX5288 to WIN_8_FORCE_MULTI_INPUT_NSMU  HID: sensor: custom: Fix field sysfs group cleanup on failure  HID: sensor: custom: Fix use-after-free in enable_sensor  HID: intel-thc-hid: intel-quickspi: bound GET_REPORT response to the caller buffer  HID: haptic: don&apos;t write an uninitialized value to unhandled usages  HID: intel-thc-hid: intel-quickspi: fix autosuspend cleanup during teardown  HID: intel-thc-hid: intel-quicki2c: fix autosuspend cleanup during teardown  HID: steam: Zero out inputs when disabling gamepad mode  HID: steam: Clean up locking  HID: steam: Don&apos;t set feature reports when disconnecting  HID: steam: Fix wording of connect/disconnect logs  HID: steam: Initial 2026 Steam Controller support  HID: steam: Refactor registration  HID: logitech: add Bolt receiver support for Logitech HID++ devices  HID: sensor-hub: Fix out-of-bounds write in sensor_hub_get_feature  HID: universal-pidff: stop the device when force-feedback init fails  HID: haptic: move FF initialization into .input_configured()  HID: logitech-hidpp: move FF initialization to .input_configured()  HID: megaworld: move FF initialization to .input_configured()  ...

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 19:00:31 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2b6e857455af0b98f1f2b99c044d1a8934f73f36 - Merge branch &apos;for-7.3/hyperx&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#2b6e857455af0b98f1f2b99c044d1a8934f73f36</link>
        <description>Merge branch &apos;for-7.3/hyperx&apos; into for-linus- support for HyperX QuadCast 2 (Benjamin Blume)

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 09:24:50 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>310b6aff4faa66ed6f9f0ab0488cc01fcec5d624 - Merge branch &apos;for-7.3/msi&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#310b6aff4faa66ed6f9f0ab0488cc01fcec5d624</link>
        <description>Merge branch &apos;for-7.3/msi&apos; into for-linus- support for MSI Claw (Derek J. Clark)

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 09:21:17 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>5c4364ae1caa9a857fe7cf5d98ee0d867dc9839f - Merge branch &apos;for-7.3/roccat&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#5c4364ae1caa9a857fe7cf5d98ee0d867dc9839f</link>
        <description>Merge branch &apos;for-7.3/roccat&apos; into for-linus- memory management fix on device cleanup path (Xu Rao)- profile index handling fix (Michael Bommarito)

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Wed, 19 Aug 2026 09:18:43 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>0eaed89c18aeedf0898baf2dbf5ff027c6795152 - Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#0eaed89c18aeedf0898baf2dbf5ff027c6795152</link>
        <description>Merge tag &apos;timers-v7.3-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/daniel.lezcano/linux into timers/clocksource  - Use designated initializers for sh_mtu2, sh_cmt, and sh_tmu, and    drop the unused initializer in the platform_device_id table for    sh_mtu2 (Uwe Kleine-K&#246;nig)  - Remove redundant dev_err()/dev_err_probe() messages when    devm_request_*_irq() fails, as the helper already logs an error    message (Pan Chuang)  - Fix a boot hang on Allwinner D1 when a forced minimum delta is used    with the sun4i timer (Felix Yan)  - Fix an IRQ leak in the cpuhp_setup_state() error path by freeing the    IRQ on failure in the NXP PIT driver (WenTao Liang)  - Fix incorrect unmapping of shared MMIO between the clocksource and    clockevent drivers. If one of them fails to initialize, the error    path unmaps the shared MMIO region, leaving the other driver with an    invalid mapping on clps711x (Guangshuo Li)  - Make the samsung_pwm driver compatible with PREEMPT_RT by replacing    regular spinlocks with raw_spinlock_t in atomic contexts (Marek    Szyprowski)  - Use __raw_readl() and __raw_writel() instead of ioread32() and    iowrite32() to support SWAP_IO_SPACE in the rtl-otto driver (Rustam    Adilov)  - Fix a missing clk_disable_unprepare() call in the timer    initialization error path of the Armada driver (Yuho Choi)Link: https://lore.kernel.org/lkml/75feea31-683d-45a1-87f4-ab045e0152ae@oss.qualcomm.com

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Mon, 17 Aug 2026 10:29:52 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b4d85f863e5a6f1fa01b186001af0f68f4f5239e - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#b4d85f863e5a6f1fa01b186001af0f68f4f5239e</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.3 merge window.

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Sat, 15 Aug 2026 06:26:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a9517958e828429ffd88558a8dae80f49f8cfbea - HID: hid-msi: Add MSI Claw configuration driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#a9517958e828429ffd88558a8dae80f49f8cfbea</link>
        <description>HID: hid-msi: Add MSI Claw configuration driverAdds configuration HID driver for the MSI Claw series of handheld PC&apos;s.In this initial patch add the initial driver outline and attributes forchanging the gamepad mode, M-key behavior, and add a WO reset function.Sending the SWITCH_MODE and RESET commands causes a USB disconnect inthe device. The completion will therefore never get hit and would triggeran -EIO. To avoid showing the user an error for every write to theseattrs a bypass for the completion handling is introduced when timeout ==0.The initial version of this patch was written by Denis Benato, whichcontained the initial reverse-engineering and implementation for thegamepad mode switching. This work was later expanded by Zhouwang Huangto include more gamepad modes. Finally, I refactored the drivers datain/out flow and overall format to conform to kernel driver bestpractices and style guides. Claude was used as an initial reviewer ofthis patch.Assisted-by: Claude:claude-sonnet-4-6Co-developed-by: Denis Benato &lt;denis.benato@linux.dev&gt;Signed-off-by: Denis Benato &lt;denis.benato@linux.dev&gt;Co-developed-by: Zhouwang Huang &lt;honjow311@gmail.com&gt;Signed-off-by: Zhouwang Huang &lt;honjow311@gmail.com&gt;Signed-off-by: Derek J. Clark &lt;derekjohn.clark@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Mon, 20 Jul 2026 05:15:46 +0200</pubDate>
        <dc:creator>Derek J. Clark &lt;derekjohn.clark@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>663870a84c1734b2817f51d93c0e61f1dc1c5f1e - HID: hyperx: add driver for the HyperX QuadCast 2 mute button</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#663870a84c1734b2817f51d93c0e61f1dc1c5f1e</link>
        <description>HID: hyperx: add driver for the HyperX QuadCast 2 mute buttonThe tap-to-mute button of the HyperX QuadCast 2 (03f0:07b4) is handledentirely in the device firmware.  The firmware gates the audio internallybut never sends the Telephony &quot;Phone Mute&quot; usage (0x2f) that its own reportdescriptor advertises, and it does not touch the UAC feature unit either.Consequently neither an evdev key event nor an ALSA mixer change is evergenerated, and userspace has no way to learn that the microphone was muted:desktops keep showing the microphone as live, and conferencing applicationskeep displaying an unmuted microphone while transmitting silence.The mute state is reported through a vendor-defined collection instead:  06 c0 ff        Usage Page (Vendor-Defined 0xFFC0)  a1 01           Collection (Application)  06 c1 ff          Usage Page (Vendor-Defined 0xFFC1)  85 77             Report ID (0x77)  09 f0             Usage (0xF0)  75 08  95 3f      Report Size (8), Report Count (63)  81 02             Input (Data,Var,Abs)Pressing the button emits a 64-byte report on that collection:  77 06 00 00 ...   microphone unmuted  77 06 01 00 ...   microphone mutedwhere byte 1 identifies the mute event and byte 2 carries the resultingstate.  As the payload is an opaque vendor blob carrying no HID usages,hid-input cannot map it and a hwdb entry cannot express it either.Add a driver that decodes the report and emits KEY_MICMUTE, which makes thebutton behave like any other microphone mute key.Note that the device reports the resulting absolute state, whereasKEY_MICMUTE is a momentary key that userspace acts on as a toggle, so thedriver emits one keypress per state change.Tested on a HyperX QuadCast 2 (03f0:07b4).Signed-off-by: Benjamin Blume &lt;benjaminblume@posteo.de&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Mon, 13 Jul 2026 14:42:13 +0200</pubDate>
        <dc:creator>Benjamin Blume &lt;benjaminblume@posteo.de&gt;</dc:creator>
    </item>
<item>
        <title>83df7b5fa6735b5084ecd296a0f67208650ba497 - HID: hyperv: add KUnit coverage for device info bounds</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#83df7b5fa6735b5084ecd296a0f67208650ba497</link>
        <description>HID: hyperv: add KUnit coverage for device info boundsAdd KUnit coverage for Hyper-V synthetic HID initial device-info parsing.The tests cover zero bLength, a valid descriptor plus report descriptor,and a malformed report descriptor length that exceeds the receivedmessage.The same-translation-unit test uses a KUnit-only ACK bypass so parsercoverage does not require a live VMBus channel.Assisted-by: Codex:gpt-5-5-xhighSigned-off-by: Michael Bommarito &lt;michael.bommarito@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Fri, 10 Jul 2026 04:28:54 +0200</pubDate>
        <dc:creator>Michael Bommarito &lt;michael.bommarito@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b57af2448268c30c25509a832b6ff6dc27176b28 - HID: rapoo: fix missing hid_is_usb() check</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#b57af2448268c30c25509a832b6ff6dc27176b28</link>
        <description>HID: rapoo: fix missing hid_is_usb() checkto_usb_interface() can only be used on a hid_device whose parent is reallyUSB; uhid can create devices that identify as being on BUS_USB, but don&apos;tactually have a USB parent.Fix the use of to_usb_interface() without a hid_is_usb() check.Add a dependency on USB_HID for hid_is_usb(), as other HID drivers do; thealternative would be to provide a simple stub implementation on !USB_HIDbuilds.I have verified that it is currently possible to trigger a kernel splat dueto this bug in an ASAN build, and that this commit fixes the issue.Fixes: b3b1c68fb726 (&quot;HID: rapoo: Add support for side buttons on RAPOO 0x2015 mouse&quot;)Cc: stable@vger.kernel.orgSigned-off-by: Jann Horn &lt;jannh@google.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Fri, 03 Jul 2026 17:45:54 +0200</pubDate>
        <dc:creator>Jann Horn &lt;jannh@google.com&gt;</dc:creator>
    </item>
<item>
        <title>76904fccf81936c084faebc73ac72c0919a42941 - Merge tag &apos;v7.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#76904fccf81936c084faebc73ac72c0919a42941</link>
        <description>Merge tag &apos;v7.2-rc3&apos; into nextSync up with mainline to pull in stable fixes to avoid merge conflicts.

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 14 Jul 2026 04:06:00 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7a5f1acd06e5d195cf0934b68256536e5404ef47 - HID: roccat: add KUnit test for kone profile-index bounds</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#7a5f1acd06e5d195cf0934b68256536e5404ef47</link>
        <description>HID: roccat: add KUnit test for kone profile-index boundsDrive kone_keep_values_up_to_date() with a crafted switch-profile event;an out-of-range value reads past profiles[] (KASAN slab-out-of-bounds onan unpatched tree). A benign control with an in-range value exercises thesame path. The test object is sized to end at profiles[] so the over-readlands in the KASAN redzone.Assisted-by: Claude:claude-opus-4-8Signed-off-by: Michael Bommarito &lt;michael.bommarito@gmail.com&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Thu, 18 Jun 2026 05:00:36 +0200</pubDate>
        <dc:creator>Michael Bommarito &lt;michael.bommarito@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00599d4841790d05401820a96cf7edb193888b00 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#00599d4841790d05401820a96cf7edb193888b00</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesPull in tag v7.2-rc1 so that drm-misc-fixes becomes useful again,and drm-misc-next-fixes can be closed.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Mon, 29 Jun 2026 17:58:00 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>7a0e692a0381254b2f77c54dec100cd3325a6fdf - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#7a0e692a0381254b2f77c54dec100cd3325a6fdf</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.2 merge window.

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 23 Jun 2026 08:10:08 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9611c0ce215a66770ccbe5c126bf57ba8c31bcad - Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-current</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#9611c0ce215a66770ccbe5c126bf57ba8c31bcad</link>
        <description>Merge commit &apos;6beaec3aee9852438b89e4d7891caf5e84d45851&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into gpio/for-currentThis pulls in the merge commit for MFD updates for v7.2. The PR containsa build-time dependency of one of the GPIO commits that will follow.

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Fri, 19 Jun 2026 10:50:17 +0200</pubDate>
        <dc:creator>Bartosz Golaszewski &lt;bartosz.golaszewski@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>b7556c8e713c88596046a906c7c4385218d44736 - Merge tag &apos;hid-for-linus-2026061601&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#b7556c8e713c88596046a906c7c4385218d44736</link>
        <description>Merge tag &apos;hid-for-linus-2026061601&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidPull HID updates from Jiri Kosina: &quot;Core:   - semantic cleanup fixes for &apos;hid_device_id::driver_data&apos; (Pawel     Zalewski)  Multitouch:   - UX improvement fixes for Yoga Book 9 (Dave Carey)  Logitech:   - fix for high resolution scrolling for Logitech HID++ 2.0 devices     (Lauri Saurus)  CP2112:   - fix for cp2112 firmware-based speed configuration, if available     (Danny Kaehn)  Wacom:   - memory corruption and scheduling while atomic and error fixes and     error handling fixes (Jinmo Yang, Myeonghun Pak)  New device support:   - OneXPlayer (Derek J. Clark)   - HORI Wireless Switch Pad (Hector Zelaya)   - Rakk Dasig X (Karl Cayme)  And other assorted small fixes and device ID additions&quot;* tag &apos;hid-for-linus-2026061601&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (39 commits)  HID: hidpp: fix potential UAF in hidpp_connect_event()  HID: logitech-hidpp: sync wheel multiplier on wheel mode changes  HID: intel-thc-hid: intel-quickspi: reset touch IC on system resume  HID: uhid: convert to hid_safe_input_report()  HID: hid-goodix-spi: validate report size to prevent stack buffer overflow  HID: nintendo: add support for HORI Wireless Switch Pad  HID: multitouch: Honor ContactCount for Yoga Book 9 to suppress ghost contacts  HID: pidff: Use correct effect type in effect update  HID: wacom: stop hardware after post-start probe failures  HID: core: demote warning to debug level  HID: lenovo: Use KEY_PERFORMANCE capability for ThinkPad X12 Tab Gen 2  HID: lenovo: Add support for ThinkPad X13 Folio keyboard  HID: cp2112: Configure I2C bus speed from firmware  HID: cp2112: Add fwnode support  HID: hid-lenovo-go: cancel cfg_setup work in hid_go_cfg_remove()  HID: Input: Add battery list cleanup with devm action  HID: logitech-hidpp: remove excess kernel-doc member in hidpp_scroll_counter  HID: wacom: use cleanup.h for wacom_wac_queue_flush() buffer management  HID: wacom: use GFP_ATOMIC in wacom_wac_queue_flush()  HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert  ...

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Thu, 18 Jun 2026 23:20:39 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
</channel>
</rss>
