]> git.proxmox.com Git - fwupd.git/commit
trivial: logitech-hidpp: move the check for CONFIG_HIDRAW into probe
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 13 Feb 2023 16:34:40 +0000 (10:34 -0600)
committerMario Limonciello <mario.limonciello@amd.com>
Thu, 23 Feb 2023 19:04:12 +0000 (13:04 -0600)
commit3920c9db6f39878babaf9397d31d4053d8743d4a
tree9811f962c64a9928733e86b6ce40b640e7c9d139
parentd011a7d6ba0d782363c7e8c010912bd7157c5d58
trivial: logitech-hidpp: move the check for CONFIG_HIDRAW into probe

The kernel should have loaded hidraw support by the time that we probe
a device.  This fixes logitech devices not showing up after startup
if they weren't plugged in initially.

Fixes: #5525
plugins/logitech-hidpp/fu-logitech-hidpp-device.c
plugins/logitech-hidpp/fu-logitech-hidpp-plugin.c