kopia lustrzana https://gitlab.com/sane-project/backends
update to v 1.0.49. add fi-5750C and S510
rodzic
5dcf165795
commit
26d0e072ee
|
@ -1,3 +1,9 @@
|
|||
2007-06-28 m. allan noah <kitno455 a t gmail d o t com>
|
||||
|
||||
* backend/fujitsu.c: update to v1.0.49, fi-5750C usb ID and color mode
|
||||
* backend/fujitsu.conf.in: add fi-5750C
|
||||
* doc/descriptions/fujitsu.desc: bump version, add fi-5750C and S510
|
||||
|
||||
2007-06-21 Julien Blache <jb@jblache.org>
|
||||
* sanei/sanei_scsi.c: Switch sanei_scsi to the SG_IO ioctl
|
||||
interface, instead of the asynchronous SG3 read/write interface.
|
||||
|
|
|
@ -253,6 +253,8 @@
|
|||
- add fi-5650C usb id and color mode
|
||||
V 1.0.48 2007-04-16, MAN
|
||||
- re-enable brightness/contrast for built-in models
|
||||
V 1.0.49 2007-06-28, MAN
|
||||
- add fi-5750C usb id and color mode
|
||||
|
||||
SANE FLOW DIAGRAM
|
||||
|
||||
|
@ -313,7 +315,7 @@
|
|||
#include "fujitsu.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define BUILD 48
|
||||
#define BUILD 49
|
||||
|
||||
/* values for SANE_DEBUG_FUJITSU env var:
|
||||
- errors 5
|
||||
|
@ -546,6 +548,9 @@ find_scanners ()
|
|||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1042'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1042", attach_one_usb);
|
||||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1095'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1095", attach_one_usb);
|
||||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1096'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1096", attach_one_usb);
|
||||
|
||||
|
@ -1452,7 +1457,8 @@ init_model (struct fujitsu *s)
|
|||
}
|
||||
else if ( strstr (s->product_name, "fi-4340")
|
||||
|| strstr (s->product_name, "fi-4750")
|
||||
|| strstr (s->product_name, "fi-5650")) {
|
||||
|| strstr (s->product_name, "fi-5650")
|
||||
|| strstr (s->product_name, "fi-5750")) {
|
||||
|
||||
/* weirdness */
|
||||
s->color_interlace = COLOR_INTERLACE_RRGGBB;
|
||||
|
|
|
@ -27,6 +27,9 @@ scsi FUJITSU
|
|||
usb 0x04c5 0x1041
|
||||
usb 0x04c5 0x1042
|
||||
|
||||
#fi-5750C
|
||||
usb 0x04c5 0x1095
|
||||
|
||||
#fi-5110xxx
|
||||
usb 0x04c5 0x1096
|
||||
usb 0x04c5 0x1097
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
:backend "fujitsu" ; name of backend
|
||||
:url "http://www2.pfeiffer.edu/~anoah/fujitsu/"
|
||||
:version "1.0.47" ; version of backend
|
||||
:version "1.0.49" ; version of backend
|
||||
:manpage "sane-fujitsu" ; name of manpage (if it exists)
|
||||
:comment "Backend re-written for SANE release 1.0.18, see sane-fujitsu manpage"
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
|
@ -121,6 +121,11 @@
|
|||
:status :untested
|
||||
:comment "workgroup, current, no TWAIN driver, Mac only, maybe like S500?"
|
||||
|
||||
:model "S510"
|
||||
:interface "USB"
|
||||
:status :untested
|
||||
:comment "workgroup, current, no TWAIN driver, maybe like S500"
|
||||
|
||||
:model "fi-5015C"
|
||||
:interface "USB"
|
||||
:status :untested
|
||||
|
@ -153,7 +158,8 @@
|
|||
:model "fi-60F"
|
||||
:interface "USB"
|
||||
:status :untested
|
||||
:comment "workgroup, current, maybe Avision OEM?"
|
||||
:usbid "0x04c5" "0x10c7"
|
||||
:comment "workgroup, current, maybe Epson OEM?"
|
||||
|
||||
;==================================================
|
||||
; DISCONTINUED OLDER MODELS, DEPARTMENTAL
|
||||
|
@ -316,6 +322,7 @@
|
|||
|
||||
:model "fi-5750C"
|
||||
:interface "SCSI USB"
|
||||
:usbid "0x04c5" "0x1095"
|
||||
:status :good
|
||||
:comment "production, current"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue