From c6c64bd8dc6bd93630b8c3dcec8d5778434f9e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Mon, 21 Mar 2022 22:58:32 +0100 Subject: [PATCH] genesys: Add since version comment for private flags This tags when the private flags has been introduced. --- plugins/genesys/fu-genesys-scaler-device.c | 4 ++++ plugins/genesys/fu-genesys-usbhub-device.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/plugins/genesys/fu-genesys-scaler-device.c b/plugins/genesys/fu-genesys-scaler-device.c index 73aff956b..84352b443 100644 --- a/plugins/genesys/fu-genesys-scaler-device.c +++ b/plugins/genesys/fu-genesys-scaler-device.c @@ -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) diff --git a/plugins/genesys/fu-genesys-usbhub-device.c b/plugins/genesys/fu-genesys-usbhub-device.c index b17fc7f86..ab8e29275 100644 --- a/plugins/genesys/fu-genesys-usbhub-device.c +++ b/plugins/genesys/fu-genesys-usbhub-device.c @@ -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) /**