From a3274977cbf579ebee6614d858e903af4457535d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Voltz?= Date: Mon, 27 Jun 2011 06:29:05 +0200 Subject: [PATCH] add little move at probe time --- backend/genesys_gl847.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/genesys_gl847.c b/backend/genesys_gl847.c index c676b7eb2..b4e574c85 100644 --- a/backend/genesys_gl847.c +++ b/backend/genesys_gl847.c @@ -1,6 +1,6 @@ /* sane - Scanner Access Now Easy. - Copyright (C) 2010 Stéphane Voltz + Copyright (C) 2010-2011 Stéphane Voltz This file is part of the SANE package. @@ -3439,6 +3439,9 @@ gl847_init (Genesys_Device * dev) /* set up hardware and registers */ RIE (gl847_cold_boot (dev)); + /* move head away from park position */ + gl847_feed (dev, 300); + /* now hardware part is OK, set up device struct */ FREE_IFNOT_NULL (dev->white_average_data); FREE_IFNOT_NULL (dev->dark_average_data);