kopia lustrzana https://gitlab.com/sane-project/backends
fujitsu backend v134
rewrite init_vpd for scanners which fail to report overscan correctly update description and man page to match rebuild po files with updated line numbersmerge-requests/43/head
rodzic
057a10e984
commit
156f7c9bd4
|
@ -276,7 +276,7 @@ putnbyte (unsigned char *pnt, unsigned int value, unsigned int nbytes)
|
|||
#define get_IN_ipc_ipc3(in) getbitfield(in+0x59, 1, 5)
|
||||
#define get_IN_ipc_rotation(in) getbitfield(in+0x59, 1, 4)
|
||||
#define get_IN_ipc_hybrid_crop_deskew(in) getbitfield(in+0x59, 1, 3)
|
||||
#define get_IN_ipc_ipc2_byte67(in) getbitfield(in+0x59, 1, 0)
|
||||
#define get_IN_vpd_thru_byte_6f(in) getbitfield(in+0x59, 1, 0)
|
||||
|
||||
#define get_IN_compression_MH(in) getbitfield(in+0x5a, 1, 7)
|
||||
#define get_IN_compression_MR(in) getbitfield(in+0x5a, 1, 6)
|
||||
|
@ -383,9 +383,6 @@ putnbyte (unsigned char *pnt, unsigned int value, unsigned int nbytes)
|
|||
|
||||
#define get_IN_op_halt(in) getbitfield(in+0x7a, 1, 7)
|
||||
|
||||
/* some scanners need evpd inquiry data manipulated */
|
||||
#define set_IN_page_length(in,val) in[0x04]=val
|
||||
|
||||
/* ==================================================================== */
|
||||
/* page codes used by mode_sense and mode_select */
|
||||
#define MS_pc_unk 0x2c /* Used by iX500 */
|
||||
|
|
1043
backend/fujitsu.c
1043
backend/fujitsu.c
Plik diff jest za duży
Load Diff
|
@ -12,9 +12,9 @@
|
|||
|
||||
:backend "fujitsu" ; name of backend
|
||||
:url "http://www.thebility.com/fujitsu/"
|
||||
:version "133" ; version of backend
|
||||
:version "134" ; version of backend
|
||||
:manpage "sane-fujitsu" ; name of manpage (if it exists)
|
||||
:comment "Backend updated for SANE release 1.0.26, see sane-fujitsu manpage"
|
||||
:comment "Backend updated for SANE release 1.0.28, see sane-fujitsu manpage"
|
||||
:devicetype :scanner ; start of a list of devices....
|
||||
; other types: :stillcam, :vidcam,
|
||||
; :meta, :api
|
||||
|
|
|
@ -10,7 +10,7 @@ The
|
|||
library implements a SANE (Scanner Access Now Easy) backend which
|
||||
provides access to most Fujitsu flatbed and ADF scanners.
|
||||
|
||||
This document describes backend version 133, which shipped with SANE 1.0.26.
|
||||
This document describes backend version 134, which shipped with SANE 1.0.28.
|
||||
|
||||
.SH SUPPORTED HARDWARE
|
||||
This version supports every known model which speaks the Fujitsu SCSI and
|
||||
|
@ -40,7 +40,7 @@ ScanStation M3093E/DE/EX fi\-4110EOX/2
|
|||
ScanPartner M3096EX fi\-4010CU
|
||||
SP\-Jr M3097E+/DE S300/S300M
|
||||
SP\-10/10C M3099A/EH/EX S1300/S1100
|
||||
SP\-15C/300C fi\-60F
|
||||
SP\-15C/300C fi\-60F/65F
|
||||
SP\-600C/620C fi\-5015C
|
||||
SP\-2x/3x
|
||||
.fi
|
||||
|
|
Plik diff jest za duży
Load Diff
513
po/en_GB.po
513
po/en_GB.po
Plik diff jest za duży
Load Diff
Ładowanie…
Reference in New Issue