]> git.hungrycats.org Git - linux/commitdiff
HID: asus: fix missing hid_is_usb() check
authorJann Horn <jannh@google.com>
Fri, 3 Jul 2026 15:45:52 +0000 (17:45 +0200)
committerJiri Kosina <jkosina@suse.com>
Mon, 3 Aug 2026 18:42:07 +0000 (20:42 +0200)
to_usb_interface() can only be used on a hid_device whose parent is really
USB; uhid can create devices that identify as being on BUS_USB, but don't
actually have a USB parent.
Fix the use of to_usb_interface() without a hid_is_usb() check.

I have verified that it is currently possible to trigger a kernel splat due
to this bug in an ASAN build, and that this commit fixes the issue.

Fixes: 00e005c952f7 ("hid-asus: check ROG Ally MCU version and warn")
Cc: stable@vger.kernel.org
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
drivers/hid/hid-asus.c

index 3a3de999514c995d908ae1a1b3fcd5fb35996f8e..f6e882a1cee6e24f4e631ffd5827b612e08d32aa 100644 (file)
@@ -950,7 +950,7 @@ static int asus_kbd_register_leds(struct hid_device *hdev)
                        return ret;
        }
 
-       if (drvdata->quirks & QUIRK_ROG_ALLY_XPAD) {
+       if ((drvdata->quirks & QUIRK_ROG_ALLY_XPAD) && hid_is_usb(hdev)) {
                intf = to_usb_interface(hdev->dev.parent);
                udev = interface_to_usbdev(intf);
                validate_mcu_fw_version(hdev,