* backend/plustek.c: Fixed the fix (problem when trying to select bit-depth).

merge-requests/1/head
Gerhard Jaeger 2006-07-02 14:35:16 +00:00
rodzic e340fedf6e
commit c927b4acdf
2 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

@ -1,3 +1,8 @@
2006-07-02 Gerhard Jaeger <gerhard@gjaeger.de>
* backend/plustek.c: Fixed the fix (problem when trying to
select bit-depth).
2006-07-01 Wittawat Yamwong <wittawat@web.de>
* doc/sane-pixma.man doc/descriptions/pixma.desc:

Wyświetl plik

@ -216,8 +216,8 @@ static const SANE_Device **devlist = 0;
static unsigned long tsecs = 0;
static Plustek_Scanner *sc = NULL;
static const SANE_Int bpp_lm9832_list [] = { 3, 1, 8, 14 };
static const SANE_Int bpp_lm9833_list [] = { 3, 1, 8, 16 };
static const SANE_Int bpp_lm9832_list [] = { 2, 8, 14 };
static const SANE_Int bpp_lm9833_list [] = { 2, 8, 16 };
static const SANE_String_Const mode_list[] =
{