<?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>986c24e0fe44f844b44d365b71ce831947f50298 - Merge tag &apos;hid-for-linus-2026090401&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#986c24e0fe44f844b44d365b71ce831947f50298</link>
        <description>Merge tag &apos;hid-for-linus-2026090401&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidPull HID fixes from Benjamin Tissoires: - hid-hyperv build fixes on certain configs (Jiri Kosina) - HID-BPF fix and selftests now that the bpf verifier is more   restrictive (Benjamin Tissoires) - Some AI detected fixes for OOB, errors and validation (Ibrahim   Hashimov, Shen Yongchao, Wei Jie Law) - various device fixes (Dave Carey and Vadim Klishko)* tag &apos;hid-for-linus-2026090401&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid:  HID: bpf: serialize device reference release in struct_ops destroy path  HID: rmi: fix OOB access with undersized RMI reports  selftests/hid: prepare test_rdesc_fixup_get_data_overflow for the new verifier  selftests/hid: Add a test to ensure we can write fields in hid_device  HID: bpf: mark struct hid_device as safe BPF pointer  HID: wacom: validate report length in wacom_intuos_pro2_bt_irq  HID: multitouch: Fix stale MT slots when contact count drops to zero  HID: i2c-hid: Add a quirk for a Cirque I2C device.  HID: hyperv: make pointer arithmetics understandable for FORTIFY_SOURCE  HID: hyperv: fix build breakage with certain configs

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Fri, 04 Sep 2026 18:25:38 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>445fcd33c501be4be41806715f5b7ec80200f9f7 - HID: hyperv: fix build breakage with certain configs</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#445fcd33c501be4be41806715f5b7ec80200f9f7</link>
        <description>HID: hyperv: fix build breakage with certain configsIf CONFIG_HID_HYPERV is built-in (=y) while CONFIG_KUNIT is built as a module(=m), the linker fails to resolve kunit_mem_assert_format when creatingvmlinux.Fix the dependencies in Kconfig.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202608190536.d9qCkWWc-lkp@intel.com/Fixes: 83df7b5fa6735b5084ecd2 (&quot;HID: hyperv: add KUnit coverage for device info bounds&quot;)Acked-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Fri, 21 Aug 2026 11:29:51 +0200</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>b2128290c29902315e632ea59e0504d6bc9e9b42 - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmerge</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#b2128290c29902315e632ea59e0504d6bc9e9b42</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-backmergeBackmerge of drm-next, mainly to pick up dt bindings docs updates toavoid conflicts.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Sat, 18 Jul 2026 17:06:55 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>637315cb400eed1dbe721954fea437a61a2d65b2 - Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/hid/Kconfig#637315cb400eed1dbe721954fea437a61a2d65b2</link>
        <description>Merge tag &apos;kvm-riscv-7.3-1&apos; of https://github.com/kvm-riscv/linux into HEADKVM/riscv changes for 7.3- Svadu/Zicfiss/Zicfilp FWFT support for Guest- Use try_cmpxchg for IMSIC MRIF RMW- More arch-specific tracepoints in KVM RISC-V- Eager Page Splitting for KVM RISC-V- Optimize hfence request handling for SMP Guests- Improve dirty log clearing by skipping zero bits in mask- Guard HFENCE range loops against overflow- CPU PM notifiers in KVM RISC-V for non-retentive idle states- Fix kernel-mode vector context save/restore for Guest

            List of files:
            /linux/drivers/hid/Kconfig</description>
        <pubDate>Tue, 18 Aug 2026 13:07:31 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<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>
</channel>
</rss>
