kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Remove startup position hack on 8600F 4800dpi scans
rodzic
aec867d1e8
commit
b788f2de8f
|
@ -1343,9 +1343,6 @@ bool should_calibrate_only_active_area(const Genesys_Device& dev,
|
|||
|
||||
float get_model_x_offset_ta(const Genesys_Device& dev, const Genesys_Settings& settings)
|
||||
{
|
||||
if (dev.model->model_id == ModelId::CANON_8600F && settings.xres == 4800) {
|
||||
return 85.0f;
|
||||
}
|
||||
if (dev.model->model_id == ModelId::CANON_4400F && settings.xres == 4800) {
|
||||
return dev.model->x_offset_ta - 10.0;
|
||||
}
|
||||
|
|
|
@ -2280,8 +2280,8 @@ void genesys_init_sensor_tables()
|
|||
},
|
||||
{},
|
||||
},
|
||||
{ { 4800 }, 4800, 45000, 285, { ScanMethod::TRANSPARENCY,
|
||||
ScanMethod::TRANSPARENCY_INFRARED }, {
|
||||
{ { 4800 }, 4800, 45000, -1982, { ScanMethod::TRANSPARENCY,
|
||||
ScanMethod::TRANSPARENCY_INFRARED }, {
|
||||
{ 0x0c, 0x00 },
|
||||
{ 0x16, 0x13 }, { 0x17, 0x15 }, { 0x18, 0x10 }, { 0x19, 0x2a },
|
||||
{ 0x1a, 0x30 }, { 0x1b, 0x00 }, { 0x1c, 0x61 }, { 0x1d, 0x75 },
|
||||
|
|
Ładowanie…
Reference in New Issue