kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Verify that dpiset_override is specified
rodzic
94cfdbfdc6
commit
4a5f65d2d2
|
@ -3444,6 +3444,14 @@ void verify_sensor_tables()
|
||||||
throw SaneException("shading_resolution is not defined");
|
throw SaneException("shading_resolution is not defined");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (asic_type == AsicType::GL124 ||
|
||||||
|
asic_type == AsicType::GL841 ||
|
||||||
|
asic_type == AsicType::GL843)
|
||||||
|
{
|
||||||
|
if (sensor.dpiset_override == 0) {
|
||||||
|
throw SaneException("dpiset_override is not defined");
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue