From 095354e1d8f29d9b15b3119edd0508fc151742d7 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 14 Jul 2021 08:33:54 +0100 Subject: [PATCH] ebitdo: Add the alternate vendor name into the allowlist --- plugins/ebitdo/fu-ebitdo-device.c | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ebitdo/fu-ebitdo-device.c b/plugins/ebitdo/fu-ebitdo-device.c index 22b10d5fa..0f6ecbeec 100644 --- a/plugins/ebitdo/fu-ebitdo-device.c +++ b/plugins/ebitdo/fu-ebitdo-device.c @@ -237,6 +237,7 @@ fu_ebitdo_device_validate (FuEbitdoDevice *self, GError **error) const gchar *ven; const gchar *allowlist[] = { "8Bitdo", + "8BitDo", "SFC30", NULL };