diff --git a/plugins/logitech-hidpp/fu-logitech-hidpp-device.c b/plugins/logitech-hidpp/fu-logitech-hidpp-device.c index 13c2f95ec..fce1b5ca3 100644 --- a/plugins/logitech-hidpp/fu-logitech-hidpp-device.c +++ b/plugins/logitech-hidpp/fu-logitech-hidpp-device.c @@ -1239,7 +1239,7 @@ fu_logitech_hidpp_device_attach(FuLogitechHidPpDevice *self, } /* reboot back into firmware mode */ - msg->report_id = HIDPP_REPORT_ID_SHORT; + msg->report_id = HIDPP_REPORT_ID_LONG; msg->device_id = priv->device_idx; msg->sub_id = idx; msg->function_id = 0x05 << 4; /* restart */