summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--futility/updater_quirks.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/futility/updater_quirks.c b/futility/updater_quirks.c
index b3fbe63c..6d510726 100644
--- a/futility/updater_quirks.c
+++ b/futility/updater_quirks.c
@@ -46,9 +46,9 @@ static const struct quirks_record quirks_records[] = {
{ .match = "Google_Enguarde.", .quirks = "allow_empty_wltag" },
{ .match = "Google_Expresso.", .quirks = "allow_empty_wltag" },
{ .match = "Google_Hana.", .quirks = "allow_empty_wltag" },
- { .match = "Google_Jaq.", .quirks = "allow_empty_wltag" },
- { .match = "Google_Jerry.", .quirks = "allow_empty_wltag" },
- { .match = "Google_Mighty.", .quirks = "allow_empty_wltag" },
+ { .match = "Google_Veyron_Jaq.", .quirks = "allow_empty_wltag" },
+ { .match = "Google_Veyron_Jerry.", .quirks = "allow_empty_wltag" },
+ { .match = "Google_Veyron_Mighty.", .quirks = "allow_empty_wltag" },
{ .match = "Google_Reks.", .quirks = "allow_empty_wltag" },
{ .match = "Google_Relm.", .quirks = "allow_empty_wltag" },
{ .match = "Google_Wizpig.", .quirks = "allow_empty_wltag" },