kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Slightly tweak X TA offset on 8600F
rodzic
0c84e1951a
commit
99fde7b12e
|
@ -4651,7 +4651,7 @@ static void probe_genesys_devices()
|
|||
of Genesys_Calibration_Cache as is.
|
||||
*/
|
||||
static const char* CALIBRATION_IDENT = "sane_genesys";
|
||||
static const int CALIBRATION_VERSION = 21;
|
||||
static const int CALIBRATION_VERSION = 23;
|
||||
|
||||
bool read_calibration(std::istream& str, Genesys_Device::Calibration& calibration,
|
||||
const std::string& path)
|
||||
|
|
|
@ -592,7 +592,7 @@ void genesys_init_usb_device_tables()
|
|||
model.y_offset_calib_white = 0.0;
|
||||
model.x_offset_calib_black = 8.0;
|
||||
|
||||
model.x_offset_ta = 92.0;
|
||||
model.x_offset_ta = 94.0;
|
||||
model.y_offset_ta = 26.0;
|
||||
model.x_size_ta = 70.0;
|
||||
model.y_size_ta = 230.0;
|
||||
|
|
Ładowanie…
Reference in New Issue