foxconn: new plugin to support the T77W968

The Dell DW5821e is really a re-branded Foxconn T77W968.
This commit is contained in:
Aleksander Morgado
2019-11-12 10:55:06 +01:00
parent 5ab5593edb
commit d7d2b9108e
11 changed files with 355 additions and 125 deletions

View File

@@ -43,9 +43,9 @@ common_test (const gchar *keyfile_path)
/************************************************************/
static void
test_dell_dw5821e (void)
test_foxconn_t77w968 (void)
{
common_test (TESTKEYFILE_DELL_DW5821E);
common_test (TESTKEYFILE_FOXCONN_T77W968);
}
/************************************************************/
@@ -76,7 +76,7 @@ int main (int argc, char **argv)
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/MM/test-keyfiles/dell/dw5821e", test_dell_dw5821e);
g_test_add_func ("/MM/test-keyfiles/foxconn/t77w968", test_foxconn_t77w968);
return g_test_run ();
}