kopia lustrzana https://gitlab.com/sane-project/backends
update backend as per m. ellert's FIRMWARE_DIRS/DATADIR suggestion
rodzic
09f523defe
commit
3f857c4c82
|
@ -1,3 +1,8 @@
|
|||
2007-12-29 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/epjitsu.c: let io_error fall thru usb command function
|
||||
* backend/epjitsu.conf.in: use @DATADIR@ for holding firmware
|
||||
* backend/Makefile.in: add epjitsu to FIRMWARE_DIRS
|
||||
|
||||
2007-12-29 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* include/sane/sane.h, frontend/scanimage.c, backend/fujitsu.[ch]:
|
||||
commented/removed/deactivated all new SANE_FRAME code
|
||||
|
|
|
@ -64,7 +64,7 @@ COMPILE = $(CC) -c $(CFLAGS) $(DEFS) $(INCLUDES) $(CPPFLAGS)
|
|||
|
||||
DISTCLEAN_FILES = @DISTCLEAN_FILES@
|
||||
|
||||
FIRMWARE_DIRS = artec_eplus48u gt68xx snapscan
|
||||
FIRMWARE_DIRS = artec_eplus48u gt68xx snapscan epjitsu
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
|
|
|
@ -3201,9 +3201,6 @@ do_cmd(struct scanner *s, int shortTime,
|
|||
if(ret == SANE_STATUS_EOF){
|
||||
DBG(5,"in: got EOF, continuing\n");
|
||||
}
|
||||
else if(ret == SANE_STATUS_IO_ERROR){
|
||||
DBG(5,"in: got IO_ERROR, continuing\n");
|
||||
}
|
||||
else if(ret != SANE_STATUS_GOOD){
|
||||
DBG(5,"in: return error '%s'\n",sane_strstatus(ret));
|
||||
return ret;
|
||||
|
|
|
@ -16,10 +16,9 @@
|
|||
# NOTE: the firmware line must occur BEFORE the usb line for your scanner
|
||||
|
||||
# Fujitsu fi-60F
|
||||
firmware /lib/firmware/60f_0A00.nal
|
||||
firmware /lib/firmware/60f_0000.nal
|
||||
firmware @DATADIR@/sane/epjitsu/60f_0A00.nal
|
||||
usb 0x04c5 0x10c7
|
||||
|
||||
# Fujitsu S300
|
||||
firmware /lib/firmware/300_0A00.nal
|
||||
firmware @DATADIR@/sane/epjitsu/300_0A00.nal
|
||||
usb 0x04c5 0x1156
|
||||
|
|
Ładowanie…
Reference in New Issue