提交紫光调整,调整第一次设置可能会导致设置失败的问题

This commit is contained in:
13038267101 2023-04-18 10:41:47 +08:00
parent 5f5054b07b
commit c85a4a6eb3
3 changed files with 3 additions and 4 deletions

View File

@ -230,5 +230,5 @@
#define SCANNER_NAME_ZJ_6500 "Microtek A3HG Scanner" #define SCANNER_NAME_ZJ_6500 "Microtek A3HG Scanner"
#define SANNNER_NAME_ZG_Q7110 "Uniscan Q7110" #define SANNNER_NAME_ZG_Q7110 "Uniscan Q7 Series"
#define SANNNER_NAME_ZG_Q1070 "Uniscan Q1070" #define SANNNER_NAME_ZG_Q1070 "Uniscan Q1 Series"

View File

@ -720,7 +720,7 @@ int hg_scanner_300::initdevice()
} }
set_kernelsnap_ver(); set_kernelsnap_ver();
is_devs_sleep_ = false; is_devs_sleep_ = true; //客户提前点击设置这边固件版本号 还没有做判断的
return SCANNER_ERR_OK; return SCANNER_ERR_OK;
} }

View File

@ -62,7 +62,6 @@ g_supporting_devices[] = {
#elif defined(OEM_ZIGUANG) #elif defined(OEM_ZIGUANG)
{0x32ec, 0x0200, SANNNER_NAME_ZG_Q7110,"", "", & hg_scanner_mgr::create_scanner_g239} {0x32ec, 0x0200, SANNNER_NAME_ZG_Q7110,"", "", & hg_scanner_mgr::create_scanner_g239}
, {0x32ec, 0x0210, SANNNER_NAME_ZG_Q1070, "", "", &hg_scanner_mgr::create_scanner_g402} , {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 #else
{0x3072, PID_AND_NAME(100, SCANNER_NAME_HG_G100), "G100", "", &hg_scanner_mgr::create_scanner_g100} {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} , {0x3072, PID_AND_NAME(139, SCANNER_NAME_HG_G100), "G100", "", &hg_scanner_mgr::create_scanner_g239}