genesys: Add a trivial missed quirk key

This commit is contained in:
Richard Hughes 2022-06-10 19:00:23 +01:00
parent d15f0b1cca
commit 46f4d9b993

View File

@ -15,6 +15,7 @@
static void
fu_plugin_genesys_load(FuContext *ctx)
{
fu_context_add_quirk_key(ctx, "GenesysScalerCfiFlashId");
fu_context_add_quirk_key(ctx, "GenesysScalerGpioOutputRegister");
fu_context_add_quirk_key(ctx, "GenesysScalerGpioEnableRegister");
fu_context_add_quirk_key(ctx, "GenesysScalerGpioValue");