mirror of
https://github.com/openharmony/third_party_backends.git
synced 2026-07-19 11:42:48 -04:00
genesys: Reset registers after move during led calibration on gl841
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user