This commit is contained in:
13038267101 2023-03-23 15:01:16 +08:00
commit ff00bd54a5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "scanner_manager.h"
#include "scanner_manager.h"
#include "../wrapper/hg_log.h"
#include <iostream>
#include <string.h>
@ -62,6 +62,7 @@ g_supporting_devices[] = {
#elif defined(OEM_ZIGUANG)
{0x32ec, 0x0200, SANNNER_NAME_ZG_Q7110,"", "", & hg_scanner_mgr::create_scanner_g239}
, {0x32ec, 0x0210, SANNNER_NAME_ZG_Q1070, "", "", &hg_scanner_mgr::create_scanner_g402}
, {0x3072, 0x0402, SANNNER_NAME_ZG_Q1070, "", "", &hg_scanner_mgr::create_scanner_g402}
#else
{0x3072, PID_AND_NAME(100, SCANNER_NAME_HG_G100), "G100", "", &hg_scanner_mgr::create_scanner_g100}
, {0x3072, PID_AND_NAME(139, SCANNER_NAME_HG_G100), "G100", "", &hg_scanner_mgr::create_scanner_g239}