mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 00:38:29 +00:00
parent
58102313bc
commit
d5b7206a3a
@ -30,7 +30,7 @@
|
||||
|
||||
#define GENESYS_SCALER_INFO 0xA4
|
||||
|
||||
#define GENESYS_SCALER_USB_TIMEOUT 5000 /* ms */
|
||||
#define GENESYS_SCALER_USB_TIMEOUT 5000 /* 5s */
|
||||
|
||||
/**
|
||||
* FU_SCALER_FLAG_PAUSE_R2_CPU:
|
||||
@ -1953,7 +1953,7 @@ fu_genesys_scaler_device_init(FuGenesysScalerDevice *self)
|
||||
fu_device_set_vendor(FU_DEVICE(self), "MStar Semiconductor");
|
||||
fu_device_set_name(FU_DEVICE(self), "TSUMG");
|
||||
fu_device_add_protocol(FU_DEVICE(self), "com.mstarsemi.scaler");
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), 10); /* ms */
|
||||
fu_device_retry_set_delay(FU_DEVICE(self), 10); /* 10ms */
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_DUAL_IMAGE);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_UNSIGNED_PAYLOAD);
|
||||
fu_device_add_flag(FU_DEVICE(self), FWUPD_DEVICE_FLAG_CAN_VERIFY_IMAGE);
|
||||
|
Loading…
Reference in New Issue
Block a user