kopia lustrzana https://gitlab.com/sane-project/backends
* backend/plustek.c: Fixed the fix (problem when trying to select bit-depth).
rodzic
e340fedf6e
commit
c927b4acdf
|
@ -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:
|
||||
|
|
|
@ -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[] =
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue