add specific motor for DS600

- add MOTOR_DSMOBILE_600
- make pentax DS 600 use new motor description
merge-requests/1/head
Stphane Voltz 2009-09-21 21:48:20 +02:00
rodzic 803cb9510b
commit 10b8e5cfd2
2 zmienionych plików z 22 dodań i 3 usunięć

Wyświetl plik

@ -657,6 +657,24 @@ static Genesys_Motor Motor[] = {
0.8,
},},},
},
{MOTOR_DSMOBILE_600, /* Pentax DSmobile 600 */
750,
1500,
1,
1,
{{{
6666,
3700,
8,
0.8,
},
{
11000,
11000,
2,
0.8,
},},},
},
};
/* here we have the various device settings...
@ -1482,12 +1500,12 @@ static Genesys_Model pentax_dsmobile_600_model = {
CCD_DSMOBILE600,
DAC_WOLFSON_DSM600,
GPO_DP665,
MOTOR_ROADWARRIOR,
MOTOR_DSMOBILE_600,
GENESYS_FLAG_LAZY_INIT /* Which flags are needed for this scanner? */
| GENESYS_FLAG_SKIP_WARMUP
| GENESYS_FLAG_NO_CALIBRATION,
| GENESYS_FLAG_DARK_CALIBRATION,
GENESYS_HAS_SCAN_SW | GENESYS_HAS_PAGE_LOADED_SW,
300,
100,
400
};

Wyświetl plik

@ -293,6 +293,7 @@ Genesys_Color_Order;
#define MOTOR_HP3670 9
#define MOTOR_DP665 10
#define MOTOR_ROADWARRIOR 11
#define MOTOR_DSMOBILE_600 12
/* Forward typedefs */