mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-30 22:42:25 +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;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* this only exists with the original HID++1.0 version */
|
||||||
|
lu_device_set_hidpp_version (device, 1);
|
||||||
|
|
||||||
/* we can flash this */
|
/* we can flash this */
|
||||||
lu_device_add_flag (device, LU_DEVICE_FLAG_CAN_FLASH);
|
lu_device_add_flag (device, LU_DEVICE_FLAG_CAN_FLASH);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user