mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 16:44:26 +00:00
unifying: Don't read a register we don't use
It seems other firmware versions are affected too.
This commit is contained in:
parent
555c634a92
commit
e1e9fa99b4
@ -114,7 +114,7 @@ lu_device_runtime_open (LuDevice *device, GError **error)
|
||||
|
||||
/* workaround a bug in the 12.01 firmware, which fails with
|
||||
* INVALID_VALUE when reading MCU1_HW_VERSION */
|
||||
if (version_bl_major == 0x01 && i == 0x03)
|
||||
if (i == 0x03)
|
||||
continue;
|
||||
|
||||
msg->report_id = HIDPP_REPORT_ID_SHORT;
|
||||
|
Loading…
Reference in New Issue
Block a user