kopia lustrzana https://gitlab.com/sane-project/backends
kodakaio.c comments on configure parameters have test backend added
rodzic
bac4009627
commit
f67f37ec19
|
|
@ -1,3 +1,6 @@
|
|||
2014-05-29 Paul Newall <quandry@ntlworld.com>
|
||||
* backend/kodakaio.c: change to comment on ./configure parameters
|
||||
|
||||
2014-05-26 Rolf Bensch <rolf at bensch hyphen online dot de>
|
||||
* backend/pixma_mp150.c: fix ADF paper empty @ start scanning for Canon
|
||||
Pixma MP150 based ADF scanners
|
||||
|
|
|
|||
|
|
@ -23,10 +23,12 @@
|
|||
export SANE_DEBUG_KODAKAIO=10
|
||||
|
||||
for ubuntu prior to 12.10
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-avahi --disable-latex BACKENDS=kodakaio
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-avahi --disable-latex BACKENDS="kodakaio test"
|
||||
|
||||
for ubuntu 12.10
|
||||
./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-avahi --disable-latex BACKENDS=kodakaio
|
||||
./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu --sysconfdir=/etc --localstatedir=/var --enable-avahi --disable-latex BACKENDS="kodakaio test"
|
||||
|
||||
If you want to use the test backend, for example with sane-troubleshoot, you should enable it in /etc/sane.d/dll.conf
|
||||
|
||||
*/
|
||||
|
||||
|
|
@ -127,7 +129,7 @@ for ubuntu 12.10
|
|||
|
||||
#define KODAKAIO_VERSION 02
|
||||
#define KODAKAIO_REVISION 4
|
||||
#define KODAKAIO_BUILD 7
|
||||
#define KODAKAIO_BUILD 8
|
||||
|
||||
/* for usb (but also used for net though it's not required). */
|
||||
#define MAX_BLOCK_SIZE 32768
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue