kopia lustrzana https://gitlab.com/sane-project/backends
Add SP-112SU model
rodzic
277194d534
commit
8de208c24c
|
@ -1,6 +1,6 @@
|
||||||
/* sane - Scanner Access Now Easy.
|
/* sane - Scanner Access Now Easy.
|
||||||
|
|
||||||
Copyright (C) 2018 Stanislav Yuzvinsky
|
Copyright (C) 2018, 2019 Stanislav Yuzvinsky
|
||||||
Based on the work done by viruxx
|
Based on the work done by viruxx
|
||||||
|
|
||||||
This file is part of the SANE package.
|
This file is part of the SANE package.
|
||||||
|
@ -113,10 +113,10 @@ typedef struct Ricoh2_device_info {
|
||||||
Ricoh2_device_info;
|
Ricoh2_device_info;
|
||||||
|
|
||||||
static Ricoh2_device_info supported_devices[] = {
|
static Ricoh2_device_info supported_devices[] = {
|
||||||
{ 0x042c, "Aficio SP100SU" },
|
{ 0x042c, "Aficio SP-100SU" },
|
||||||
{ 0x0438, "Aficio SG3100SNw" },
|
{ 0x0438, "Aficio SG-3100SNw" },
|
||||||
{ 0x0439, "Aficio SG3110SFNw" },
|
{ 0x0439, "Aficio SG-3110SFNw" },
|
||||||
{ 0x0448, "Aficio SP111SU" }
|
{ 0x0448, "Aficio SP-111SU/SP-112SU" }
|
||||||
};
|
};
|
||||||
|
|
||||||
static SANE_String_Const mode_list[] = {
|
static SANE_String_Const mode_list[] = {
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x05ca" "0x042c"
|
:usbid "0x05ca" "0x042c"
|
||||||
|
|
||||||
:model "SP-111SU"
|
:model "SP-111SU/SP-112SU"
|
||||||
:status :basic
|
:status :basic
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x05ca" "0x0448"
|
:usbid "0x05ca" "0x0448"
|
||||||
|
|
|
@ -15,7 +15,7 @@ SG-3100SNw
|
||||||
.br
|
.br
|
||||||
SP-100SU
|
SP-100SU
|
||||||
.br
|
.br
|
||||||
SP-111SU
|
SP-111SU (SP-112SU)
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
|
Ładowanie…
Reference in New Issue