update backend to v1.0.32, just adds a usb id.

merge-requests/1/head
m. allan noah 2006-06-14 17:46:40 +00:00
rodzic fe0a606b98
commit f61d6d2b80
4 zmienionych plików z 29 dodań i 6 usunięć

Wyświetl plik

@ -1,9 +1,14 @@
2006-06-14 m. allan noah <anoah AT pfeiffer DOT edu>
* backend/fujitsu.c: update to v1.0.32, add 4220c2 usb id
* doc/descriptions/fujitsu.desc: usb id and version update
2006-06-13 m. allan noah <anoah AT pfeiffer DOT edu> 2006-06-13 m. allan noah <anoah AT pfeiffer DOT edu>
* backend/fujitsu.[ch]: update to v1.0.31, add 5220c usb id, * backend/fujitsu.[ch]: update to v1.0.31, add 5220c usb id,
dont show ink level buttons if no imprinter, gather button dont show ink level buttons if no imprinter, gather button
presses more frequently presses more frequently
* doc/descriptions/fujitsu.desc: usbi id and version update * doc/descriptions/fujitsu.desc: usb id and version update
2006-06-12 Jochen Eisinger <jochen@penguin-breeder.org> 2006-06-12 Jochen Eisinger <jochen@penguin-breeder.org>

Wyświetl plik

@ -198,6 +198,8 @@
- add 5220C usb id - add 5220C usb id
- dont show ink level buttons if no imprinter - dont show ink level buttons if no imprinter
- run ghs/rs every second instead of every other - run ghs/rs every second instead of every other
V 1.0.32 2006-06-14, MAN
- add 4220C2 usb id
SANE FLOW DIAGRAM SANE FLOW DIAGRAM
@ -257,7 +259,7 @@
#include "fujitsu.h" #include "fujitsu.h"
#define DEBUG 1 #define DEBUG 1
#define FUJITSU_V_POINT 31 #define FUJITSU_V_POINT 32
/* values for SANE_DEBUG_FUJITSU env var: /* values for SANE_DEBUG_FUJITSU env var:
- errors 5 - errors 5
@ -482,14 +484,18 @@ find_scanners ()
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1097'\n"); DBG (15, "find_scanners: looking for 'usb 0x04c5 0x1097'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x1097", attach_one_usb); sanei_usb_attach_matching_devices("usb 0x04c5 0x1097", attach_one_usb);
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10ae'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x10ae", attach_one_usb);
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10af'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x10af", attach_one_usb);
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10e0'\n"); DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10e0'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x10e0", attach_one_usb); sanei_usb_attach_matching_devices("usb 0x04c5 0x10e0", attach_one_usb);
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10e1'\n"); DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10e1'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x10e1", attach_one_usb); sanei_usb_attach_matching_devices("usb 0x04c5 0x10e1", attach_one_usb);
DBG (15, "find_scanners: looking for 'usb 0x04c5 0x10ae'\n");
sanei_usb_attach_matching_devices("usb 0x04c5 0x10ae", attach_one_usb);
} }
for (dev = fujitsu_devList; dev; dev=dev->next) { for (dev = fujitsu_devList; dev; dev=dev->next) {

Wyświetl plik

@ -17,14 +17,25 @@ scsi FUJITSU
#usb /dev/usb/scanner0 #usb /dev/usb/scanner0
# For Fujitsu scanners connected via USB using vendor and device ids (libusb): # For Fujitsu scanners connected via USB using vendor and device ids (libusb):
#usb VENDORID PRODUCTID
# NOTE: if you have to add your device here- please send the id and model # NOTE: if you have to add your device here- please send the id and model
# to the author via email, so it can be included in next version. anoah at # to the author via email, so it can be included in next version. anoah at
# pfeiffer dot edu - with Fujitsu in the subject line # pfeiffer dot edu - with Fujitsu in the subject line
#fi-4x20C
usb 0x04c5 0x1041 usb 0x04c5 0x1041
usb 0x04c5 0x1042 usb 0x04c5 0x1042
#fi-5110xxx
usb 0x04c5 0x1096 usb 0x04c5 0x1096
usb 0x04c5 0x1097 usb 0x04c5 0x1097
#fi-4x20C2
usb 0x04c5 0x10ae
usb 0x04c5 0x10af
#fi-5x20C
usb 0x04c5 0x10e0 usb 0x04c5 0x10e0
usb 0x04c5 0x10e1 usb 0x04c5 0x10e1
usb 0x04c5 0x10ae

Wyświetl plik

@ -11,7 +11,7 @@
:backend "fujitsu" ; name of backend :backend "fujitsu" ; name of backend
:url "http://www2.pfeiffer.edu/~anoah/fujitsu/" :url "http://www2.pfeiffer.edu/~anoah/fujitsu/"
:version "1.0.31" ; version of backend :version "1.0.32" ; version of backend
:manpage "sane-fujitsu" ; name of manpage (if it exists) :manpage "sane-fujitsu" ; name of manpage (if it exists)
:comment "Backend re-written for SANE release 1.0.18, see sane-fujitsu manpage" :comment "Backend re-written for SANE release 1.0.18, see sane-fujitsu manpage"
:devicetype :scanner ; start of a list of devices.... :devicetype :scanner ; start of a list of devices....
@ -65,6 +65,7 @@
:model "fi-4220C2" :model "fi-4220C2"
:interface "SCSI USB" :interface "SCSI USB"
:usbid "0x04c5" "0x10af"
:status :good :status :good
:comment "workgroup, newer, discontinued" :comment "workgroup, newer, discontinued"