调整G306设备流程

This commit is contained in:
13038267101 2023-10-21 17:17:12 +08:00
parent c770715397
commit 4592b81370
3 changed files with 8 additions and 13 deletions

View File

@ -1444,6 +1444,10 @@ bool hg_scanner::jsn_reorganize()
}
erase_option(SANE_STD_OPT_NAME_RID_GRID); //全系移除 除网纹
if (firmware_sup_device_7010)
{
erase_option(SANE_STD_OPT_NAME_SIZE_CHECK);
}
return true;
}
int hg_scanner::hgpaper_to_devspaper(Paper_Map papermap[], int len, int& paper, bool* exact, TwSS* type)

File diff suppressed because one or more lines are too long

View File

@ -352,7 +352,7 @@ hg_scanner* hg_scanner_mgr::create_scanner_g439(const char* name, usb_io* io, sc
}
hg_scanner* hg_scanner_mgr::create_scanner_g306(const char* name, usb_io* io, scanner_handle* h)
{
hg_scanner_306* s = new hg_scanner_306(name, 0x306, io);
hg_scanner_306* s = new hg_scanner_306(name, 0x300, io);
if (h)
*h = s;