genesys: usbhub: Fix typo

The private flag has-pubkey will be introduced with version 1.8.0.
This commit is contained in:
Gaël PORTAY 2022-04-05 17:01:13 +02:00 committed by Richard Hughes
parent 633571fa99
commit 159a257546
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ Since 1.7.6.
Device has a public-key appended to firmware.
Since 1.7.7
Since 1.8.0
### GenesysUsbhubSwitchRequest

View File

@ -30,7 +30,7 @@
*
* Device has a public-key appended to firmware.
*
* Since 1.7.7
* Since 1.8.0
*/
#define FU_GENESYS_USBHUB_FLAG_HAS_PUBLIC_KEY (1 << 1)