mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 06:48:44 +00:00
genesys: Add since version comment for private flags
This tags when the private flags has been introduced.
This commit is contained in:
parent
d056b382dd
commit
c6c64bd8dc
@ -34,12 +34,16 @@
|
|||||||
* FU_SCALER_FLAG_PAUSE_R2_CPU:
|
* FU_SCALER_FLAG_PAUSE_R2_CPU:
|
||||||
*
|
*
|
||||||
* Pause R2 CPU.
|
* Pause R2 CPU.
|
||||||
|
*
|
||||||
|
* Since 1.7.6
|
||||||
*/
|
*/
|
||||||
#define FU_SCALER_FLAG_PAUSE_R2_CPU (1 << 1)
|
#define FU_SCALER_FLAG_PAUSE_R2_CPU (1 << 1)
|
||||||
/**
|
/**
|
||||||
* FU_SCALER_FLAG_USE_I2C_CH0:
|
* FU_SCALER_FLAG_USE_I2C_CH0:
|
||||||
*
|
*
|
||||||
* Use I2C ch0.
|
* Use I2C ch0.
|
||||||
|
*
|
||||||
|
* Since 1.7.6
|
||||||
*/
|
*/
|
||||||
#define FU_SCALER_FLAG_USE_I2C_CH0 (1 << 0)
|
#define FU_SCALER_FLAG_USE_I2C_CH0 (1 << 0)
|
||||||
|
|
||||||
|
@ -21,6 +21,8 @@
|
|||||||
* FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER:
|
* FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER:
|
||||||
*
|
*
|
||||||
* Device has a MStar scaler attached via I2C.
|
* Device has a MStar scaler attached via I2C.
|
||||||
|
*
|
||||||
|
* Since 1.7.6
|
||||||
*/
|
*/
|
||||||
#define FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER (1 << 0)
|
#define FU_GENESYS_USBHUB_FLAG_HAS_MSTAR_SCALER (1 << 0)
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user