kopia lustrzana https://gitlab.com/sane-project/backends
* HP5590:
- Updated the list of supported devices (HP 5500C which is similar to 4570C, 5500C which is similar to 4500C) - only strings/comments, no code was changed - Updated backend version - Updated man pagemerge-requests/1/head
rodzic
bee067e930
commit
92076edd36
|
@ -39,7 +39,8 @@
|
|||
whether to permit this exception to apply to your modifications.
|
||||
If you do not wish that, delete this exception notice.
|
||||
|
||||
This file is part of a SANE backend for HP 4570/5550/5590/7650 Scanners
|
||||
This file is part of a SANE backend for
|
||||
HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 Scanners
|
||||
*/
|
||||
|
||||
#include "sane/config.h"
|
||||
|
@ -72,7 +73,7 @@
|
|||
}
|
||||
|
||||
/* #define HAS_WORKING_COLOR_48 */
|
||||
#define BUILD 4
|
||||
#define BUILD 5
|
||||
#define USB_TIMEOUT 30 * 1000
|
||||
|
||||
static SANE_Word
|
||||
|
@ -318,7 +319,8 @@ sane_init (SANE_Int * version_code, SANE_Auth_Callback __sane_unused__ authorize
|
|||
|
||||
DBG_INIT();
|
||||
|
||||
DBG (1, "SANE backed for HP 4570/5550/5590/7650 %u.%u.%u\n", SANE_CURRENT_MAJOR, V_MINOR, BUILD);
|
||||
DBG (1, "SANE backed for HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 %u.%u.%u\n",
|
||||
SANE_CURRENT_MAJOR, V_MINOR, BUILD);
|
||||
DBG (1, "(c) Ilia Sotnikov <hostcc@gmail.com>\n");
|
||||
|
||||
if (version_code)
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
whether to permit this exception to apply to your modifications.
|
||||
If you do not wish that, delete this exception notice.
|
||||
|
||||
This file is part of a SANE backend for HP 4570/5550/5590/7650 Scanners
|
||||
This file is part of a SANE backend for
|
||||
HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 Scanners
|
||||
*/
|
||||
|
||||
#include "sane/config.h"
|
||||
|
@ -72,12 +73,12 @@ hp5590_models[] = {
|
|||
{
|
||||
SCANNER_HP4570,
|
||||
0x03f0, 0x1305, "SILITEKIElwood",
|
||||
"4570", "Workgroup scanner"
|
||||
"4570C/5500C", "Workgroup scanner"
|
||||
},
|
||||
{
|
||||
SCANNER_HP5550,
|
||||
0x03f0, 0x1205, "SILITEKIPenguin",
|
||||
"5550", "Workgroup scanner"
|
||||
"4500C/5550C", "Workgroup scanner"
|
||||
},
|
||||
{
|
||||
SCANNER_HP5590,
|
||||
|
|
|
@ -39,7 +39,8 @@
|
|||
whether to permit this exception to apply to your modifications.
|
||||
If you do not wish that, delete this exception notice.
|
||||
|
||||
This file is part of a SANE backend for HP 4570/5550/5590/7650 Scanners
|
||||
This file is part of a SANE backend for
|
||||
HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 Scanners
|
||||
*/
|
||||
|
||||
#ifndef HP5590_H
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
whether to permit this exception to apply to your modifications.
|
||||
If you do not wish that, delete this exception notice.
|
||||
|
||||
This file is part of a SANE backend for HP 4570/5550/5590/7650 Scanners
|
||||
This file is part of a SANE backend for
|
||||
HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 Scanners
|
||||
*/
|
||||
|
||||
#include "sane/config.h"
|
||||
|
|
|
@ -38,7 +38,8 @@
|
|||
whether to permit this exception to apply to your modifications.
|
||||
If you do not wish that, delete this exception notice.
|
||||
|
||||
This file is part of a SANE backend for HP 4570/5550/5590/7650 Scanners
|
||||
This file is part of a SANE backend for
|
||||
HP ScanJet 4500C/4570C/5500C/5550C/5590/7650 Scanners
|
||||
*/
|
||||
|
||||
#ifndef HP5590_LOW_H
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
.TH sane\-hp5590 5 "13 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-hp5590
|
||||
.SH NAME
|
||||
sane\-hp5590 \- SANE backend for Hewlett-Packard 5550/5590/7650 Workgroup/Document scanners
|
||||
sane\-hp5590 \- SANE backend for
|
||||
Hewlett-Packard 4500C/4570C/5500C/5550C/5590/7650 Workgroup/Document scanners
|
||||
.SH DESCRIPTION
|
||||
The
|
||||
.B sane\-hp5590
|
||||
|
@ -9,9 +10,13 @@ library implements a SANE (Scanner Access Now Easy) backend that provides
|
|||
access to the following Hewlett-Packard Workgroup/Document scanners:
|
||||
.PP
|
||||
.RS
|
||||
ScanJet 4570
|
||||
ScanJet 4500C
|
||||
.br
|
||||
ScanJet 5550
|
||||
ScanJet 4570C
|
||||
.br
|
||||
ScanJet 5500C
|
||||
.br
|
||||
ScanJet 5550C
|
||||
.br
|
||||
ScanJet 5590
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue