* backend/fujitsu.c, backend/fujitsu.conf.in,

doc/descriptions/fujitsu.desc: backend v75
	- added fi-6230 ID, updated fi-6130, fi-6230 status
merge-requests/1/head
Rene Rebe 2008-08-07 08:21:51 +00:00
rodzic 9f7441d267
commit b975ac1fcd
4 zmienionych plików z 18 dodań i 4 usunięć

Wyświetl plik

@ -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>
* frontend/saned.c: initialize runas_{u,g}id to 0 instead of -1;
initialize ngroups to 0.

Wyświetl plik

@ -368,6 +368,8 @@
- fi-5750C can't handle 10 bit LUT via USB
v74 2008-08-02, MAN
- replace global scsi blocks with local ones in each function
v75 2008-08-07, ReneR
- added fi-6230 usb ID
SANE FLOW DIAGRAM
@ -428,7 +430,7 @@
#include "fujitsu.h"
#define DEBUG 1
#define BUILD 74
#define BUILD 75
/* values for SANE_DEBUG_FUJITSU env var:
- 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");
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");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1155", attach_one_usb);
}

Wyświetl plik

@ -69,5 +69,8 @@ usb 0x04c5 0x114d
#fi-6130
usb 0x04c5 0x114f
#fi-6230
usb 0x04c5 0x1150
#ScanSnap S510
usb 0x04c5 0x1155

Wyświetl plik

@ -126,14 +126,15 @@
:comment "small, current, integrated touchscreen and keyboard"
:model "fi-6130"
:interface "SCSI USB"
:interface "USB"
:status :good
:usbid "0x04c5" "0x114f"
:comment "medium, current"
:model "fi-6230"
:interface "SCSI USB"
:status :untested
:interface "USB"
:status :good
:usbid "0x04c5" "0x1150"
:comment "medium, current"
;==================================================