kopia lustrzana https://gitlab.com/sane-project/backends
* backend/fujitsu.c, backend/fujitsu.conf.in,
doc/descriptions/fujitsu.desc: backend v75 - added fi-6230 ID, updated fi-6130, fi-6230 statusmerge-requests/1/head
rodzic
9f7441d267
commit
b975ac1fcd
|
@ -1,3 +1,8 @@
|
||||||
|
2008-08-07 Rene Rebe <rene@exactcode.de>
|
||||||
|
* backend/fujitsu.c, backend/fujitsu.conf.in,
|
||||||
|
doc/descriptions/fujitsu.desc: backend v75
|
||||||
|
- added fi-6230 ID, updated fi-6130, fi-6230 status
|
||||||
|
|
||||||
2008-08-05 Julien Blache <jb@jblache.org>
|
2008-08-05 Julien Blache <jb@jblache.org>
|
||||||
* frontend/saned.c: initialize runas_{u,g}id to 0 instead of -1;
|
* frontend/saned.c: initialize runas_{u,g}id to 0 instead of -1;
|
||||||
initialize ngroups to 0.
|
initialize ngroups to 0.
|
||||||
|
|
|
@ -368,6 +368,8 @@
|
||||||
- fi-5750C can't handle 10 bit LUT via USB
|
- fi-5750C can't handle 10 bit LUT via USB
|
||||||
v74 2008-08-02, MAN
|
v74 2008-08-02, MAN
|
||||||
- replace global scsi blocks with local ones in each function
|
- replace global scsi blocks with local ones in each function
|
||||||
|
v75 2008-08-07, ReneR
|
||||||
|
- added fi-6230 usb ID
|
||||||
|
|
||||||
SANE FLOW DIAGRAM
|
SANE FLOW DIAGRAM
|
||||||
|
|
||||||
|
@ -428,7 +430,7 @@
|
||||||
#include "fujitsu.h"
|
#include "fujitsu.h"
|
||||||
|
|
||||||
#define DEBUG 1
|
#define DEBUG 1
|
||||||
#define BUILD 74
|
#define BUILD 75
|
||||||
|
|
||||||
/* values for SANE_DEBUG_FUJITSU env var:
|
/* values for SANE_DEBUG_FUJITSU env var:
|
||||||
- errors 5
|
- errors 5
|
||||||
|
@ -710,6 +712,9 @@ sane_get_devices (const SANE_Device *** device_list, SANE_Bool local_only)
|
||||||
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x114f'\n");
|
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x114f'\n");
|
||||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x114f", attach_one_usb);
|
sanei_usb_attach_matching_devices("usb 0x04c5 0x114f", attach_one_usb);
|
||||||
|
|
||||||
|
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1150\n");
|
||||||
|
sanei_usb_attach_matching_devices("usb 0x04c5 0x1150", attach_one_usb);
|
||||||
|
|
||||||
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1155'\n");
|
DBG (15, "sane_get_devices: looking for 'usb 0x04c5 0x1155'\n");
|
||||||
sanei_usb_attach_matching_devices("usb 0x04c5 0x1155", attach_one_usb);
|
sanei_usb_attach_matching_devices("usb 0x04c5 0x1155", attach_one_usb);
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,5 +69,8 @@ usb 0x04c5 0x114d
|
||||||
#fi-6130
|
#fi-6130
|
||||||
usb 0x04c5 0x114f
|
usb 0x04c5 0x114f
|
||||||
|
|
||||||
|
#fi-6230
|
||||||
|
usb 0x04c5 0x1150
|
||||||
|
|
||||||
#ScanSnap S510
|
#ScanSnap S510
|
||||||
usb 0x04c5 0x1155
|
usb 0x04c5 0x1155
|
||||||
|
|
|
@ -126,14 +126,15 @@
|
||||||
:comment "small, current, integrated touchscreen and keyboard"
|
:comment "small, current, integrated touchscreen and keyboard"
|
||||||
|
|
||||||
:model "fi-6130"
|
:model "fi-6130"
|
||||||
:interface "SCSI USB"
|
:interface "USB"
|
||||||
:status :good
|
:status :good
|
||||||
:usbid "0x04c5" "0x114f"
|
:usbid "0x04c5" "0x114f"
|
||||||
:comment "medium, current"
|
:comment "medium, current"
|
||||||
|
|
||||||
:model "fi-6230"
|
:model "fi-6230"
|
||||||
:interface "SCSI USB"
|
:interface "USB"
|
||||||
:status :untested
|
:status :good
|
||||||
|
:usbid "0x04c5" "0x1150"
|
||||||
:comment "medium, current"
|
:comment "medium, current"
|
||||||
|
|
||||||
;==================================================
|
;==================================================
|
||||||
|
|
Ładowanie…
Reference in New Issue