unifying: Manually set the HID++ version for runtime devices

This commit is contained in:
Richard Hughes 2017-06-28 11:54:51 +01:00
parent 653119fef8
commit e97c5eb013

View File

@ -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);