kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'ricoh2' into 'master'
ricoh2: Add support for Aficio SG3110SFNw See merge request sane-project/backends!149merge-requests/150/head
commit
489a80088a
|
@ -115,6 +115,7 @@ Ricoh2_device_info;
|
|||
static Ricoh2_device_info supported_devices[] = {
|
||||
{ 0x042c, "Aficio SP100SU" },
|
||||
{ 0x0438, "Aficio SG3100SNw" },
|
||||
{ 0x0439, "Aficio SG3110SFNw" },
|
||||
{ 0x0448, "Aficio SP111SU" }
|
||||
};
|
||||
|
||||
|
|
|
@ -22,6 +22,11 @@
|
|||
:mfg "Ricoh" ; name a manufacturer
|
||||
:url "http://www.ricoh.com/" ; manufacturer's URL
|
||||
|
||||
:model "SG-3100SFNw"
|
||||
:status :basic
|
||||
:interface "USB"
|
||||
:usbid "0x05ca" "0x0439"
|
||||
|
||||
:model "SG-3100SNw"
|
||||
:status :basic
|
||||
:interface "USB"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH sane\-ricoh2 5 "28 Sep 2018" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH sane\-ricoh2 5 "04 Sep 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-ricoh2
|
||||
.SH NAME
|
||||
sane\-ricoh2 \- SANE backend for Ricoh flatbed scanners
|
||||
|
@ -9,6 +9,8 @@ library implements a SANE (Scanner Access Now Easy) backend that
|
|||
provides access to the following Ricoh flatbed scanners:
|
||||
.PP
|
||||
.RS
|
||||
SG-3110SFNw
|
||||
.br
|
||||
SG-3100SNw
|
||||
.br
|
||||
SP-100SU
|
||||
|
|
Ładowanie…
Reference in New Issue