Disabled 2400 DPI for Epson 2480

merge-requests/1/head
Oliver Schwartz 2005-05-22 11:50:24 +00:00
rodzic 1b1eb09205
commit 649853f7e1
2 zmienionych plików z 11 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,9 @@
2005-05-22 Oliver Schwartz <Oliver.Schwartz@gmx.de>
* backend/snapscan-options.c:
Disabled 2400 DPI for Epson 2480 due to user report of
broken scanner
2005-05-20 Henning Meier-Geinitz <henning@meier-geinitz.de>
* backend/gt68xx.c backend/gt68xx_devices.c
@ -523,7 +529,7 @@
* doc/plustek/Plustek-USB.changes: Update.
* doc/descriptions/plustek.desc: Updated release number.
2004-04-15 Stéphane Voltz <svoltz@wanadoo.fr>
2004-04-15 St<EFBFBD>hane Voltz <svoltz@wanadoo.fr>
* backend/umax_pp_low.c: non i386 linux compilation fix,
1220P gray levels scan hang fix, 1220P color calibration tuning.

Wyświetl plik

@ -220,7 +220,7 @@ static void init_options (SnapScan_Scanner * ps)
static SANE_Word resolutions_1600[] =
{10, 50, 75, 100, 150, 200, 300, 400, 600, 800, 1600};
static SANE_Word resolutions_2400[] =
{10, 50, 75, 100, 150, 200, 300, 400, 600, 1200, 2400};
{9, 50, 75, 100, 150, 200, 300, 400, 600, 1200};
static SANE_String_Const names_all[] =
{md_colour, md_bilevelcolour, md_greyscale, md_lineart, NULL};
static SANE_String_Const names_basic[] =
@ -1514,6 +1514,9 @@ SANE_Status sane_control_option (SANE_Handle h,
/*
* $Log$
* Revision 1.20 2005/05/22 11:50:24 oliver-guest
* Disabled 2400 DPI for Epson 2480
*
* Revision 1.19 2004/12/09 23:21:47 oliver-guest
* Added quality calibration for Epson 2480 (by Simon Munton)
*