genesys: Add since version comment for private flags

This tags when the private flags has been introduced.
This commit is contained in:
Gaël PORTAY 2022-03-21 22:58:32 +01:00 committed by Richard Hughes
parent d056b382dd
commit c6c64bd8dc
2 changed files with 6 additions and 0 deletions

View File

@ -34,12 +34,16 @@
* FU_SCALER_FLAG_PAUSE_R2_CPU:
*
* Pause R2 CPU.
*
* Since 1.7.6
*/
#define FU_SCALER_FLAG_PAUSE_R2_CPU (1 << 1)
/**
* FU_SCALER_FLAG_USE_I2C_CH0:
*
* Use I2C ch0.
*
* Since 1.7.6
*/
#define FU_SCALER_FLAG_USE_I2C_CH0 (1 << 0)

View File

@ -21,6 +21,8 @@
* FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER:
*
* Device has a MStar scaler attached via I2C.
*
* Since 1.7.6
*/
#define FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER (1 << 0)
/**