docket port 485 and 487 are clones of XP300

merge-requests/1/head
Stphane Voltz 2009-10-17 14:52:42 +02:00
rodzic 6c3756d594
commit cd1b8a1d20
2 zmienionych plików z 3 dodań i 26 usunięć

Wyświetl plik

@ -273,29 +273,6 @@ static Genesys_Sensor Sensor[] = {
2.38, 2.35, 2.34,
NULL, NULL, NULL}
,
/* 8: Docket port 485 */
{CCD_DOCKET485, 600,
/*TODO: find a good reason for keeping all three following variables*/
87, /*(black) */
87, /* (dummy) */
0, /* (startxoffset) */
10240, /*sensor_pixels */
210,
200,
{0x00, 0x00, 0x00, 0x00},
{0x04, 0x00, 0x04, 0x00, 0x04, 0x00, 0x00, 0x02, 0x04, 0x50,
0x10, 0x00, 0x20, 0x02
},
{0x04, 0x05,
0x00, 0x00, 0x00, 0x00, /*[GB](HI|LOW) not needed for cis */
0x54, 0x03,
0x00, /*TODO: bit7 */
0x00, 0x00, 0x00, 0x01 /*TODO (these do no harm, but may be neccessery for CCD) */
}
,
1.0, 1.0, 1.0,
NULL, NULL, NULL}
,
/* Syscan DP 665 */
{CCD_DP665, 600,
/*TODO: find a good reason for keeping all three following variables*/
@ -1575,7 +1552,7 @@ static Genesys_Model syscan_docketport_485_model = {
SANE_TRUE, /* Is this a CIS scanner? */
SANE_TRUE, /* Is this a sheetfed scanner? */
CCD_DOCKET485,
CCD_XP300,
DAC_WOLFSON_XP300,
GPO_XP300,
MOTOR_XP300,
@ -1626,7 +1603,7 @@ static Genesys_Model dct_docketport_487_model = {
SANE_TRUE, /* Is this a CIS scanner? */
SANE_TRUE, /* Is this a sheetfed scanner? */
CCD_DOCKET485,
CCD_XP300,
DAC_WOLFSON_XP300,
GPO_XP300,
MOTOR_XP300,

Wyświetl plik

@ -264,7 +264,7 @@ Genesys_Color_Order;
#define CCD_HP2300 5
#define CCD_CANONLIDE35 6
#define CIS_XP200 7 /* CIS sensor for Strobe XP200 */
#define CCD_DOCKET485 8
/* 8 is unused currently */
#define CCD_HP3670 9
#define CCD_DP665 10
#define CCD_ROADWARRIOR 11