Merge branch 'add_sp112' into 'master'

Add SP-112SU model

See merge request sane-project/backends!260
merge-requests/213/head
Olaf Meeuwissen 2019-12-19 11:57:25 +00:00
commit 02251c6489
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