300和302设备屏蔽三联试卷和最大尺寸裁切

This commit is contained in:
yangjiaxuan 2023-08-30 16:05:43 +08:00
parent 571d41c4b2
commit 344ac03d35
2 changed files with 4 additions and 4 deletions

View File

@ -1999,7 +1999,7 @@ int hg_scanner::setting_resolution(void* data, long* len)
VLOG_MINI_3(LOG_LEVEL_DEBUG_INFO, "Change resolution from %d to %d = %s\n", old, *((int*)data), hg_scanner_err_name(ret));
//*((int*)data) = resolution_;
if (!have_max_size)
if (!have_max_size || pid_ == 0x300 || pid_ == 0x302)
{
return ret;
}

File diff suppressed because one or more lines are too long