mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 16:57:18 +00:00
unifying: Manually set the HID++ version for runtime devices
This commit is contained in:
parent
653119fef8
commit
e97c5eb013
@ -158,6 +158,9 @@ lu_device_runtime_open (LuDevice *device, GError **error)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* this only exists with the original HID++1.0 version */
|
||||
lu_device_set_hidpp_version (device, 1);
|
||||
|
||||
/* we can flash this */
|
||||
lu_device_add_flag (device, LU_DEVICE_FLAG_CAN_FLASH);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user