kopia lustrzana https://gitlab.com/sane-project/backends
update to backend version 1.0.53
- add ID for S510 - note jblache's NUM_OPTS type fixmerge-requests/1/head
rodzic
6b45291c02
commit
b4e05e5e23
|
@ -1,3 +1,7 @@
|
|||
2007-11-17 m. allan noah <kitno455 a t gmail d o t com>
|
||||
* backend/fujitsu.c, backend/fujitsu.conf.in,
|
||||
doc/descriptions/fujitsu.desc: add usb id for S510
|
||||
|
||||
2007-11-17 Rene Rebe <rene@exactcode.de>
|
||||
|
||||
* backend/avision.[ch]:
|
||||
|
|
|
@ -267,6 +267,9 @@
|
|||
- reactivate look-up-table based brightness and contrast options
|
||||
- change range of hardware brightness/contrast to match LUT versions
|
||||
- call send_lut() from sane_control_option instead of sane_start
|
||||
V 1.0.53 2007-11-18, MAN
|
||||
- add S510 usb id
|
||||
- OPT_NUM_OPTS type is SANE_TYPE_INT (jblache)
|
||||
|
||||
SANE FLOW DIAGRAM
|
||||
|
||||
|
@ -327,7 +330,7 @@
|
|||
#include "fujitsu.h"
|
||||
|
||||
#define DEBUG 1
|
||||
#define BUILD 52
|
||||
#define BUILD 53
|
||||
|
||||
/* values for SANE_DEBUG_FUJITSU env var:
|
||||
- errors 5
|
||||
|
@ -597,6 +600,9 @@ find_scanners ()
|
|||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10fe'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x10fe", attach_one_usb);
|
||||
|
||||
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1155'\n");
|
||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1155", attach_one_usb);
|
||||
}
|
||||
|
||||
for (dev = fujitsu_devList; dev; dev=dev->next) {
|
||||
|
|
|
@ -56,3 +56,6 @@ usb 0x04c5 0x10f2
|
|||
|
||||
#scansnap S500
|
||||
usb 0x04c5 0x10fe
|
||||
|
||||
#scansnap S510
|
||||
usb 0x04c5 0x1155
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
:backend "fujitsu" ; name of backend
|
||||
:url "http://www.thebility.com/fujitsu/"
|
||||
:version "1.0.52" ; version of backend
|
||||
:version "1.0.53" ; 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....
|
||||
|
@ -108,8 +108,9 @@
|
|||
|
||||
:model "S510"
|
||||
:interface "USB"
|
||||
:status :untested
|
||||
:comment "workgroup, current, no TWAIN driver, maybe like S500"
|
||||
:status :good
|
||||
:usbid "0x04c5" "0x1155"
|
||||
:comment "workgroup, current, no TWAIN driver"
|
||||
|
||||
:model "fi-5015C"
|
||||
:interface "USB"
|
||||
|
|
Ładowanie…
Reference in New Issue