kopia lustrzana https://gitlab.com/sane-project/backends
Bumped version number.
rodzic
52dc4df31c
commit
8f3ad37072
|
@ -21,7 +21,7 @@ static void debug_drv_stop (SANE_Handle hndl);
|
||||||
|
|
||||||
|
|
||||||
/* CIS drivers for 600CP, 1200CP, and 1200CP+
|
/* CIS drivers for 600CP, 1200CP, and 1200CP+
|
||||||
Version 0.11-devel, author Eddy De Greef */
|
Version 0.13-beta, author Eddy De Greef */
|
||||||
|
|
||||||
static SANE_Status cis600_drv_init (SANE_Int options,
|
static SANE_Status cis600_drv_init (SANE_Int options,
|
||||||
SANE_String_Const port,
|
SANE_String_Const port,
|
||||||
|
|
|
@ -19,7 +19,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
|
||||||
debug_drv_stop
|
debug_drv_stop
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cis600", "Eddy De Greef", "0.11-devel",
|
"cis600", "Eddy De Greef", "0.13-beta",
|
||||||
cis600_drv_init,
|
cis600_drv_init,
|
||||||
cis_drv_capabilities,
|
cis_drv_capabilities,
|
||||||
cis_drv_open,
|
cis_drv_open,
|
||||||
|
@ -31,7 +31,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
|
||||||
cis_drv_stop
|
cis_drv_stop
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cis1200", "Eddy De Greef", "0.11-devel",
|
"cis1200", "Eddy De Greef", "0.13-beta",
|
||||||
cis1200_drv_init,
|
cis1200_drv_init,
|
||||||
cis_drv_capabilities,
|
cis_drv_capabilities,
|
||||||
cis_drv_open,
|
cis_drv_open,
|
||||||
|
@ -43,7 +43,7 @@ static Mustek_pp_Functions Mustek_pp_Drivers[] = {
|
||||||
cis_drv_stop
|
cis_drv_stop
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cis1200+", "Eddy De Greef", "0.11-devel",
|
"cis1200+", "Eddy De Greef", "0.13-beta",
|
||||||
cis1200p_drv_init,
|
cis1200p_drv_init,
|
||||||
cis_drv_capabilities,
|
cis_drv_capabilities,
|
||||||
cis_drv_open,
|
cis_drv_open,
|
||||||
|
|
Ładowanie…
Reference in New Issue