Add SP-112SU model

merge-requests/213/head
Stanislav Yuzvinsky 2019-12-19 11:57:25 +00:00 zatwierdzone przez Olaf Meeuwissen
rodzic 277194d534
commit 8de208c24c
3 zmienionych plików z 7 dodań i 7 usunięć

Wyświetl plik

@ -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[] = {

Wyświetl plik

@ -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"

Wyświetl plik

@ -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