紫光临时增加读取402设备

This commit is contained in:
yangjiaxuan 2023-03-22 17:37:40 +08:00
parent 35e88f264c
commit 2317c74b83
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}