From 159a2575464a59daad97dc970a7e3743cc475f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20PORTAY?= Date: Tue, 5 Apr 2022 17:01:13 +0200 Subject: [PATCH] genesys: usbhub: Fix typo The private flag has-pubkey will be introduced with version 1.8.0. --- plugins/genesys/README.md | 2 +- plugins/genesys/fu-genesys-usbhub-device.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/genesys/README.md b/plugins/genesys/README.md index 288306ddb..218358f06 100644 --- a/plugins/genesys/README.md +++ b/plugins/genesys/README.md @@ -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 diff --git a/plugins/genesys/fu-genesys-usbhub-device.c b/plugins/genesys/fu-genesys-usbhub-device.c index c21f7911f..c4f5ca1ea 100644 --- a/plugins/genesys/fu-genesys-usbhub-device.c +++ b/plugins/genesys/fu-genesys-usbhub-device.c @@ -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)