kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Reset registers after move during led calibration on gl841
rodzic
86fe51e224
commit
f1910ae58c
|
@ -1998,7 +1998,8 @@ SensorExposure scanner_led_calibration(Genesys_Device& dev, const Genesys_Sensor
|
|||
const auto& calib_sensor = sanei_genesys_find_sensor(&dev, resolution, channels,
|
||||
dev.settings.scan_method);
|
||||
|
||||
if (dev.model->asic_type == AsicType::GL845 ||
|
||||
if (dev.model->asic_type == AsicType::GL841 ||
|
||||
dev.model->asic_type == AsicType::GL845 ||
|
||||
dev.model->asic_type == AsicType::GL846 ||
|
||||
dev.model->asic_type == AsicType::GL847 ||
|
||||
dev.model->asic_type == AsicType::GL124)
|
||||
|
|
Ładowanie…
Reference in New Issue