1141cc406Sopenharmony_ci;;;  epkowa.desc			-*- emacs-lisp -*- (eh, sort of)
2141cc406Sopenharmony_ci;;;  Copyright (C) 2004--2015  Olaf Meeuwissen
3141cc406Sopenharmony_ci;;;  Copyright (C) 2019 SEIKO EPSON Corporation
4141cc406Sopenharmony_ci;;;
5141cc406Sopenharmony_ci;;;  This file is part of the "Image Scan!" documentation.
6141cc406Sopenharmony_ci;;;
7141cc406Sopenharmony_ci;;;  The "Image Scan!" documentation is free software.
8141cc406Sopenharmony_ci;;;  You can redistribute it and/or modify it under the terms of the GNU
9141cc406Sopenharmony_ci;;;  General Public License as published by the Free Software Foundation;
10141cc406Sopenharmony_ci;;;  either version 2 of the License or at your option any later version.
11141cc406Sopenharmony_ci;;;
12141cc406Sopenharmony_ci;;;  This program is distributed in the hope that it will be useful, but
13141cc406Sopenharmony_ci;;;  WITHOUT ANY WARRANTY;  without even the implied warranty of FITNESS
14141cc406Sopenharmony_ci;;;  FOR A PARTICULAR PURPOSE or MERCHANTABILITY.
15141cc406Sopenharmony_ci;;;  See the GNU General Public License for more details.
16141cc406Sopenharmony_ci;;;
17141cc406Sopenharmony_ci;;;  You should have received a verbatim copy of the GNU General Public
18141cc406Sopenharmony_ci;;;  License.  If not, see <https://www.gnu.org/licenses/>.
19141cc406Sopenharmony_ci
20141cc406Sopenharmony_ci;;;  This list of devices has been compiled using the following sources:
21141cc406Sopenharmony_ci;;;
22141cc406Sopenharmony_ci;;;  * iscan-data-$version (see :version field below)
23141cc406Sopenharmony_ci;;;  * iscan-2.24.0/NEWS
24141cc406Sopenharmony_ci;;;  * iscan-2.24.0/backend/usb (since moved to iscan-data)
25141cc406Sopenharmony_ci;;;  * sane-backends/backend/epson_usb.c (CVS 1.18)
26141cc406Sopenharmony_ci;;;  * sane-backends/doc/descriptions/epson.desc (CVS 1.26)
27141cc406Sopenharmony_ci;;;  * http://www.freecolormanagement.com/sane/supported.html
28141cc406Sopenharmony_ci;;;  * http://www.sane-project.org/lists/sane-mfgs-cvs.html#Z-EPSON
29141cc406Sopenharmony_ci;;;  * http://www.epsondevelopers.com/
30141cc406Sopenharmony_ci;;;  * http://www.epson.com/	(several representative countries)
31141cc406Sopenharmony_ci;;;  * http://www.i-love-epson.co.jp/
32141cc406Sopenharmony_ci;;;  * messages on the sane-devel and LinuxPrinting.org epson-list
33141cc406Sopenharmony_ci;;;    mailing lists
34141cc406Sopenharmony_ci;;;
35141cc406Sopenharmony_ci;;;  Some of the above sources may have moved or may no longer exist.
36141cc406Sopenharmony_ci
37141cc406Sopenharmony_ci;;  Backend data.
38141cc406Sopenharmony_ci;;
39141cc406Sopenharmony_ci:backend "epkowa"
40141cc406Sopenharmony_ci:version "iscan 2.30.4/iscan-data 1.39.1"
41141cc406Sopenharmony_ci:url     "http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX"
42141cc406Sopenharmony_ci
43141cc406Sopenharmony_ci
44141cc406Sopenharmony_ci;;  Device and manufacturer information.
45141cc406Sopenharmony_ci;;
46141cc406Sopenharmony_ci:devicetype :scanner
47141cc406Sopenharmony_ci:mfg        "EPSON"
48141cc406Sopenharmony_ci:url        "http://www.epson.com/"
49141cc406Sopenharmony_ci:comment    ""
50141cc406Sopenharmony_ci
51141cc406Sopenharmony_ci; SEIKO EPSON CORPORATION's marketing division divides the world in
52141cc406Sopenharmony_ci; Japan and several overseas regions.  The same scanner is marketed
53141cc406Sopenharmony_ci; under different names in the various regions.  I have assumed the
54141cc406Sopenharmony_ci; Japan-centric point of view that the scanner names for the models
55141cc406Sopenharmony_ci; marketed in Japan are "canonical".  All the other model names are
56141cc406Sopenharmony_ci; considered overseas.
57141cc406Sopenharmony_ci
58141cc406Sopenharmony_ci; I have marked the models for which I have been able to download a
59141cc406Sopenharmony_ci; product specification with an indication of the site.
60141cc406Sopenharmony_ci;
61141cc406Sopenharmony_ci;   JP	= http://www.i-love-epson.co.jp/	(in Japanese)
62141cc406Sopenharmony_ci;
63141cc406Sopenharmony_ci; All command specs were downloaded from www.epsondevelopers.com.
64141cc406Sopenharmony_ci;
65141cc406Sopenharmony_ci; Note that the above location may have moved, may no longer exist
66141cc406Sopenharmony_ci; or no longer provide (unfettered) access to the specifications.
67141cc406Sopenharmony_ci
68141cc406Sopenharmony_ci; For the :comment sections I have tried to stick to the following
69141cc406Sopenharmony_ci; ordering
70141cc406Sopenharmony_ci;
71141cc406Sopenharmony_ci;   - support limitations
72141cc406Sopenharmony_ci;   - additional requirements
73141cc406Sopenharmony_ci;   - other backends that claim support
74141cc406Sopenharmony_ci;   - correspondence to other models
75141cc406Sopenharmony_ci
76141cc406Sopenharmony_ci
77141cc406Sopenharmony_ci;;  List of EPSON scanners and all-in-ones.
78141cc406Sopenharmony_ci;;
79141cc406Sopenharmony_ci
80141cc406Sopenharmony_ci:model     "AL-MX300DN Series"
81141cc406Sopenharmony_ci:interface "USB"
82141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ac"
83141cc406Sopenharmony_ci:status    :complete
84141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
85141cc406Sopenharmony_ci
86141cc406Sopenharmony_ci:model     "AL-MX300DNF Series"
87141cc406Sopenharmony_ci:interface "USB"
88141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ac"
89141cc406Sopenharmony_ci:status    :complete
90141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
91141cc406Sopenharmony_ci
92141cc406Sopenharmony_ci:model     "Actionscanner II"
93141cc406Sopenharmony_ci:interface "parallel SCSI"
94141cc406Sopenharmony_ci:status    :good
95141cc406Sopenharmony_ci:comment   "overseas version of the GT-5000"
96141cc406Sopenharmony_ci
97141cc406Sopenharmony_ci:model     "AcuLaser CX11"
98141cc406Sopenharmony_ci:interface "USB"
99141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0815"
100141cc406Sopenharmony_ci:status    :good
101141cc406Sopenharmony_ci:comment   "overseas version of the LP-A500"
102141cc406Sopenharmony_ci
103141cc406Sopenharmony_ci:model     "AcuLaser CX11NF"
104141cc406Sopenharmony_ci:interface "USB"
105141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0815"
106141cc406Sopenharmony_ci:status    :good
107141cc406Sopenharmony_ci:comment   "network interface not supported<br>AcuLaser CX11 with network interface and fax"
108141cc406Sopenharmony_ci
109141cc406Sopenharmony_ci:model     "AcuLaser CX21"
110141cc406Sopenharmony_ci:interface "USB"
111141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0835"
112141cc406Sopenharmony_ci:status    :good
113141cc406Sopenharmony_ci:comment   "network interface not supported"
114141cc406Sopenharmony_ci
115141cc406Sopenharmony_ci:model     "AcuLaser MX20DN"
116141cc406Sopenharmony_ci:interface "USB"
117141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0866"
118141cc406Sopenharmony_ci:status    :complete
119141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
120141cc406Sopenharmony_ci
121141cc406Sopenharmony_ci:model     "AcuLaser MX20DNF"
122141cc406Sopenharmony_ci:interface "USB"
123141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0866"
124141cc406Sopenharmony_ci:status    :complete
125141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
126141cc406Sopenharmony_ci
127141cc406Sopenharmony_ci:model     "AcuLaser MX21DNF"
128141cc406Sopenharmony_ci:interface "USB"
129141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0866"
130141cc406Sopenharmony_ci:status    :complete
131141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
132141cc406Sopenharmony_ci
133141cc406Sopenharmony_ci:model     "Artisan 635"
134141cc406Sopenharmony_ci:interface "USB"
135141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0878"
136141cc406Sopenharmony_ci:status    :complete
137141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-704A"
138141cc406Sopenharmony_ci
139141cc406Sopenharmony_ci:model     "Artisan 700"
140141cc406Sopenharmony_ci:interface "USB"
141141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0846"
142141cc406Sopenharmony_ci:status    :good
143141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-801A"
144141cc406Sopenharmony_ci
145141cc406Sopenharmony_ci:model     "Artisan 710 Series"
146141cc406Sopenharmony_ci:interface "USB"
147141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0852"
148141cc406Sopenharmony_ci:status    :complete
149141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-802A"
150141cc406Sopenharmony_ci
151141cc406Sopenharmony_ci:model     "Artisan 725"
152141cc406Sopenharmony_ci:interface "USB"
153141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0861"
154141cc406Sopenharmony_ci:status    :complete
155141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-803A"
156141cc406Sopenharmony_ci
157141cc406Sopenharmony_ci:model     "Artisan 730 Series"
158141cc406Sopenharmony_ci:interface "USB"
159141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
160141cc406Sopenharmony_ci:status    :complete
161141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-804A"
162141cc406Sopenharmony_ci
163141cc406Sopenharmony_ci:model     "Artisan 800"
164141cc406Sopenharmony_ci:interface "USB"
165141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0844"
166141cc406Sopenharmony_ci:status    :good
167141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-901A"
168141cc406Sopenharmony_ci
169141cc406Sopenharmony_ci:model     "Artisan 810 Series"
170141cc406Sopenharmony_ci:interface "USB"
171141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0853"
172141cc406Sopenharmony_ci:status    :complete
173141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-902A"
174141cc406Sopenharmony_ci
175141cc406Sopenharmony_ci:model     "Artisan 835"
176141cc406Sopenharmony_ci:interface "USB"
177141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0860"
178141cc406Sopenharmony_ci:status    :complete
179141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-903A"
180141cc406Sopenharmony_ci
181141cc406Sopenharmony_ci:model     "Artisan 837"
182141cc406Sopenharmony_ci:interface "USB"
183141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0879"
184141cc406Sopenharmony_ci:status    :complete
185141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-904F"
186141cc406Sopenharmony_ci
187141cc406Sopenharmony_ci:model     "CC-500L"			; product spec (JP)
188141cc406Sopenharmony_ci:interface "USB"
189141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010d"
190141cc406Sopenharmony_ci:status    :unsupported
191141cc406Sopenharmony_ci:comment   "all-in-one"
192141cc406Sopenharmony_ci
193141cc406Sopenharmony_ci:model     "CC-550L"			; product spec (JP)
194141cc406Sopenharmony_ci:interface "USB"
195141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011a"
196141cc406Sopenharmony_ci:status    :unsupported
197141cc406Sopenharmony_ci:comment   "all-in-one"
198141cc406Sopenharmony_ci
199141cc406Sopenharmony_ci:model     "CC-570L"			; product spec (JP)
200141cc406Sopenharmony_ci:interface "USB"
201141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0802"
202141cc406Sopenharmony_ci:status    :good
203141cc406Sopenharmony_ci:comment   "all-in-one"
204141cc406Sopenharmony_ci
205141cc406Sopenharmony_ci:model     "CC-600PX"			; product spec (JP)
206141cc406Sopenharmony_ci:interface "USB"
207141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0801"
208141cc406Sopenharmony_ci:status    :good
209141cc406Sopenharmony_ci:comment   "all-in-one"
210141cc406Sopenharmony_ci
211141cc406Sopenharmony_ci:model     "CC-700"			; product spec (JP)
212141cc406Sopenharmony_ci:interface "USB"
213141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0108"
214141cc406Sopenharmony_ci:status    :unsupported
215141cc406Sopenharmony_ci:comment   "all-in-one"
216141cc406Sopenharmony_ci
217141cc406Sopenharmony_ci:model     "DS-30"
218141cc406Sopenharmony_ci:interface "USB"
219141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0147"
220141cc406Sopenharmony_ci:status    :complete
221141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-ds-30"
222141cc406Sopenharmony_ci
223141cc406Sopenharmony_ci:model     "DS-G20000"
224141cc406Sopenharmony_ci:interface "USB"
225141cc406Sopenharmony_ci:usbid     "0x04b8" "0x015b"
226141cc406Sopenharmony_ci:status    :good
227141cc406Sopenharmony_ci
228141cc406Sopenharmony_ci:model     "EP-702A"
229141cc406Sopenharmony_ci:interface "USB"
230141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0850"
231141cc406Sopenharmony_ci:status    :complete
232141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
233141cc406Sopenharmony_ci
234141cc406Sopenharmony_ci:model     "EP-703A"
235141cc406Sopenharmony_ci:interface "USB"
236141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0862"
237141cc406Sopenharmony_ci:status    :complete
238141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
239141cc406Sopenharmony_ci
240141cc406Sopenharmony_ci:model     "EP-704A"
241141cc406Sopenharmony_ci:interface "USB"
242141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0878"
243141cc406Sopenharmony_ci:status    :complete
244141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
245141cc406Sopenharmony_ci
246141cc406Sopenharmony_ci:model     "EP-705A"
247141cc406Sopenharmony_ci:interface "USB"
248141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089f"
249141cc406Sopenharmony_ci:status    :complete
250141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
251141cc406Sopenharmony_ci
252141cc406Sopenharmony_ci:model     "EP-706A"
253141cc406Sopenharmony_ci:interface "USB"
254141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b7"
255141cc406Sopenharmony_ci:status    :complete
256141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
257141cc406Sopenharmony_ci
258141cc406Sopenharmony_ci:model     "EP-707A"
259141cc406Sopenharmony_ci:interface "USB"
260141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c9"
261141cc406Sopenharmony_ci:status    :complete
262141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
263141cc406Sopenharmony_ci
264141cc406Sopenharmony_ci:model     "EP-774A"
265141cc406Sopenharmony_ci:interface "USB"
266141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0893"
267141cc406Sopenharmony_ci:status    :complete
268141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
269141cc406Sopenharmony_ci
270141cc406Sopenharmony_ci:model     "EP-775A"
271141cc406Sopenharmony_ci:interface "USB"
272141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089e"
273141cc406Sopenharmony_ci:status    :complete
274141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
275141cc406Sopenharmony_ci
276141cc406Sopenharmony_ci:model     "EP-775AW"
277141cc406Sopenharmony_ci:interface "USB"
278141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089e"
279141cc406Sopenharmony_ci:status    :complete
280141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
281141cc406Sopenharmony_ci
282141cc406Sopenharmony_ci:model     "EP-776AB"
283141cc406Sopenharmony_ci:interface "USB"
284141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b6"
285141cc406Sopenharmony_ci:status    :complete
286141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
287141cc406Sopenharmony_ci
288141cc406Sopenharmony_ci:model     "EP-776AW"
289141cc406Sopenharmony_ci:interface "USB"
290141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b6"
291141cc406Sopenharmony_ci:status    :complete
292141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
293141cc406Sopenharmony_ci
294141cc406Sopenharmony_ci:model     "EP-777A"
295141cc406Sopenharmony_ci:interface "USB"
296141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c8"
297141cc406Sopenharmony_ci:status    :complete
298141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
299141cc406Sopenharmony_ci
300141cc406Sopenharmony_ci:model     "EP-801A"
301141cc406Sopenharmony_ci:interface "USB"
302141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0846"
303141cc406Sopenharmony_ci:status    :good
304141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
305141cc406Sopenharmony_ci
306141cc406Sopenharmony_ci:model     "EP-802A"
307141cc406Sopenharmony_ci:interface "USB"
308141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0852"
309141cc406Sopenharmony_ci:status    :complete
310141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
311141cc406Sopenharmony_ci
312141cc406Sopenharmony_ci:model     "EP-803A"
313141cc406Sopenharmony_ci:interface "USB"
314141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0861"
315141cc406Sopenharmony_ci:status    :complete
316141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
317141cc406Sopenharmony_ci
318141cc406Sopenharmony_ci:model     "EP-803AW"
319141cc406Sopenharmony_ci:interface "USB"
320141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0861"
321141cc406Sopenharmony_ci:status    :complete
322141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
323141cc406Sopenharmony_ci
324141cc406Sopenharmony_ci:model     "EP-804A"
325141cc406Sopenharmony_ci:interface "USB"
326141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
327141cc406Sopenharmony_ci:status    :complete
328141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
329141cc406Sopenharmony_ci
330141cc406Sopenharmony_ci:model     "EP-804AR"
331141cc406Sopenharmony_ci:interface "USB"
332141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
333141cc406Sopenharmony_ci:status    :complete
334141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
335141cc406Sopenharmony_ci
336141cc406Sopenharmony_ci:model     "EP-804AW"
337141cc406Sopenharmony_ci:interface "USB"
338141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
339141cc406Sopenharmony_ci:status    :complete
340141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
341141cc406Sopenharmony_ci
342141cc406Sopenharmony_ci:model     "EP-805A"
343141cc406Sopenharmony_ci:interface "USB"
344141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089c"
345141cc406Sopenharmony_ci:status    :complete
346141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
347141cc406Sopenharmony_ci
348141cc406Sopenharmony_ci:model     "EP-805AR"
349141cc406Sopenharmony_ci:interface "USB"
350141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089c"
351141cc406Sopenharmony_ci:status    :complete
352141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
353141cc406Sopenharmony_ci
354141cc406Sopenharmony_ci:model     "EP-805AW"
355141cc406Sopenharmony_ci:interface "USB"
356141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089c"
357141cc406Sopenharmony_ci:status    :complete
358141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
359141cc406Sopenharmony_ci
360141cc406Sopenharmony_ci:model     "EP-806AB"
361141cc406Sopenharmony_ci:interface "USB"
362141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b5"
363141cc406Sopenharmony_ci:status    :complete
364141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
365141cc406Sopenharmony_ci
366141cc406Sopenharmony_ci:model     "EP-806AR"
367141cc406Sopenharmony_ci:interface "USB"
368141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b5"
369141cc406Sopenharmony_ci:status    :complete
370141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
371141cc406Sopenharmony_ci
372141cc406Sopenharmony_ci:model     "EP-806AW"
373141cc406Sopenharmony_ci:interface "USB"
374141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b5"
375141cc406Sopenharmony_ci:status    :complete
376141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
377141cc406Sopenharmony_ci
378141cc406Sopenharmony_ci:model     "EP-807AB"
379141cc406Sopenharmony_ci:interface "USB"
380141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c7"
381141cc406Sopenharmony_ci:status    :complete
382141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
383141cc406Sopenharmony_ci
384141cc406Sopenharmony_ci:model     "EP-807AR"
385141cc406Sopenharmony_ci:interface "USB"
386141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c7"
387141cc406Sopenharmony_ci:status    :complete
388141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
389141cc406Sopenharmony_ci
390141cc406Sopenharmony_ci:model     "EP-807AW"
391141cc406Sopenharmony_ci:interface "USB"
392141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c7"
393141cc406Sopenharmony_ci:status    :complete
394141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
395141cc406Sopenharmony_ci
396141cc406Sopenharmony_ci:model     "EP-901A"
397141cc406Sopenharmony_ci:interface "USB"
398141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0844"
399141cc406Sopenharmony_ci:status    :good
400141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
401141cc406Sopenharmony_ci
402141cc406Sopenharmony_ci:model     "EP-901F"
403141cc406Sopenharmony_ci:interface "USB"
404141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0844"
405141cc406Sopenharmony_ci:status    :good
406141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
407141cc406Sopenharmony_ci
408141cc406Sopenharmony_ci:model     "EP-902A"
409141cc406Sopenharmony_ci:interface "USB"
410141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0853"
411141cc406Sopenharmony_ci:status    :complete
412141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
413141cc406Sopenharmony_ci
414141cc406Sopenharmony_ci:model     "EP-903A"
415141cc406Sopenharmony_ci:interface "USB"
416141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0860"
417141cc406Sopenharmony_ci:status    :complete
418141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
419141cc406Sopenharmony_ci
420141cc406Sopenharmony_ci:model     "EP-903F"
421141cc406Sopenharmony_ci:interface "USB"
422141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0860"
423141cc406Sopenharmony_ci:status    :complete
424141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
425141cc406Sopenharmony_ci
426141cc406Sopenharmony_ci:model     "EP-904A"
427141cc406Sopenharmony_ci:interface "USB"
428141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0879"
429141cc406Sopenharmony_ci:status    :complete
430141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
431141cc406Sopenharmony_ci
432141cc406Sopenharmony_ci:model     "EP-904F"
433141cc406Sopenharmony_ci:interface "USB"
434141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0879"
435141cc406Sopenharmony_ci:status    :complete
436141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
437141cc406Sopenharmony_ci
438141cc406Sopenharmony_ci:model     "EP-905A"
439141cc406Sopenharmony_ci:interface "USB"
440141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089b"
441141cc406Sopenharmony_ci:status    :complete
442141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
443141cc406Sopenharmony_ci
444141cc406Sopenharmony_ci:model     "EP-905F"
445141cc406Sopenharmony_ci:interface "USB"
446141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089a"
447141cc406Sopenharmony_ci:status    :complete
448141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
449141cc406Sopenharmony_ci
450141cc406Sopenharmony_ci:model     "EP-906F"
451141cc406Sopenharmony_ci:interface "USB"
452141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b4"
453141cc406Sopenharmony_ci:status    :complete
454141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
455141cc406Sopenharmony_ci
456141cc406Sopenharmony_ci:model     "EP-907F"
457141cc406Sopenharmony_ci:interface "USB"
458141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c6"
459141cc406Sopenharmony_ci:status    :complete
460141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
461141cc406Sopenharmony_ci
462141cc406Sopenharmony_ci:model     "EP-976A3"
463141cc406Sopenharmony_ci:interface "USB"
464141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b3"
465141cc406Sopenharmony_ci:status    :complete
466141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
467141cc406Sopenharmony_ci
468141cc406Sopenharmony_ci:model     "EP-977A3"
469141cc406Sopenharmony_ci:interface "USB"
470141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c5"
471141cc406Sopenharmony_ci:status    :complete
472141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
473141cc406Sopenharmony_ci
474141cc406Sopenharmony_ci:model     "ES-300C"
475141cc406Sopenharmony_ci:interface "SCSI parallel"
476141cc406Sopenharmony_ci:status    :good
477141cc406Sopenharmony_ci:comment   "overseas version of the GT-6000"
478141cc406Sopenharmony_ci
479141cc406Sopenharmony_ci:model     "ES-300GS"
480141cc406Sopenharmony_ci:interface "SCSI"
481141cc406Sopenharmony_ci:status    :good
482141cc406Sopenharmony_ci
483141cc406Sopenharmony_ci:model     "ES-600C"
484141cc406Sopenharmony_ci:interface "parallel"
485141cc406Sopenharmony_ci:status    :good
486141cc406Sopenharmony_ci:comment   "overseas version of the GT-5400"
487141cc406Sopenharmony_ci
488141cc406Sopenharmony_ci:model     "ES-800C"
489141cc406Sopenharmony_ci:interface "SCSI"
490141cc406Sopenharmony_ci:status    :good
491141cc406Sopenharmony_ci:comment   "overseas version of the GT-8000"
492141cc406Sopenharmony_ci
493141cc406Sopenharmony_ci:model     "ES-1000C"
494141cc406Sopenharmony_ci:status    :unsupported
495141cc406Sopenharmony_ci:comment   "overseas version of the GT-8500"
496141cc406Sopenharmony_ci
497141cc406Sopenharmony_ci:model     "ES-1200C"
498141cc406Sopenharmony_ci:interface "parallel"
499141cc406Sopenharmony_ci:status    :good
500141cc406Sopenharmony_ci:comment   "overseas version of the GT-9000"
501141cc406Sopenharmony_ci
502141cc406Sopenharmony_ci:model     "ES-2000"			; product spec (JP)
503141cc406Sopenharmony_ci:interface "SCSI USB"
504141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0107"
505141cc406Sopenharmony_ci:status    :complete
506141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
507141cc406Sopenharmony_ci
508141cc406Sopenharmony_ci:model     "ES-2200"			; product spec (JP)
509141cc406Sopenharmony_ci:interface "SCSI USB"
510141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010e"
511141cc406Sopenharmony_ci:status    :complete
512141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
513141cc406Sopenharmony_ci
514141cc406Sopenharmony_ci:model     "ES-6000"			; product spec (JP)
515141cc406Sopenharmony_ci:interface "SCSI"
516141cc406Sopenharmony_ci:status    :good
517141cc406Sopenharmony_ci
518141cc406Sopenharmony_ci:model     "ES-6000H"			; product spec (JP)
519141cc406Sopenharmony_ci:interface "SCSI"
520141cc406Sopenharmony_ci:status    :good
521141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
522141cc406Sopenharmony_ci
523141cc406Sopenharmony_ci:model     "ES-6000HS"			; product spec (JP)
524141cc406Sopenharmony_ci:interface "SCSI"
525141cc406Sopenharmony_ci:status    :good
526141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
527141cc406Sopenharmony_ci
528141cc406Sopenharmony_ci:model     "ES-7000H"			; product spec (JP)
529141cc406Sopenharmony_ci:interface "SCSI USB"
530141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0126"
531141cc406Sopenharmony_ci:status    :good
532141cc406Sopenharmony_ci:comment   "network interface not supported<br>IEEE1394 untested"
533141cc406Sopenharmony_ci
534141cc406Sopenharmony_ci:model     "ES-8000"
535141cc406Sopenharmony_ci:interface "SCSI"
536141cc406Sopenharmony_ci:status    :untested
537141cc406Sopenharmony_ci
538141cc406Sopenharmony_ci:model     "ES-8500"			; product spec (JP)
539141cc406Sopenharmony_ci:interface "SCSI USB"
540141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0109"
541141cc406Sopenharmony_ci:status    :good
542141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
543141cc406Sopenharmony_ci
544141cc406Sopenharmony_ci:model     "ES-9000H"			; product spec (JP)
545141cc406Sopenharmony_ci:interface "SCSI"
546141cc406Sopenharmony_ci:status    :good
547141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
548141cc406Sopenharmony_ci
549141cc406Sopenharmony_ci:model     "ES-10000G"			; product spec (JP)
550141cc406Sopenharmony_ci:interface "USB"
551141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0129"
552141cc406Sopenharmony_ci:status    :good
553141cc406Sopenharmony_ci:comment   "network interface not supported<br>IEEE1394 untested"
554141cc406Sopenharmony_ci
555141cc406Sopenharmony_ci:model     "ES-D200"
556141cc406Sopenharmony_ci:interface "USB"
557141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0137"
558141cc406Sopenharmony_ci:status    :good
559141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80"
560141cc406Sopenharmony_ci
561141cc406Sopenharmony_ci:model     "ES-D350"
562141cc406Sopenharmony_ci:interface "USB"
563141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0144"
564141cc406Sopenharmony_ci:status    :good
565141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80"
566141cc406Sopenharmony_ci
567141cc406Sopenharmony_ci:model     "ES-D400"
568141cc406Sopenharmony_ci:interface "USB"
569141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0136"
570141cc406Sopenharmony_ci:status    :good
571141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80"
572141cc406Sopenharmony_ci
573141cc406Sopenharmony_ci:model     "ES-G11000"
574141cc406Sopenharmony_ci:interface "USB"
575141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014b"
576141cc406Sopenharmony_ci:status    :good
577141cc406Sopenharmony_ci
578141cc406Sopenharmony_ci:model     "ES-H300"
579141cc406Sopenharmony_ci:interface "USB"
580141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012b"
581141cc406Sopenharmony_ci:status    :good
582141cc406Sopenharmony_ci:comment   "network interface not supported"
583141cc406Sopenharmony_ci
584141cc406Sopenharmony_ci:model     "ES-H7200"
585141cc406Sopenharmony_ci:interface "USB Ethernet"
586141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0138"
587141cc406Sopenharmony_ci:status    :good
588141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package"
589141cc406Sopenharmony_ci
590141cc406Sopenharmony_ci:model     "Expression 636"
591141cc406Sopenharmony_ci:interface "SCSI"
592141cc406Sopenharmony_ci:status    :complete
593141cc406Sopenharmony_ci:comment   "overseas version of the GT-9500"
594141cc406Sopenharmony_ci
595141cc406Sopenharmony_ci:model     "Expression 800"		; command spec
596141cc406Sopenharmony_ci:interface "SCSI"
597141cc406Sopenharmony_ci:status    :complete
598141cc406Sopenharmony_ci:comment   "overseas version of the GT-9600"
599141cc406Sopenharmony_ci:scsi      "EPSON" "Expression800" "processor"
600141cc406Sopenharmony_ci
601141cc406Sopenharmony_ci:model     "Expression 836XL"		; command spec
602141cc406Sopenharmony_ci:interface "SCSI"
603141cc406Sopenharmony_ci:status    :untested
604141cc406Sopenharmony_ci:comment   "overseas version of the ES-8000"
605141cc406Sopenharmony_ci
606141cc406Sopenharmony_ci:model     "Expression 1600"		; command spec
607141cc406Sopenharmony_ci:interface "SCSI USB"
608141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0107"
609141cc406Sopenharmony_ci:status    :complete
610141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-2000"
611141cc406Sopenharmony_ci
612141cc406Sopenharmony_ci:model     "Expression 1640XL"		; command spec
613141cc406Sopenharmony_ci:interface "SCSI USB"
614141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0109"
615141cc406Sopenharmony_ci:status    :good
616141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-8500"
617141cc406Sopenharmony_ci
618141cc406Sopenharmony_ci:model     "Expression 1680"		; command spec
619141cc406Sopenharmony_ci:interface "SCSI USB"
620141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010e"
621141cc406Sopenharmony_ci:status    :complete
622141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-2200"
623141cc406Sopenharmony_ci
624141cc406Sopenharmony_ci:model     "Expression 1680 Pro"
625141cc406Sopenharmony_ci:interface "SCSI USB"
626141cc406Sopenharmony_ci:status    :untested
627141cc406Sopenharmony_ci:comment   "IEEE1394 option"
628141cc406Sopenharmony_ci
629141cc406Sopenharmony_ci:model     "Expression 1680XL Pro"
630141cc406Sopenharmony_ci:interface "SCSI USB"
631141cc406Sopenharmony_ci:status    :untested
632141cc406Sopenharmony_ci
633141cc406Sopenharmony_ci:model     "Expression 10000XL"		; command spec
634141cc406Sopenharmony_ci:interface "USB"
635141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0129"
636141cc406Sopenharmony_ci:status    :good
637141cc406Sopenharmony_ci:comment   "network interface not supported<br>IEEE1394 untested<br>overseas version of the ES-10000G"
638141cc406Sopenharmony_ci
639141cc406Sopenharmony_ci:model     "Expression 10000XL Graphic Arts"
640141cc406Sopenharmony_ci:interface "USB IEEE1394"
641141cc406Sopenharmony_ci:status    :untested
642141cc406Sopenharmony_ci:comment   "network interface not supported"
643141cc406Sopenharmony_ci
644141cc406Sopenharmony_ci:model     "Expression 10000XL Photo"
645141cc406Sopenharmony_ci:interface "USB IEEE1394"
646141cc406Sopenharmony_ci:status    :untested
647141cc406Sopenharmony_ci:comment   "network interface not supported"
648141cc406Sopenharmony_ci
649141cc406Sopenharmony_ci:model     "Expression 11000XL"
650141cc406Sopenharmony_ci:interface "USB"
651141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014b"
652141cc406Sopenharmony_ci:status    :good
653141cc406Sopenharmony_ci:comment   "overseas version of the ES-G11000"
654141cc406Sopenharmony_ci
655141cc406Sopenharmony_ci:model     "Expression 12000XL"
656141cc406Sopenharmony_ci:interface "USB"
657141cc406Sopenharmony_ci:usbid     "0x04b8" "0x015b"
658141cc406Sopenharmony_ci:status    :good
659141cc406Sopenharmony_ci:comment   "overseas version of the DS-G20000"
660141cc406Sopenharmony_ci
661141cc406Sopenharmony_ci:model     "F-3200"			; product spec (JP)
662141cc406Sopenharmony_ci:interface "USB IEEE1394"
663141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080a"
664141cc406Sopenharmony_ci:status    :unsupported
665141cc406Sopenharmony_ci:comment   "Film scanner"
666141cc406Sopenharmony_ci
667141cc406Sopenharmony_ci:model     "F-3200 Photo"
668141cc406Sopenharmony_ci:interface "USB IEEE1394"
669141cc406Sopenharmony_ci:status    :unsupported
670141cc406Sopenharmony_ci
671141cc406Sopenharmony_ci:model     "FilmScan 200"
672141cc406Sopenharmony_ci:interface "SCSI"
673141cc406Sopenharmony_ci:status    :unsupported
674141cc406Sopenharmony_ci:comment   "A better backend for the FilmScan 200 can be found at <A HREF=\"http://www.vjet.demon.co.uk/scanner/\">http://www.vjet.demon.co.uk/scanner/</A>."
675141cc406Sopenharmony_ci:url       "http://www.vjet.demon.co.uk/scanner/"
676141cc406Sopenharmony_ci
677141cc406Sopenharmony_ci:model     "GT-1500"
678141cc406Sopenharmony_ci:interface "USB"
679141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0133"
680141cc406Sopenharmony_ci:status    :good
681141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-1500<br>overseas version of the GT-D1000"
682141cc406Sopenharmony_ci
683141cc406Sopenharmony_ci:model     "GT-2200"
684141cc406Sopenharmony_ci:interface "USB"
685141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0102"
686141cc406Sopenharmony_ci:status    :unsupported
687141cc406Sopenharmony_ci
688141cc406Sopenharmony_ci:model     "GT-2500"
689141cc406Sopenharmony_ci:interface "USB"
690141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012b"
691141cc406Sopenharmony_ci:status    :good
692141cc406Sopenharmony_ci:comment   "network interface not supported<br>overseas version of the ES-H300"
693141cc406Sopenharmony_ci
694141cc406Sopenharmony_ci:model     "GT-4000"
695141cc406Sopenharmony_ci:status    :untested
696141cc406Sopenharmony_ci
697141cc406Sopenharmony_ci:model     "GT-5000"
698141cc406Sopenharmony_ci:interface "parallel SCSI"
699141cc406Sopenharmony_ci:status    :good
700141cc406Sopenharmony_ci
701141cc406Sopenharmony_ci:model     "GT-5400"
702141cc406Sopenharmony_ci:interface "parallel"
703141cc406Sopenharmony_ci:status    :good
704141cc406Sopenharmony_ci
705141cc406Sopenharmony_ci:model     "GT-5500"
706141cc406Sopenharmony_ci:interface "SCSI"
707141cc406Sopenharmony_ci:status    :good
708141cc406Sopenharmony_ci
709141cc406Sopenharmony_ci:model     "GT-6000"
710141cc406Sopenharmony_ci:interface "SCSI Parport"
711141cc406Sopenharmony_ci:status    :good
712141cc406Sopenharmony_ci
713141cc406Sopenharmony_ci:model     "GT-6500"
714141cc406Sopenharmony_ci:interface "parallel"
715141cc406Sopenharmony_ci:status    :good
716141cc406Sopenharmony_ci:comment   "overseas version of the GT-5400"
717141cc406Sopenharmony_ci
718141cc406Sopenharmony_ci:model     "GT-6600U"			; product spec (JP)
719141cc406Sopenharmony_ci:interface "USB"
720141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0103"
721141cc406Sopenharmony_ci:status    :complete
722141cc406Sopenharmony_ci
723141cc406Sopenharmony_ci:model     "GT-6700U"			; product spec (JP)
724141cc406Sopenharmony_ci:interface "USB"
725141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010c"
726141cc406Sopenharmony_ci:status    :complete
727141cc406Sopenharmony_ci
728141cc406Sopenharmony_ci:model     "GT-7000S"
729141cc406Sopenharmony_ci:interface "SCSI"
730141cc406Sopenharmony_ci:status    :complete
731141cc406Sopenharmony_ci:scsi      "EPSON" "SCANNER GT-7000" "processor"
732141cc406Sopenharmony_ci
733141cc406Sopenharmony_ci:model     "GT-7000U"
734141cc406Sopenharmony_ci:interface "USB"
735141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0101"
736141cc406Sopenharmony_ci:status    :complete
737141cc406Sopenharmony_ci
738141cc406Sopenharmony_ci:model     "GT-7200U"			; product spec (JP)
739141cc406Sopenharmony_ci:interface "USB"
740141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010f"
741141cc406Sopenharmony_ci:status    :good
742141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend"
743141cc406Sopenharmony_ci
744141cc406Sopenharmony_ci:model     "GT-7300U"			; product spec (JP)
745141cc406Sopenharmony_ci:interface "USB"
746141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011d"
747141cc406Sopenharmony_ci:status    :good
748141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend"
749141cc406Sopenharmony_ci
750141cc406Sopenharmony_ci:model     "GT-7400U"			; product spec (JP)
751141cc406Sopenharmony_ci:interface "USB"
752141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0120"
753141cc406Sopenharmony_ci:status    :unsupported
754141cc406Sopenharmony_ci:comment   "supported by the snapscan backend"
755141cc406Sopenharmony_ci
756141cc406Sopenharmony_ci:model     "GT-7600S"			; product spec (JP)
757141cc406Sopenharmony_ci:interface "SCSI"
758141cc406Sopenharmony_ci:status    :complete
759141cc406Sopenharmony_ci:comment   "SCSI version of the GT-7600U"
760141cc406Sopenharmony_ci
761141cc406Sopenharmony_ci:model     "GT-7600U"			; product spec (JP)
762141cc406Sopenharmony_ci:interface "USB"
763141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0104"
764141cc406Sopenharmony_ci:status    :complete
765141cc406Sopenharmony_ci:comment   "USB version of the GT-7600S"
766141cc406Sopenharmony_ci
767141cc406Sopenharmony_ci:model     "GT-7600UF"			; product spec (JP)
768141cc406Sopenharmony_ci:interface "USB"
769141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0104"
770141cc406Sopenharmony_ci:status    :complete
771141cc406Sopenharmony_ci:comment   "GT-7600U with TPU option bundled"
772141cc406Sopenharmony_ci
773141cc406Sopenharmony_ci:model     "GT-7700U"			; product spec (JP)
774141cc406Sopenharmony_ci:interface "USB"
775141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010b"
776141cc406Sopenharmony_ci:status    :complete
777141cc406Sopenharmony_ci
778141cc406Sopenharmony_ci:model     "GT-8000"
779141cc406Sopenharmony_ci:interface "SCSI"
780141cc406Sopenharmony_ci:status    :good
781141cc406Sopenharmony_ci
782141cc406Sopenharmony_ci:model     "GT-8200U"			; product spec (JP)
783141cc406Sopenharmony_ci:interface "USB"
784141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0110"
785141cc406Sopenharmony_ci:status    :complete
786141cc406Sopenharmony_ci
787141cc406Sopenharmony_ci:model     "GT-8200UF"			; product spec (JP)
788141cc406Sopenharmony_ci:interface "USB"
789141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0110"
790141cc406Sopenharmony_ci:status    :good
791141cc406Sopenharmony_ci
792141cc406Sopenharmony_ci:model     "GT-8300UF"			; product spec (JP)
793141cc406Sopenharmony_ci:interface "USB"
794141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011e"
795141cc406Sopenharmony_ci:status    :complete
796141cc406Sopenharmony_ci
797141cc406Sopenharmony_ci:model     "GT-8400UF"			; product spec (JP)
798141cc406Sopenharmony_ci:interface "USB"
799141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011f"
800141cc406Sopenharmony_ci:status    :unsupported
801141cc406Sopenharmony_ci
802141cc406Sopenharmony_ci:model     "GT-8500"
803141cc406Sopenharmony_ci:status    :untested
804141cc406Sopenharmony_ci
805141cc406Sopenharmony_ci:model     "GT-8700"			; product spec (JP)
806141cc406Sopenharmony_ci:interface "SCSI USB"
807141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010a"
808141cc406Sopenharmony_ci:status    :complete
809141cc406Sopenharmony_ci
810141cc406Sopenharmony_ci:model     "GT-8700F"			; product spec (JP)
811141cc406Sopenharmony_ci:interface "SCSI USB"
812141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010a"
813141cc406Sopenharmony_ci:status    :good
814141cc406Sopenharmony_ci:comment   "GT-8700U with TPU option bundled"
815141cc406Sopenharmony_ci
816141cc406Sopenharmony_ci:model     "GT-9000"
817141cc406Sopenharmony_ci:interface "parallel"
818141cc406Sopenharmony_ci:status    :good
819141cc406Sopenharmony_ci
820141cc406Sopenharmony_ci:model     "GT-9300UF"			; product spec (JP)
821141cc406Sopenharmony_ci:interface "USB"
822141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011b"
823141cc406Sopenharmony_ci:status    :complete
824141cc406Sopenharmony_ci
825141cc406Sopenharmony_ci:model     "GT-9400UF"			; product spec (JP)
826141cc406Sopenharmony_ci:interface "USB"
827141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0116"
828141cc406Sopenharmony_ci:status    :good
829141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-9400"
830141cc406Sopenharmony_ci
831141cc406Sopenharmony_ci:model     "GT-9500"
832141cc406Sopenharmony_ci:interface "SCSI"
833141cc406Sopenharmony_ci:status    :complete
834141cc406Sopenharmony_ci
835141cc406Sopenharmony_ci:model     "GT-9600"
836141cc406Sopenharmony_ci:interface "SCSI"
837141cc406Sopenharmony_ci:status    :complete
838141cc406Sopenharmony_ci
839141cc406Sopenharmony_ci:model     "GT-9700F"			; product spec (JP)
840141cc406Sopenharmony_ci:interface "USB IEEE1394"
841141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0112"
842141cc406Sopenharmony_ci:scsi      "EPSON" "GT-9700" "processor"
843141cc406Sopenharmony_ci:status    :complete
844141cc406Sopenharmony_ci
845141cc406Sopenharmony_ci:model     "GT-9800F"			; product spec (JP)
846141cc406Sopenharmony_ci:interface "USB IEEE1394"
847141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011c"
848141cc406Sopenharmony_ci:scsi      "EPSON" "GT-9800" "processor"
849141cc406Sopenharmony_ci:status    :complete
850141cc406Sopenharmony_ci
851141cc406Sopenharmony_ci:model     "GT-10000"
852141cc406Sopenharmony_ci:interface "SCSI"
853141cc406Sopenharmony_ci:status    :good
854141cc406Sopenharmony_ci:comment   "overseas version of the ES-6000"
855141cc406Sopenharmony_ci
856141cc406Sopenharmony_ci:model     "GT-10000+"			; command spec
857141cc406Sopenharmony_ci:interface "SCSI"
858141cc406Sopenharmony_ci:status    :good
859141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-6000H"
860141cc406Sopenharmony_ci
861141cc406Sopenharmony_ci:model     "GT-12000"
862141cc406Sopenharmony_ci:interface "SCSI"
863141cc406Sopenharmony_ci:status    :untested
864141cc406Sopenharmony_ci:comment   "overseas version of the ES-8000"
865141cc406Sopenharmony_ci
866141cc406Sopenharmony_ci:model     "GT-15000"			; command spec
867141cc406Sopenharmony_ci:interface "SCSI USB"
868141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0126"
869141cc406Sopenharmony_ci:status    :good
870141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-7000H"
871141cc406Sopenharmony_ci
872141cc406Sopenharmony_ci:model     "GT-20000"
873141cc406Sopenharmony_ci:interface "USB Ethernet"
874141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0138"
875141cc406Sopenharmony_ci:status    :good
876141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>overseas version of the ES-H7200"
877141cc406Sopenharmony_ci
878141cc406Sopenharmony_ci:model     "GT-30000"			; command spec
879141cc406Sopenharmony_ci:interface "SCSI"
880141cc406Sopenharmony_ci:status    :good
881141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the ES-9000H"
882141cc406Sopenharmony_ci
883141cc406Sopenharmony_ci:model     "GT-D1000"
884141cc406Sopenharmony_ci:interface "USB"
885141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0133"
886141cc406Sopenharmony_ci:status    :good
887141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-1500"
888141cc406Sopenharmony_ci
889141cc406Sopenharmony_ci:model     "GT-F500"			; product spec (JP)
890141cc406Sopenharmony_ci:interface "USB"
891141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0121"
892141cc406Sopenharmony_ci:status    :good
893141cc406Sopenharmony_ci:comment   "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
894141cc406Sopenharmony_ci
895141cc406Sopenharmony_ci:model     "GT-F520"
896141cc406Sopenharmony_ci:interface "USB"
897141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0122"
898141cc406Sopenharmony_ci:status    :good
899141cc406Sopenharmony_ci:comment   "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
900141cc406Sopenharmony_ci
901141cc406Sopenharmony_ci:model     "GT-F550"			; product spec (JP)
902141cc406Sopenharmony_ci:interface "USB"
903141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0121"
904141cc406Sopenharmony_ci:status    :good
905141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
906141cc406Sopenharmony_ci
907141cc406Sopenharmony_ci:model     "GT-F570"
908141cc406Sopenharmony_ci:interface "USB"
909141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0122"
910141cc406Sopenharmony_ci:status    :good
911141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
912141cc406Sopenharmony_ci
913141cc406Sopenharmony_ci:model     "GT-F600"			; product spec (JP)
914141cc406Sopenharmony_ci:interface "USB"
915141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0118"
916141cc406Sopenharmony_ci:status    :good
917141cc406Sopenharmony_ci:comment   "only scans up to 2400dpi<br>requires DFSG non-free iscan-plugin-gt-f600"
918141cc406Sopenharmony_ci
919141cc406Sopenharmony_ci:model     "GT-F650"
920141cc406Sopenharmony_ci:interface "USB"
921141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012d"
922141cc406Sopenharmony_ci:status    :good
923141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s600<br>GT-S600 with TPU"
924141cc406Sopenharmony_ci
925141cc406Sopenharmony_ci:model     "GT-F670"
926141cc406Sopenharmony_ci:interface "USB"
927141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012e"
928141cc406Sopenharmony_ci:status    :good
929141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-f670"
930141cc406Sopenharmony_ci
931141cc406Sopenharmony_ci:model     "GT-F700"
932141cc406Sopenharmony_ci:interface "USB"
933141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012f"
934141cc406Sopenharmony_ci:status    :good
935141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f700"
936141cc406Sopenharmony_ci
937141cc406Sopenharmony_ci:model     "GT-F720"
938141cc406Sopenharmony_ci:interface "USB"
939141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0131"
940141cc406Sopenharmony_ci:status    :good
941141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-f720<br>GT-S620 with TPU"
942141cc406Sopenharmony_ci
943141cc406Sopenharmony_ci:model     "GT-F730"
944141cc406Sopenharmony_ci:interface "USB"
945141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0142"
946141cc406Sopenharmony_ci:status    :good
947141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-perfection-v330<br>GT-S630 with TPU"
948141cc406Sopenharmony_ci
949141cc406Sopenharmony_ci:model     "GT-F740"
950141cc406Sopenharmony_ci:interface "USB"
951141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014a"
952141cc406Sopenharmony_ci:status    :good
953141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-perfection-v370<br>GT-S640 with TPU"
954141cc406Sopenharmony_ci
955141cc406Sopenharmony_ci:model     "GT-S50"
956141cc406Sopenharmony_ci:interface "USB"
957141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0137"
958141cc406Sopenharmony_ci:status    :good
959141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80<br>overseas version of the ES-D200"
960141cc406Sopenharmony_ci
961141cc406Sopenharmony_ci:model     "GT-S55"
962141cc406Sopenharmony_ci:interface "USB"
963141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0143"
964141cc406Sopenharmony_ci:status    :good
965141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80"
966141cc406Sopenharmony_ci
967141cc406Sopenharmony_ci:model     "GT-S80"
968141cc406Sopenharmony_ci:interface "USB"
969141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0136"
970141cc406Sopenharmony_ci:status    :good
971141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80<br>overseas version of the ES-D400"
972141cc406Sopenharmony_ci
973141cc406Sopenharmony_ci:model     "GT-S85"
974141cc406Sopenharmony_ci:interface "USB"
975141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0144"
976141cc406Sopenharmony_ci:status    :good
977141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-s80"
978141cc406Sopenharmony_ci
979141cc406Sopenharmony_ci:model     "GT-S600"
980141cc406Sopenharmony_ci:interface "USB"
981141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012d"
982141cc406Sopenharmony_ci:status    :good
983141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s600"
984141cc406Sopenharmony_ci
985141cc406Sopenharmony_ci:model     "GT-S620"
986141cc406Sopenharmony_ci:interface "USB"
987141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0131"
988141cc406Sopenharmony_ci:status    :good
989141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-f720"
990141cc406Sopenharmony_ci
991141cc406Sopenharmony_ci:model     "GT-S630"
992141cc406Sopenharmony_ci:interface "USB"
993141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0142"
994141cc406Sopenharmony_ci:status    :good
995141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-perfection-v330"
996141cc406Sopenharmony_ci
997141cc406Sopenharmony_ci:model     "GT-S640"
998141cc406Sopenharmony_ci:interface "USB"
999141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014a"
1000141cc406Sopenharmony_ci:status    :good
1001141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-perfection-v370"
1002141cc406Sopenharmony_ci
1003141cc406Sopenharmony_ci:model     "GT-S650"
1004141cc406Sopenharmony_ci:interface "USB"
1005141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013d"
1006141cc406Sopenharmony_ci:status    :good
1007141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s650"
1008141cc406Sopenharmony_ci
1009141cc406Sopenharmony_ci:model     "GT-X700"			; product spec (JP)
1010141cc406Sopenharmony_ci:interface "USB"
1011141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0128"
1012141cc406Sopenharmony_ci:status    :complete
1013141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
1014141cc406Sopenharmony_ci
1015141cc406Sopenharmony_ci:model     "GT-X750"
1016141cc406Sopenharmony_ci:interface "USB"
1017141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0119"
1018141cc406Sopenharmony_ci:status    :good
1019141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x750"
1020141cc406Sopenharmony_ci
1021141cc406Sopenharmony_ci:model     "GT-X770"
1022141cc406Sopenharmony_ci:interface "USB"
1023141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0130"
1024141cc406Sopenharmony_ci:status    :good
1025141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x770"
1026141cc406Sopenharmony_ci
1027141cc406Sopenharmony_ci:model     "GT-X800"			; product spec (JP)
1028141cc406Sopenharmony_ci:interface "USB"
1029141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012a"
1030141cc406Sopenharmony_ci:status    :complete
1031141cc406Sopenharmony_ci:comment   "film area guide mode not supported<br>IEEE1394 untested"
1032141cc406Sopenharmony_ci
1033141cc406Sopenharmony_ci:model     "GT-X820"
1034141cc406Sopenharmony_ci:interface "USB"
1035141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013a"
1036141cc406Sopenharmony_ci:status    :good
1037141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x820"
1038141cc406Sopenharmony_ci
1039141cc406Sopenharmony_ci:model     "GT-X830"
1040141cc406Sopenharmony_ci:interface "USB"
1041141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0153"
1042141cc406Sopenharmony_ci:status    :good
1043141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x830"
1044141cc406Sopenharmony_ci
1045141cc406Sopenharmony_ci:model     "GT-X900"
1046141cc406Sopenharmony_ci:interface "USB"
1047141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012c"
1048141cc406Sopenharmony_ci:status    :good
1049141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
1050141cc406Sopenharmony_ci:scsi      "EPSON" "GT-X900" "processor"
1051141cc406Sopenharmony_ci
1052141cc406Sopenharmony_ci:model     "GT-X970"
1053141cc406Sopenharmony_ci:interface "USB"
1054141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0135"
1055141cc406Sopenharmony_ci:status    :good
1056141cc406Sopenharmony_ci:comment   "IEEE1394 untested"
1057141cc406Sopenharmony_ci
1058141cc406Sopenharmony_ci:model     "GT-X980"
1059141cc406Sopenharmony_ci:interface "USB"
1060141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0151"
1061141cc406Sopenharmony_ci:status    :good
1062141cc406Sopenharmony_ci
1063141cc406Sopenharmony_ci:model     "K200 Series"
1064141cc406Sopenharmony_ci:interface "USB"
1065141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0871"
1066141cc406Sopenharmony_ci:status    :complete
1067141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1068141cc406Sopenharmony_ci
1069141cc406Sopenharmony_ci:model     "K300 Series"
1070141cc406Sopenharmony_ci:interface "USB"
1071141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0872"
1072141cc406Sopenharmony_ci:status    :complete
1073141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1074141cc406Sopenharmony_ci
1075141cc406Sopenharmony_ci:model     "L200 Series"
1076141cc406Sopenharmony_ci:interface "USB"
1077141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0873"
1078141cc406Sopenharmony_ci:status    :complete
1079141cc406Sopenharmony_ci:comment   "all-in-one"
1080141cc406Sopenharmony_ci
1081141cc406Sopenharmony_ci:model     "L210 Series"
1082141cc406Sopenharmony_ci:interface "USB"
1083141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a1"
1084141cc406Sopenharmony_ci:status    :complete
1085141cc406Sopenharmony_ci:comment   "all-in-one"
1086141cc406Sopenharmony_ci
1087141cc406Sopenharmony_ci:model     "L350"
1088141cc406Sopenharmony_ci:interface "USB"
1089141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a1"
1090141cc406Sopenharmony_ci:status    :complete
1091141cc406Sopenharmony_ci:comment   "all-in-one"
1092141cc406Sopenharmony_ci
1093141cc406Sopenharmony_ci:model     "L351"
1094141cc406Sopenharmony_ci:interface "USB"
1095141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a1"
1096141cc406Sopenharmony_ci:status    :complete
1097141cc406Sopenharmony_ci:comment   "all-in-one"
1098141cc406Sopenharmony_ci
1099141cc406Sopenharmony_ci:model     "L355"
1100141cc406Sopenharmony_ci:interface "USB"
1101141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a8"
1102141cc406Sopenharmony_ci:status    :complete
1103141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1104141cc406Sopenharmony_ci
1105141cc406Sopenharmony_ci:model     "L358"
1106141cc406Sopenharmony_ci:interface "USB"
1107141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a8"
1108141cc406Sopenharmony_ci:status    :complete
1109141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1110141cc406Sopenharmony_ci
1111141cc406Sopenharmony_ci:model     "L550 Series"
1112141cc406Sopenharmony_ci:interface "USB"
1113141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a9"
1114141cc406Sopenharmony_ci:status    :complete
1115141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1116141cc406Sopenharmony_ci
1117141cc406Sopenharmony_ci:model     "L850 Series"
1118141cc406Sopenharmony_ci:interface "USB"
1119141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ca"
1120141cc406Sopenharmony_ci:status    :complete
1121141cc406Sopenharmony_ci:comment   "all-in-one"
1122141cc406Sopenharmony_ci
1123141cc406Sopenharmony_ci:model     "LP-7900CS"
1124141cc406Sopenharmony_ci:status    :untested
1125141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-7000H"
1126141cc406Sopenharmony_ci
1127141cc406Sopenharmony_ci:model     "LP-9000CCH"
1128141cc406Sopenharmony_ci:status    :untested
1129141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1130141cc406Sopenharmony_ci
1131141cc406Sopenharmony_ci:model     "LP-9000CCS"
1132141cc406Sopenharmony_ci:status    :untested
1133141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-7000H"
1134141cc406Sopenharmony_ci
1135141cc406Sopenharmony_ci:model     "LP-9000CFH"
1136141cc406Sopenharmony_ci:status    :untested
1137141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1138141cc406Sopenharmony_ci
1139141cc406Sopenharmony_ci:model     "LP-9500CCS"
1140141cc406Sopenharmony_ci:status    :untested
1141141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-7000H"
1142141cc406Sopenharmony_ci
1143141cc406Sopenharmony_ci:model     "LP-9500CFH"
1144141cc406Sopenharmony_ci:status    :untested
1145141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1146141cc406Sopenharmony_ci
1147141cc406Sopenharmony_ci:model     "LP-9500CH2"
1148141cc406Sopenharmony_ci:status    :untested
1149141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1150141cc406Sopenharmony_ci
1151141cc406Sopenharmony_ci:model     "LP-9800CCH"
1152141cc406Sopenharmony_ci:status    :untested
1153141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1154141cc406Sopenharmony_ci
1155141cc406Sopenharmony_ci:model     "LP-9800CCS"
1156141cc406Sopenharmony_ci:status    :untested
1157141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-7000H"
1158141cc406Sopenharmony_ci
1159141cc406Sopenharmony_ci:model     "LP-9800CFH"
1160141cc406Sopenharmony_ci:status    :untested
1161141cc406Sopenharmony_ci:comment   "business all-in-one; scanner is a ES-9000H"
1162141cc406Sopenharmony_ci
1163141cc406Sopenharmony_ci:model     "LP-A500"
1164141cc406Sopenharmony_ci:interface "USB"
1165141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0815"
1166141cc406Sopenharmony_ci:status    :good
1167141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1168141cc406Sopenharmony_ci
1169141cc406Sopenharmony_ci:model     "LP-M5000"
1170141cc406Sopenharmony_ci:interface "USB"
1171141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0843"
1172141cc406Sopenharmony_ci:status    :good
1173141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1174141cc406Sopenharmony_ci
1175141cc406Sopenharmony_ci:model     "LP-M5300 Series"
1176141cc406Sopenharmony_ci:interface "USB"
1177141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0894"
1178141cc406Sopenharmony_ci:status    :good
1179141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1180141cc406Sopenharmony_ci
1181141cc406Sopenharmony_ci:model     "LP-M5500"
1182141cc406Sopenharmony_ci:interface "USB"
1183141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0817"
1184141cc406Sopenharmony_ci:status    :good
1185141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1186141cc406Sopenharmony_ci
1187141cc406Sopenharmony_ci:model     "LP-M5500F"
1188141cc406Sopenharmony_ci:interface "USB"
1189141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0817"
1190141cc406Sopenharmony_ci:status    :good
1191141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one<br>LP-M5500 with the fax option bundled"
1192141cc406Sopenharmony_ci
1193141cc406Sopenharmony_ci:model     "LP-M5600"
1194141cc406Sopenharmony_ci:interface "USB"
1195141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0833"
1196141cc406Sopenharmony_ci:status    :good
1197141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1198141cc406Sopenharmony_ci
1199141cc406Sopenharmony_ci:model     "LP-M6000"
1200141cc406Sopenharmony_ci:interface "USB"
1201141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0834"
1202141cc406Sopenharmony_ci:status    :good
1203141cc406Sopenharmony_ci:comment   "network interface not supported<br>business all-in-one"
1204141cc406Sopenharmony_ci
1205141cc406Sopenharmony_ci:model     "LP-M8040"
1206141cc406Sopenharmony_ci:interface "USB"
1207141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ad"
1208141cc406Sopenharmony_ci:status    :good
1209141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>business all-in-one"
1210141cc406Sopenharmony_ci
1211141cc406Sopenharmony_ci:model     "LP-M8040A"
1212141cc406Sopenharmony_ci:interface "USB"
1213141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ad"
1214141cc406Sopenharmony_ci:status    :good
1215141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>business all-in-one"
1216141cc406Sopenharmony_ci
1217141cc406Sopenharmony_ci:model     "LP-M8040F"
1218141cc406Sopenharmony_ci:interface "USB"
1219141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ad"
1220141cc406Sopenharmony_ci:status    :good
1221141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>business all-in-one"
1222141cc406Sopenharmony_ci
1223141cc406Sopenharmony_ci:model     "LP-M8170"
1224141cc406Sopenharmony_ci:interface "USB"
1225141cc406Sopenharmony_ci:usbid     "0x04b8" "0x1111"
1226141cc406Sopenharmony_ci:status    :good
1227141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>business all-in-one"
1228141cc406Sopenharmony_ci
1229141cc406Sopenharmony_ci:model     "M200 Series"
1230141cc406Sopenharmony_ci:interface "USB"
1231141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08aa"
1232141cc406Sopenharmony_ci:status    :complete
1233141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1234141cc406Sopenharmony_ci
1235141cc406Sopenharmony_ci:model     "ME 200"
1236141cc406Sopenharmony_ci:interface "USB"
1237141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0830"
1238141cc406Sopenharmony_ci:status    :good
1239141cc406Sopenharmony_ci:comment   "all-in-one"
1240141cc406Sopenharmony_ci
1241141cc406Sopenharmony_ci:model     "ME 300"
1242141cc406Sopenharmony_ci:interface "USB"
1243141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0841"
1244141cc406Sopenharmony_ci:status    :good
1245141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-401A"
1246141cc406Sopenharmony_ci
1247141cc406Sopenharmony_ci:model     "ME 320 Series"
1248141cc406Sopenharmony_ci:interface "USB"
1249141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
1250141cc406Sopenharmony_ci:status    :complete
1251141cc406Sopenharmony_ci:comment   "all-in-one"
1252141cc406Sopenharmony_ci
1253141cc406Sopenharmony_ci:model     "ME 330 Series"
1254141cc406Sopenharmony_ci:interface "USB"
1255141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
1256141cc406Sopenharmony_ci:status    :complete
1257141cc406Sopenharmony_ci:comment   "all-in-one"
1258141cc406Sopenharmony_ci
1259141cc406Sopenharmony_ci:model     "ME 340 Series"
1260141cc406Sopenharmony_ci:interface "USB"
1261141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0883"
1262141cc406Sopenharmony_ci:status    :complete
1263141cc406Sopenharmony_ci:comment   "all-in-one"
1264141cc406Sopenharmony_ci
1265141cc406Sopenharmony_ci:model     "ME OFFICE 510"
1266141cc406Sopenharmony_ci:interface "USB"
1267141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084f"
1268141cc406Sopenharmony_ci:status    :good
1269141cc406Sopenharmony_ci:comment   "all-in-one"
1270141cc406Sopenharmony_ci
1271141cc406Sopenharmony_ci:model     "ME OFFICE 520 Series"
1272141cc406Sopenharmony_ci:interface "USB"
1273141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0865"
1274141cc406Sopenharmony_ci:status    :complete
1275141cc406Sopenharmony_ci:comment   "all-in-one"
1276141cc406Sopenharmony_ci
1277141cc406Sopenharmony_ci:model     "ME OFFICE 535"
1278141cc406Sopenharmony_ci:interface "USB"
1279141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0881"
1280141cc406Sopenharmony_ci:status    :complete
1281141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-404A"
1282141cc406Sopenharmony_ci
1283141cc406Sopenharmony_ci:model     "ME OFFICE 560W Series"
1284141cc406Sopenharmony_ci:interface "USB"
1285141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0864"
1286141cc406Sopenharmony_ci:status    :complete
1287141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1288141cc406Sopenharmony_ci
1289141cc406Sopenharmony_ci:model     "ME OFFICE 570W Series"
1290141cc406Sopenharmony_ci:interface "USB"
1291141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0880"
1292141cc406Sopenharmony_ci:status    :complete
1293141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-434A"
1294141cc406Sopenharmony_ci
1295141cc406Sopenharmony_ci:model     "ME Office 600F"
1296141cc406Sopenharmony_ci:interface "USB"
1297141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0848"
1298141cc406Sopenharmony_ci:status    :good
1299141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1300141cc406Sopenharmony_ci
1301141cc406Sopenharmony_ci:model     "ME OFFICE 620F Series"
1302141cc406Sopenharmony_ci:interface "USB"
1303141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0863"
1304141cc406Sopenharmony_ci:status    :complete
1305141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1306141cc406Sopenharmony_ci
1307141cc406Sopenharmony_ci:model     "ME OFFICE 650FN Series"
1308141cc406Sopenharmony_ci:interface "USB"
1309141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0854"
1310141cc406Sopenharmony_ci:status    :good
1311141cc406Sopenharmony_ci:comment   "all-in-one"
1312141cc406Sopenharmony_ci
1313141cc406Sopenharmony_ci:model     "ME Office 700FW"
1314141cc406Sopenharmony_ci:interface "USB"
1315141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
1316141cc406Sopenharmony_ci:status    :good
1317141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-601F"
1318141cc406Sopenharmony_ci
1319141cc406Sopenharmony_ci:model     "ME OFFICE 900WD Series"
1320141cc406Sopenharmony_ci:interface "USB"
1321141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
1322141cc406Sopenharmony_ci:status    :complete
1323141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
1324141cc406Sopenharmony_ci
1325141cc406Sopenharmony_ci:model     "ME OFFICE 940FW Series"
1326141cc406Sopenharmony_ci:interface "USB"
1327141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0890"
1328141cc406Sopenharmony_ci:status    :complete
1329141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1330141cc406Sopenharmony_ci
1331141cc406Sopenharmony_ci:model     "ME OFFICE 960FWD Series"
1332141cc406Sopenharmony_ci:interface "USB"
1333141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
1334141cc406Sopenharmony_ci:status    :complete
1335141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1336141cc406Sopenharmony_ci
1337141cc406Sopenharmony_ci:model     "ME-101"
1338141cc406Sopenharmony_ci:interface "USB"
1339141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a0"
1340141cc406Sopenharmony_ci:status    :complete
1341141cc406Sopenharmony_ci:comment   "all-in-one"
1342141cc406Sopenharmony_ci
1343141cc406Sopenharmony_ci:model     "ME-301"
1344141cc406Sopenharmony_ci:interface "USB"
1345141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0896"
1346141cc406Sopenharmony_ci:status    :complete
1347141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1348141cc406Sopenharmony_ci
1349141cc406Sopenharmony_ci:model     "ME-303"
1350141cc406Sopenharmony_ci:interface "USB"
1351141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0897"
1352141cc406Sopenharmony_ci:status    :complete
1353141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-405A"
1354141cc406Sopenharmony_ci
1355141cc406Sopenharmony_ci:model     "ME-401"
1356141cc406Sopenharmony_ci:interface "USB"
1357141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0898"
1358141cc406Sopenharmony_ci:status    :complete
1359141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-435A"
1360141cc406Sopenharmony_ci
1361141cc406Sopenharmony_ci:model     "PM-A700"			; product spec (JP)
1362141cc406Sopenharmony_ci:interface "USB"
1363141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0814"
1364141cc406Sopenharmony_ci:status    :good
1365141cc406Sopenharmony_ci:comment   "all-in-one"
1366141cc406Sopenharmony_ci
1367141cc406Sopenharmony_ci:model     "PM-A750"
1368141cc406Sopenharmony_ci:interface "USB"
1369141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081a"
1370141cc406Sopenharmony_ci:status    :good
1371141cc406Sopenharmony_ci:comment   "all-in-one"
1372141cc406Sopenharmony_ci
1373141cc406Sopenharmony_ci:model     "PM-A820"
1374141cc406Sopenharmony_ci:interface "USB"
1375141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0827"
1376141cc406Sopenharmony_ci:status    :good
1377141cc406Sopenharmony_ci:comment   "all-in-one"
1378141cc406Sopenharmony_ci
1379141cc406Sopenharmony_ci:model     "PM-A840"
1380141cc406Sopenharmony_ci:interface "USB"
1381141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083c"
1382141cc406Sopenharmony_ci:status    :good
1383141cc406Sopenharmony_ci:comment   "all-in-one"
1384141cc406Sopenharmony_ci
1385141cc406Sopenharmony_ci:model     "PM-A840S"
1386141cc406Sopenharmony_ci:interface "USB"
1387141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083c"
1388141cc406Sopenharmony_ci:status    :good
1389141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
1390141cc406Sopenharmony_ci
1391141cc406Sopenharmony_ci:model     "PM-A850"			; product spec (JP)
1392141cc406Sopenharmony_ci:interface "USB"
1393141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0806"
1394141cc406Sopenharmony_ci:status    :good
1395141cc406Sopenharmony_ci:comment   "all-in-one"
1396141cc406Sopenharmony_ci
1397141cc406Sopenharmony_ci:model     "PM-A870"			; product spec (JP)
1398141cc406Sopenharmony_ci:interface "USB"
1399141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0811"
1400141cc406Sopenharmony_ci:status    :good
1401141cc406Sopenharmony_ci:comment   "all-in-one"
1402141cc406Sopenharmony_ci
1403141cc406Sopenharmony_ci:model     "PM-A890"
1404141cc406Sopenharmony_ci:interface "USB"
1405141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081c"
1406141cc406Sopenharmony_ci:status    :good
1407141cc406Sopenharmony_ci:comment   "all-in-one"
1408141cc406Sopenharmony_ci
1409141cc406Sopenharmony_ci:model     "PM-A900"			; product spec (JP)
1410141cc406Sopenharmony_ci:interface "USB"
1411141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0810"
1412141cc406Sopenharmony_ci:status    :good
1413141cc406Sopenharmony_ci:comment   "all-in-one"
1414141cc406Sopenharmony_ci
1415141cc406Sopenharmony_ci:model     "PM-A920"
1416141cc406Sopenharmony_ci:interface "USB"
1417141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082a"
1418141cc406Sopenharmony_ci:status    :good
1419141cc406Sopenharmony_ci:comment   "all-in-one"
1420141cc406Sopenharmony_ci
1421141cc406Sopenharmony_ci:model     "PM-A940"
1422141cc406Sopenharmony_ci:interface "USB"
1423141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0837"
1424141cc406Sopenharmony_ci:status    :good
1425141cc406Sopenharmony_ci:comment   "all-in-one"
1426141cc406Sopenharmony_ci
1427141cc406Sopenharmony_ci:model     "PM-A950"
1428141cc406Sopenharmony_ci:interface "USB"
1429141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081d"
1430141cc406Sopenharmony_ci:status    :good
1431141cc406Sopenharmony_ci:comment   "all-in-one"
1432141cc406Sopenharmony_ci
1433141cc406Sopenharmony_ci:model     "PM-A970"
1434141cc406Sopenharmony_ci:interface "USB"
1435141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0828"
1436141cc406Sopenharmony_ci:status    :good
1437141cc406Sopenharmony_ci:comment   "all-in-one"
1438141cc406Sopenharmony_ci
1439141cc406Sopenharmony_ci:model     "PM-T960"
1440141cc406Sopenharmony_ci:interface "USB"
1441141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0836"
1442141cc406Sopenharmony_ci:status    :good
1443141cc406Sopenharmony_ci:comment   "all-in-one"
1444141cc406Sopenharmony_ci
1445141cc406Sopenharmony_ci:model     "PM-T990"
1446141cc406Sopenharmony_ci:interface "USB"
1447141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0829"
1448141cc406Sopenharmony_ci:status    :good
1449141cc406Sopenharmony_ci:comment   "all-in-one<br>PM-A970 with network interface"
1450141cc406Sopenharmony_ci
1451141cc406Sopenharmony_ci:model     "PX-045A"
1452141cc406Sopenharmony_ci:interface "USB"
1453141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0895"
1454141cc406Sopenharmony_ci:status    :complete
1455141cc406Sopenharmony_ci:comment   "all-in-one"
1456141cc406Sopenharmony_ci
1457141cc406Sopenharmony_ci:model     "PX-046A"
1458141cc406Sopenharmony_ci:interface "USB"
1459141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ae"
1460141cc406Sopenharmony_ci:status    :complete
1461141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1462141cc406Sopenharmony_ci
1463141cc406Sopenharmony_ci:model     "PX-047A"
1464141cc406Sopenharmony_ci:interface "USB"
1465141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c0"
1466141cc406Sopenharmony_ci:status    :complete
1467141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1468141cc406Sopenharmony_ci
1469141cc406Sopenharmony_ci:model     "PX-1600F"
1470141cc406Sopenharmony_ci:interface "USB"
1471141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0869"
1472141cc406Sopenharmony_ci:status    :complete
1473141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1474141cc406Sopenharmony_ci
1475141cc406Sopenharmony_ci:model     "PX-1700F"
1476141cc406Sopenharmony_ci:interface "USB"
1477141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087c"
1478141cc406Sopenharmony_ci:status    :complete
1479141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1480141cc406Sopenharmony_ci
1481141cc406Sopenharmony_ci:model     "PX-401A"
1482141cc406Sopenharmony_ci:interface "USB"
1483141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0841"
1484141cc406Sopenharmony_ci:status    :good
1485141cc406Sopenharmony_ci:comment   "all-in-one"
1486141cc406Sopenharmony_ci
1487141cc406Sopenharmony_ci:model     "PX-402A"
1488141cc406Sopenharmony_ci:interface "USB"
1489141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084d"
1490141cc406Sopenharmony_ci:status    :good
1491141cc406Sopenharmony_ci:comment   "all-in-one"
1492141cc406Sopenharmony_ci
1493141cc406Sopenharmony_ci:model     "PX-403A"
1494141cc406Sopenharmony_ci:interface "USB"
1495141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087f"
1496141cc406Sopenharmony_ci:status    :complete
1497141cc406Sopenharmony_ci:comment   "all-in-one"
1498141cc406Sopenharmony_ci
1499141cc406Sopenharmony_ci:model     "PX-404A"
1500141cc406Sopenharmony_ci:interface "USB"
1501141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0881"
1502141cc406Sopenharmony_ci:status    :complete
1503141cc406Sopenharmony_ci:comment   "all-in-one"
1504141cc406Sopenharmony_ci
1505141cc406Sopenharmony_ci:model     "PX-405A"
1506141cc406Sopenharmony_ci:interface "USB"
1507141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0897"
1508141cc406Sopenharmony_ci:status    :complete
1509141cc406Sopenharmony_ci:comment   "all-in-one"
1510141cc406Sopenharmony_ci
1511141cc406Sopenharmony_ci:model     "PX-434A"
1512141cc406Sopenharmony_ci:interface "USB"
1513141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0880"
1514141cc406Sopenharmony_ci:status    :complete
1515141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1516141cc406Sopenharmony_ci
1517141cc406Sopenharmony_ci:model     "PX-435A"
1518141cc406Sopenharmony_ci:interface "USB"
1519141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0898"
1520141cc406Sopenharmony_ci:status    :complete
1521141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1522141cc406Sopenharmony_ci
1523141cc406Sopenharmony_ci:model     "PX-436A"
1524141cc406Sopenharmony_ci:interface "USB"
1525141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08af"
1526141cc406Sopenharmony_ci:status    :complete
1527141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1528141cc406Sopenharmony_ci
1529141cc406Sopenharmony_ci:model     "PX-437A"
1530141cc406Sopenharmony_ci:interface "USB"
1531141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08bf"
1532141cc406Sopenharmony_ci:status    :complete
1533141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1534141cc406Sopenharmony_ci
1535141cc406Sopenharmony_ci:model     "PX-501A"
1536141cc406Sopenharmony_ci:interface "USB"
1537141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084a"
1538141cc406Sopenharmony_ci:status    :good
1539141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
1540141cc406Sopenharmony_ci
1541141cc406Sopenharmony_ci:model     "PX-502A"
1542141cc406Sopenharmony_ci:interface "USB"
1543141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0856"
1544141cc406Sopenharmony_ci:status    :good
1545141cc406Sopenharmony_ci:comment   "all-in-one"
1546141cc406Sopenharmony_ci
1547141cc406Sopenharmony_ci:model     "PX-503A"
1548141cc406Sopenharmony_ci:interface "USB"
1549141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
1550141cc406Sopenharmony_ci:status    :complete
1551141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1552141cc406Sopenharmony_ci
1553141cc406Sopenharmony_ci:model     "PX-504A"
1554141cc406Sopenharmony_ci:interface "USB"
1555141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0891"
1556141cc406Sopenharmony_ci:status    :complete
1557141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1558141cc406Sopenharmony_ci
1559141cc406Sopenharmony_ci:model     "PX-505F"
1560141cc406Sopenharmony_ci:interface "USB"
1561141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a5"
1562141cc406Sopenharmony_ci:status    :complete
1563141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1564141cc406Sopenharmony_ci
1565141cc406Sopenharmony_ci:model     "PX-535F"
1566141cc406Sopenharmony_ci:interface "USB"
1567141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a6"
1568141cc406Sopenharmony_ci:status    :complete
1569141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1570141cc406Sopenharmony_ci
1571141cc406Sopenharmony_ci:model     "PX-601F"
1572141cc406Sopenharmony_ci:interface "USB"
1573141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
1574141cc406Sopenharmony_ci:status    :good
1575141cc406Sopenharmony_ci:comment   "network interface not supported"
1576141cc406Sopenharmony_ci
1577141cc406Sopenharmony_ci:model     "PX-602F"
1578141cc406Sopenharmony_ci:interface "USB"
1579141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0855"
1580141cc406Sopenharmony_ci:status    :complete
1581141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1582141cc406Sopenharmony_ci
1583141cc406Sopenharmony_ci:model     "PX-603F"
1584141cc406Sopenharmony_ci:interface "USB"
1585141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
1586141cc406Sopenharmony_ci:status    :complete
1587141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1588141cc406Sopenharmony_ci
1589141cc406Sopenharmony_ci:model     "PX-605F"
1590141cc406Sopenharmony_ci:interface "USB"
1591141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0899"
1592141cc406Sopenharmony_ci:status    :complete
1593141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1594141cc406Sopenharmony_ci
1595141cc406Sopenharmony_ci:model     "PX-673F"
1596141cc406Sopenharmony_ci:interface "USB"
1597141cc406Sopenharmony_ci:usbid     "0x04b8" "0x086a"
1598141cc406Sopenharmony_ci:status    :complete
1599141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1600141cc406Sopenharmony_ci
1601141cc406Sopenharmony_ci:model     "PX-675F"
1602141cc406Sopenharmony_ci:interface "USB"
1603141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0899"
1604141cc406Sopenharmony_ci:status    :complete
1605141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1606141cc406Sopenharmony_ci
1607141cc406Sopenharmony_ci:model     "PX-A550"			; product spec (JP)
1608141cc406Sopenharmony_ci:interface "USB"
1609141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080e"
1610141cc406Sopenharmony_ci:status    :good
1611141cc406Sopenharmony_ci:comment   "all-in-one"
1612141cc406Sopenharmony_ci
1613141cc406Sopenharmony_ci:model     "PX-A620"
1614141cc406Sopenharmony_ci:interface "USB"
1615141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082f"
1616141cc406Sopenharmony_ci:status    :good
1617141cc406Sopenharmony_ci:comment   "all-in-one"
1618141cc406Sopenharmony_ci
1619141cc406Sopenharmony_ci:model     "PX-A640"
1620141cc406Sopenharmony_ci:interface "USB"
1621141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0838"
1622141cc406Sopenharmony_ci:status    :good
1623141cc406Sopenharmony_ci:comment   "all-in-one"
1624141cc406Sopenharmony_ci
1625141cc406Sopenharmony_ci:model     "PX-A650"
1626141cc406Sopenharmony_ci:interface "USB"
1627141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0819"
1628141cc406Sopenharmony_ci:status    :good
1629141cc406Sopenharmony_ci:comment   "all-in-one"
1630141cc406Sopenharmony_ci
1631141cc406Sopenharmony_ci:model     "PX-A720"
1632141cc406Sopenharmony_ci:interface "USB"
1633141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082e"
1634141cc406Sopenharmony_ci:status    :good
1635141cc406Sopenharmony_ci:comment   "all-in-one"
1636141cc406Sopenharmony_ci
1637141cc406Sopenharmony_ci:model     "PX-A740"
1638141cc406Sopenharmony_ci:interface "USB"
1639141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0839"
1640141cc406Sopenharmony_ci:status    :good
1641141cc406Sopenharmony_ci:comment   "all-in-one"
1642141cc406Sopenharmony_ci
1643141cc406Sopenharmony_ci:model     "PX-B750F"
1644141cc406Sopenharmony_ci:interface "USB"
1645141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
1646141cc406Sopenharmony_ci:status    :complete
1647141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1648141cc406Sopenharmony_ci
1649141cc406Sopenharmony_ci:model     "PX-FA700"
1650141cc406Sopenharmony_ci:interface "USB"
1651141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083a"
1652141cc406Sopenharmony_ci:status    :good
1653141cc406Sopenharmony_ci:comment   "all-in-one"
1654141cc406Sopenharmony_ci
1655141cc406Sopenharmony_ci:model     "PX-M350F"
1656141cc406Sopenharmony_ci:interface "USB"
1657141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08d0"
1658141cc406Sopenharmony_ci:status    :complete
1659141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1660141cc406Sopenharmony_ci
1661141cc406Sopenharmony_ci:model     "PX-M5040F"
1662141cc406Sopenharmony_ci:interface "USB"
1663141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b9"
1664141cc406Sopenharmony_ci:status    :complete
1665141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1666141cc406Sopenharmony_ci
1667141cc406Sopenharmony_ci:model     "PX-M5041F"
1668141cc406Sopenharmony_ci:interface "USB"
1669141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b9"
1670141cc406Sopenharmony_ci:status    :complete
1671141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1672141cc406Sopenharmony_ci
1673141cc406Sopenharmony_ci:model     "PX-M650A"
1674141cc406Sopenharmony_ci:interface "USB"
1675141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c3"
1676141cc406Sopenharmony_ci:status    :complete
1677141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1678141cc406Sopenharmony_ci
1679141cc406Sopenharmony_ci:model     "PX-M650F"
1680141cc406Sopenharmony_ci:interface "USB"
1681141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c3"
1682141cc406Sopenharmony_ci:status    :complete
1683141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1684141cc406Sopenharmony_ci
1685141cc406Sopenharmony_ci:model     "PX-M740F"
1686141cc406Sopenharmony_ci:interface "USB"
1687141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b8"
1688141cc406Sopenharmony_ci:status    :complete
1689141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1690141cc406Sopenharmony_ci
1691141cc406Sopenharmony_ci:model     "PX-M741F"
1692141cc406Sopenharmony_ci:interface "USB"
1693141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b8"
1694141cc406Sopenharmony_ci:status    :complete
1695141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1696141cc406Sopenharmony_ci
1697141cc406Sopenharmony_ci:model     "PX-M840F"
1698141cc406Sopenharmony_ci:interface "USB"
1699141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08bd"
1700141cc406Sopenharmony_ci:status    :complete
1701141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
1702141cc406Sopenharmony_ci
1703141cc406Sopenharmony_ci:model     "Perfection 600"
1704141cc406Sopenharmony_ci:interface "SCSI"
1705141cc406Sopenharmony_ci:status    :unsupported
1706141cc406Sopenharmony_ci:comment   "supported by the umax backend<br>rebadged UMAX Astra 1200S"
1707141cc406Sopenharmony_ci
1708141cc406Sopenharmony_ci:model     "Perfection 610"		; command spec
1709141cc406Sopenharmony_ci:interface "USB"
1710141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0103"
1711141cc406Sopenharmony_ci:status    :complete
1712141cc406Sopenharmony_ci:comment   "overseas version of the GT-6600U"
1713141cc406Sopenharmony_ci
1714141cc406Sopenharmony_ci:model     "Perfection 636S"
1715141cc406Sopenharmony_ci:interface "SCSI"
1716141cc406Sopenharmony_ci:status    :complete
1717141cc406Sopenharmony_ci:comment   "overseas version of the GT-7000S"
1718141cc406Sopenharmony_ci:scsi      "EPSON" "Perfection636" "processor"
1719141cc406Sopenharmony_ci
1720141cc406Sopenharmony_ci:model     "Perfection 636U"		; command spec
1721141cc406Sopenharmony_ci:interface "USB"
1722141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0101"
1723141cc406Sopenharmony_ci:status    :complete
1724141cc406Sopenharmony_ci:comment   "overseas version of the GT-7000U"
1725141cc406Sopenharmony_ci
1726141cc406Sopenharmony_ci:model     "Perfection 640U"		; command spec
1727141cc406Sopenharmony_ci:interface "USB"
1728141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010c"
1729141cc406Sopenharmony_ci:status    :complete
1730141cc406Sopenharmony_ci:comment   "overseas version of the GT-6700U"
1731141cc406Sopenharmony_ci
1732141cc406Sopenharmony_ci:model     "Perfection 660"
1733141cc406Sopenharmony_ci:interface "USB"
1734141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0114"
1735141cc406Sopenharmony_ci:status    :unsupported
1736141cc406Sopenharmony_ci:comment   "supported by the snapscan backend"
1737141cc406Sopenharmony_ci
1738141cc406Sopenharmony_ci:model     "Perfection 1200S"		; command spec
1739141cc406Sopenharmony_ci:interface "SCSI"
1740141cc406Sopenharmony_ci:status    :complete
1741141cc406Sopenharmony_ci:comment   "overseas version of the GT-7600S"
1742141cc406Sopenharmony_ci:scsi      "EPSON" "Perfection1200" "processor"
1743141cc406Sopenharmony_ci
1744141cc406Sopenharmony_ci:model     "Perfection 1200U"		; command spec
1745141cc406Sopenharmony_ci:interface "USB"
1746141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0104"
1747141cc406Sopenharmony_ci:status    :complete
1748141cc406Sopenharmony_ci:comment   "overseas version of the GT-7600U"
1749141cc406Sopenharmony_ci
1750141cc406Sopenharmony_ci:model     "Perfection 1200U PHOTO"
1751141cc406Sopenharmony_ci:interface "USB"
1752141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0104"
1753141cc406Sopenharmony_ci:status    :complete
1754141cc406Sopenharmony_ci:comment   "Perfection 1200U with TPU option bundled<br>overseas version of the GT-7600UF"
1755141cc406Sopenharmony_ci
1756141cc406Sopenharmony_ci:model     "Perfection 1240U"		; command spec
1757141cc406Sopenharmony_ci:interface "USB"
1758141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010b"
1759141cc406Sopenharmony_ci:status    :complete
1760141cc406Sopenharmony_ci:comment   "overseas version of the GT-7700U"
1761141cc406Sopenharmony_ci
1762141cc406Sopenharmony_ci:model     "Perfection 1250"
1763141cc406Sopenharmony_ci:interface "USB"
1764141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010f"
1765141cc406Sopenharmony_ci:status    :good
1766141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend<br>overseas version of the GT-7200U"
1767141cc406Sopenharmony_ci
1768141cc406Sopenharmony_ci:model     "Perfection 1250 PHOTO"
1769141cc406Sopenharmony_ci:interface "USB"
1770141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010f"
1771141cc406Sopenharmony_ci:status    :good
1772141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend<br>Perfection 1250 with TPU option bundled"
1773141cc406Sopenharmony_ci
1774141cc406Sopenharmony_ci:model     "Perfection 1260"
1775141cc406Sopenharmony_ci:interface "USB"
1776141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011d"
1777141cc406Sopenharmony_ci:status    :good
1778141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend<br>overseas version of the GT-7300U"
1779141cc406Sopenharmony_ci
1780141cc406Sopenharmony_ci:model     "Perfection 1260 PHOTO"
1781141cc406Sopenharmony_ci:interface "USB"
1782141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011d"
1783141cc406Sopenharmony_ci:status    :good
1784141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend<br>Perfection 1260 with TPU option bundled"
1785141cc406Sopenharmony_ci
1786141cc406Sopenharmony_ci:model     "Perfection 1270"
1787141cc406Sopenharmony_ci:interface "USB"
1788141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0120"
1789141cc406Sopenharmony_ci:status    :unsupported
1790141cc406Sopenharmony_ci:comment   "supported by the snapscan backend<br>overseas version of the GT-7400"
1791141cc406Sopenharmony_ci
1792141cc406Sopenharmony_ci:model     "Perfection 1600"
1793141cc406Sopenharmony_ci:interface "SCSI"
1794141cc406Sopenharmony_ci:status    :unsupported
1795141cc406Sopenharmony_ci
1796141cc406Sopenharmony_ci:model     "Perfection 1640SU"		; command spec
1797141cc406Sopenharmony_ci:interface "SCSI USB"
1798141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010a"
1799141cc406Sopenharmony_ci:status    :complete
1800141cc406Sopenharmony_ci:comment   "overseas version of the GT-8700"
1801141cc406Sopenharmony_ci
1802141cc406Sopenharmony_ci:model     "Perfection 1640SU PHOTO"
1803141cc406Sopenharmony_ci:interface "SCSI USB"
1804141cc406Sopenharmony_ci:usbid     "0x04b8" "0x010a"
1805141cc406Sopenharmony_ci:status    :good
1806141cc406Sopenharmony_ci:comment   "overseas version of the GT-8700F"
1807141cc406Sopenharmony_ci
1808141cc406Sopenharmony_ci:model     "Perfection 1650"		; command spec
1809141cc406Sopenharmony_ci:interface "USB"
1810141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0110"
1811141cc406Sopenharmony_ci:status    :complete
1812141cc406Sopenharmony_ci:comment   "overseas version of the GT-8200U"
1813141cc406Sopenharmony_ci
1814141cc406Sopenharmony_ci:model     "Perfection 1650 PHOTO"
1815141cc406Sopenharmony_ci:interface "USB"
1816141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0110"
1817141cc406Sopenharmony_ci:status    :good
1818141cc406Sopenharmony_ci:comment   "overseas version of the GT-8200UF"
1819141cc406Sopenharmony_ci
1820141cc406Sopenharmony_ci:model     "Perfection 1660 PHOTO"	; command spec
1821141cc406Sopenharmony_ci:interface "USB"
1822141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011e"
1823141cc406Sopenharmony_ci:status    :complete
1824141cc406Sopenharmony_ci:comment   "overseas version of the GT-8300UF"
1825141cc406Sopenharmony_ci
1826141cc406Sopenharmony_ci:model     "Perfection 1670"
1827141cc406Sopenharmony_ci:interface "USB"
1828141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011f"
1829141cc406Sopenharmony_ci:status    :unsupported
1830141cc406Sopenharmony_ci:comment   "supported by the snapscan backend"
1831141cc406Sopenharmony_ci
1832141cc406Sopenharmony_ci:model     "Perfection 1670 PHOTO"
1833141cc406Sopenharmony_ci:interface "USB"
1834141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011f"
1835141cc406Sopenharmony_ci:status    :unsupported
1836141cc406Sopenharmony_ci:comment   "supported by the snapscan backend<br>overseas version of the GT-8400UF"
1837141cc406Sopenharmony_ci
1838141cc406Sopenharmony_ci:model     "Perfection 2400 PHOTO"	; command spec
1839141cc406Sopenharmony_ci:interface "USB"
1840141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011b"
1841141cc406Sopenharmony_ci:status    :complete
1842141cc406Sopenharmony_ci:comment   "overseas version of the GT-9300UF"
1843141cc406Sopenharmony_ci
1844141cc406Sopenharmony_ci:model     "Perfection 2450 PHOTO"	; command spec
1845141cc406Sopenharmony_ci:interface "USB IEEE1394"
1846141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0112"
1847141cc406Sopenharmony_ci:scsi      "EPSON" "GT-9700" "processor"
1848141cc406Sopenharmony_ci:status    :complete
1849141cc406Sopenharmony_ci:comment   "overseas version of the GT-9700F"
1850141cc406Sopenharmony_ci
1851141cc406Sopenharmony_ci:model     "Perfection 2480 PHOTO"
1852141cc406Sopenharmony_ci:interface "USB"
1853141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0121"
1854141cc406Sopenharmony_ci:status    :good
1855141cc406Sopenharmony_ci:comment   "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend<br>overseas version of the GT-F500"
1856141cc406Sopenharmony_ci
1857141cc406Sopenharmony_ci:model     "Perfection 2580 PHOTO"
1858141cc406Sopenharmony_ci:interface "USB"
1859141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0121"
1860141cc406Sopenharmony_ci:status    :good
1861141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend<br>overseas version of the GT-F550"
1862141cc406Sopenharmony_ci
1863141cc406Sopenharmony_ci:model     "Perfection 3170 PHOTO"
1864141cc406Sopenharmony_ci:interface "USB"
1865141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0116"
1866141cc406Sopenharmony_ci:status    :good
1867141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-9400<br>overseas version of the GT-9400UF"
1868141cc406Sopenharmony_ci
1869141cc406Sopenharmony_ci:model     "Perfection 3200 PHOTO"	; command spec
1870141cc406Sopenharmony_ci:interface "USB IEEE1394"
1871141cc406Sopenharmony_ci:usbid     "0x04b8" "0x011c"
1872141cc406Sopenharmony_ci:scsi      "EPSON" "GT-9800" "processor"
1873141cc406Sopenharmony_ci:status    :complete
1874141cc406Sopenharmony_ci:comment   "overseas version of the GT-9800F"
1875141cc406Sopenharmony_ci
1876141cc406Sopenharmony_ci:model     "Perfection 3490 PHOTO"
1877141cc406Sopenharmony_ci:interface "USB"
1878141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0122"
1879141cc406Sopenharmony_ci:status    :good
1880141cc406Sopenharmony_ci:comment   "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend<br>overseas version of the GT-F520"
1881141cc406Sopenharmony_ci
1882141cc406Sopenharmony_ci:model     "Perfection 3590 PHOTO"
1883141cc406Sopenharmony_ci:interface "USB"
1884141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0122"
1885141cc406Sopenharmony_ci:status    :good
1886141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend<br>overseas version of the GT-F570"
1887141cc406Sopenharmony_ci
1888141cc406Sopenharmony_ci:model     "Perfection 4180 PHOTO"
1889141cc406Sopenharmony_ci:interface "USB"
1890141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0118"
1891141cc406Sopenharmony_ci:status    :good
1892141cc406Sopenharmony_ci:comment   "only scans up to 2400dpi<br>requires DFSG non-free iscan-plugin-gt-f600<br>overseas version of the GT-F600"
1893141cc406Sopenharmony_ci
1894141cc406Sopenharmony_ci:model     "Perfection 4490 PHOTO"
1895141cc406Sopenharmony_ci:interface "USB"
1896141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0119"
1897141cc406Sopenharmony_ci:status    :good
1898141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x750<br>overseas version of the GT-X750"
1899141cc406Sopenharmony_ci
1900141cc406Sopenharmony_ci:model     "Perfection 4870 PHOTO"	; command spec
1901141cc406Sopenharmony_ci:interface "USB"
1902141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0128"
1903141cc406Sopenharmony_ci:status    :complete
1904141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the GT-X700"
1905141cc406Sopenharmony_ci
1906141cc406Sopenharmony_ci:model     "Perfection 4990 PHOTO"
1907141cc406Sopenharmony_ci:interface "USB"
1908141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012a"
1909141cc406Sopenharmony_ci:status    :good
1910141cc406Sopenharmony_ci:comment   "film area guide mode not supported<br>IEEE1394 untested<br>overseas version of the GT-X800"
1911141cc406Sopenharmony_ci
1912141cc406Sopenharmony_ci:model     "Perfection 4990 Pro"
1913141cc406Sopenharmony_ci:interface "USB IEEE1394"
1914141cc406Sopenharmony_ci:status    :untested
1915141cc406Sopenharmony_ci:comment   "seems to be a 4990 PHOTO with additional software"
1916141cc406Sopenharmony_ci
1917141cc406Sopenharmony_ci:model     "Perfection V10"
1918141cc406Sopenharmony_ci:interface "USB"
1919141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012d"
1920141cc406Sopenharmony_ci:status    :good
1921141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s600<br>overseas version of the GT-S600"
1922141cc406Sopenharmony_ci
1923141cc406Sopenharmony_ci:model     "Perfection V19"
1924141cc406Sopenharmony_ci:interface "USB"
1925141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013c"
1926141cc406Sopenharmony_ci:status    :good
1927141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s650"
1928141cc406Sopenharmony_ci
1929141cc406Sopenharmony_ci:model     "Perfection V30"
1930141cc406Sopenharmony_ci:interface "USB"
1931141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0131"
1932141cc406Sopenharmony_ci:status    :good
1933141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-f720<br>overseas version of the GT-S620"
1934141cc406Sopenharmony_ci
1935141cc406Sopenharmony_ci:model     "Perfection V33"
1936141cc406Sopenharmony_ci:interface "USB"
1937141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0142"
1938141cc406Sopenharmony_ci:status    :good
1939141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-perfection-v330<br>overseas version of the GT-S630"
1940141cc406Sopenharmony_ci
1941141cc406Sopenharmony_ci:model     "Perfection V37"
1942141cc406Sopenharmony_ci:interface "USB"
1943141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014a"
1944141cc406Sopenharmony_ci:status    :good
1945141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-perfection-v370<br>overseas version of the GT-S640"
1946141cc406Sopenharmony_ci
1947141cc406Sopenharmony_ci:model     "Perfection V39"
1948141cc406Sopenharmony_ci:interface "USB"
1949141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013d"
1950141cc406Sopenharmony_ci:status    :good
1951141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s650<br>overseas version of the GT-S650"
1952141cc406Sopenharmony_ci
1953141cc406Sopenharmony_ci:model     "Perfection V100 Photo"
1954141cc406Sopenharmony_ci:interface "USB"
1955141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012d"
1956141cc406Sopenharmony_ci:status    :good
1957141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-s600<br>overseas version of the GT-F650"
1958141cc406Sopenharmony_ci
1959141cc406Sopenharmony_ci:model     "Perfection V200 Photo"
1960141cc406Sopenharmony_ci:interface "USB"
1961141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012e"
1962141cc406Sopenharmony_ci:status    :good
1963141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-f670<br>overseas version of the GT-F670"
1964141cc406Sopenharmony_ci
1965141cc406Sopenharmony_ci:model     "Perfection V300 Photo"
1966141cc406Sopenharmony_ci:interface "USB"
1967141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0131"
1968141cc406Sopenharmony_ci:status    :good
1969141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-gt-f720<br>overseas version of the GT-F720"
1970141cc406Sopenharmony_ci
1971141cc406Sopenharmony_ci:model     "Perfection V330 Photo"
1972141cc406Sopenharmony_ci:interface "USB"
1973141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0142"
1974141cc406Sopenharmony_ci:status    :good
1975141cc406Sopenharmony_ci:comment   "requires DFSG non-free esci-interpreter-perfection-v330<br>overseas version of the GT-F730"
1976141cc406Sopenharmony_ci
1977141cc406Sopenharmony_ci:model     "Perfection V370 Photo"
1978141cc406Sopenharmony_ci:interface "USB"
1979141cc406Sopenharmony_ci:usbid     "0x04b8" "0x014a"
1980141cc406Sopenharmony_ci:status    :good
1981141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-perfection-v370<br>overseas version of the GT-F740"
1982141cc406Sopenharmony_ci
1983141cc406Sopenharmony_ci:model     "Perfection V350 Photo"
1984141cc406Sopenharmony_ci:interface "USB"
1985141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012f"
1986141cc406Sopenharmony_ci:status    :good
1987141cc406Sopenharmony_ci:comment   "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f700<br>overseas version of the GT-F700"
1988141cc406Sopenharmony_ci
1989141cc406Sopenharmony_ci:model     "Perfection V500 Photo"
1990141cc406Sopenharmony_ci:interface "USB"
1991141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0130"
1992141cc406Sopenharmony_ci:status    :good
1993141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x770<br>overseas version of the GT-X770"
1994141cc406Sopenharmony_ci
1995141cc406Sopenharmony_ci:model     "Perfection V550 Photo"
1996141cc406Sopenharmony_ci:interface "USB"
1997141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013b"
1998141cc406Sopenharmony_ci:status    :good
1999141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-perfection-v550"
2000141cc406Sopenharmony_ci
2001141cc406Sopenharmony_ci:model     "Perfection V600 Photo"
2002141cc406Sopenharmony_ci:interface "USB"
2003141cc406Sopenharmony_ci:usbid     "0x04b8" "0x013a"
2004141cc406Sopenharmony_ci:status    :good
2005141cc406Sopenharmony_ci:comment   "requires DFSG non-free iscan-plugin-gt-x820<br>overseas version of the GT-X820"
2006141cc406Sopenharmony_ci
2007141cc406Sopenharmony_ci:model     "Perfection V700 Photo"
2008141cc406Sopenharmony_ci:interface "USB"
2009141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012c"
2010141cc406Sopenharmony_ci:status    :good
2011141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the GT-X900"
2012141cc406Sopenharmony_ci:scsi      "EPSON" "GT-X900" "processor"
2013141cc406Sopenharmony_ci
2014141cc406Sopenharmony_ci:model     "Perfection V750 Photo"
2015141cc406Sopenharmony_ci:interface "USB"
2016141cc406Sopenharmony_ci:usbid     "0x04b8" "0x012c"
2017141cc406Sopenharmony_ci:status    :good
2018141cc406Sopenharmony_ci:comment   "IEEE1394 untested<br>overseas version of the GT-X900"
2019141cc406Sopenharmony_ci:scsi      "EPSON" "GT-X900" "processor"
2020141cc406Sopenharmony_ci
2021141cc406Sopenharmony_ci:model     "Perfection V800 Photo"
2022141cc406Sopenharmony_ci:interface "USB"
2023141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0151"
2024141cc406Sopenharmony_ci:status    :good
2025141cc406Sopenharmony_ci
2026141cc406Sopenharmony_ci:model     "Perfection V850 Pro"
2027141cc406Sopenharmony_ci:interface "USB"
2028141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0151"
2029141cc406Sopenharmony_ci:status    :good
2030141cc406Sopenharmony_ci:comment   "overseas version of the GT-X980"
2031141cc406Sopenharmony_ci
2032141cc406Sopenharmony_ci:model     "Stylus CX1500"		; Australia
2033141cc406Sopenharmony_ci:interface "USB"
2034141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080c"
2035141cc406Sopenharmony_ci:status    :unsupported
2036141cc406Sopenharmony_ci:comment   "supported by the snapscan backend<br>all-in-one"
2037141cc406Sopenharmony_ci
2038141cc406Sopenharmony_ci:model     "Stylus CX2800"
2039141cc406Sopenharmony_ci:interface "USB"
2040141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0830"
2041141cc406Sopenharmony_ci:status    :good
2042141cc406Sopenharmony_ci:comment   "all-in-one"
2043141cc406Sopenharmony_ci
2044141cc406Sopenharmony_ci:model     "Stylus CX2900"
2045141cc406Sopenharmony_ci:interface "USB"
2046141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0830"
2047141cc406Sopenharmony_ci:status    :good
2048141cc406Sopenharmony_ci:comment   "all-in-one"
2049141cc406Sopenharmony_ci
2050141cc406Sopenharmony_ci:model     "Stylus CX3100"
2051141cc406Sopenharmony_ci:interface "USB"
2052141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0802"
2053141cc406Sopenharmony_ci:status    :good
2054141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the CC-570L"
2055141cc406Sopenharmony_ci
2056141cc406Sopenharmony_ci:model     "Stylus CX3200"
2057141cc406Sopenharmony_ci:interface "USB"
2058141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0802"
2059141cc406Sopenharmony_ci:status    :good
2060141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the CC-570L"
2061141cc406Sopenharmony_ci
2062141cc406Sopenharmony_ci:model     "Stylus CX3500"		; Australia
2063141cc406Sopenharmony_ci:interface "USB"
2064141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080e"
2065141cc406Sopenharmony_ci:status    :good
2066141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A550"
2067141cc406Sopenharmony_ci
2068141cc406Sopenharmony_ci:model     "Stylus CX3600"		; UK
2069141cc406Sopenharmony_ci:interface "USB"
2070141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080e"
2071141cc406Sopenharmony_ci:status    :good
2072141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A550"
2073141cc406Sopenharmony_ci
2074141cc406Sopenharmony_ci:model     "Stylus CX3650"		; France
2075141cc406Sopenharmony_ci:interface "USB"
2076141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080e"
2077141cc406Sopenharmony_ci:status    :good
2078141cc406Sopenharmony_ci:comment   "all-in-one"
2079141cc406Sopenharmony_ci
2080141cc406Sopenharmony_ci:model     "Stylus CX3700"
2081141cc406Sopenharmony_ci:interface "USB"
2082141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0818"
2083141cc406Sopenharmony_ci:status    :good
2084141cc406Sopenharmony_ci:comment   "all-in-one"
2085141cc406Sopenharmony_ci
2086141cc406Sopenharmony_ci:model     "Stylus CX3800"
2087141cc406Sopenharmony_ci:interface "USB"
2088141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0818"
2089141cc406Sopenharmony_ci:status    :good
2090141cc406Sopenharmony_ci:comment   "all-in-one"
2091141cc406Sopenharmony_ci
2092141cc406Sopenharmony_ci:model     "Stylus CX3810"
2093141cc406Sopenharmony_ci:interface "USB"
2094141cc406Sopenharmony_ci:status    :untested
2095141cc406Sopenharmony_ci:comment   "all-in-one"
2096141cc406Sopenharmony_ci
2097141cc406Sopenharmony_ci:model     "Stylus CX3900"
2098141cc406Sopenharmony_ci:interface "USB"
2099141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082f"
2100141cc406Sopenharmony_ci:status    :good
2101141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A620"
2102141cc406Sopenharmony_ci
2103141cc406Sopenharmony_ci:model     "Stylus CX4100"
2104141cc406Sopenharmony_ci:interface "USB"
2105141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0820"
2106141cc406Sopenharmony_ci:status    :good
2107141cc406Sopenharmony_ci:comment   "all-in-one"
2108141cc406Sopenharmony_ci
2109141cc406Sopenharmony_ci:model     "Stylus CX4200"
2110141cc406Sopenharmony_ci:interface "USB"
2111141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0820"
2112141cc406Sopenharmony_ci:status    :good
2113141cc406Sopenharmony_ci:comment   "all-in-one"
2114141cc406Sopenharmony_ci
2115141cc406Sopenharmony_ci:model     "Stylus CX4300"
2116141cc406Sopenharmony_ci:interface "USB"
2117141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083f"
2118141cc406Sopenharmony_ci:status    :good
2119141cc406Sopenharmony_ci:comment   "all-in-one<br>requires DFSG non-free iscan-plugin-cx4400"
2120141cc406Sopenharmony_ci
2121141cc406Sopenharmony_ci:model     "Stylus CX4400"
2122141cc406Sopenharmony_ci:interface "USB"
2123141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083f"
2124141cc406Sopenharmony_ci:status    :good
2125141cc406Sopenharmony_ci:comment   "all-in-one<br>requires DFSG non-free iscan-plugin-cx4400"
2126141cc406Sopenharmony_ci
2127141cc406Sopenharmony_ci:model     "Stylus CX4500"
2128141cc406Sopenharmony_ci:interface "USB"
2129141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080d"
2130141cc406Sopenharmony_ci:status    :good
2131141cc406Sopenharmony_ci:comment   "all-in-one"
2132141cc406Sopenharmony_ci
2133141cc406Sopenharmony_ci:model     "Stylus CX4600"
2134141cc406Sopenharmony_ci:interface "USB"
2135141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080d"
2136141cc406Sopenharmony_ci:status    :good
2137141cc406Sopenharmony_ci:comment   "all-in-one"
2138141cc406Sopenharmony_ci
2139141cc406Sopenharmony_ci:model     "Stylus CX4700"
2140141cc406Sopenharmony_ci:interface "USB"
2141141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0819"
2142141cc406Sopenharmony_ci:status    :good
2143141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A650"
2144141cc406Sopenharmony_ci
2145141cc406Sopenharmony_ci:model     "Stylus CX4800"
2146141cc406Sopenharmony_ci:interface "USB"
2147141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0819"
2148141cc406Sopenharmony_ci:status    :good
2149141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A650"
2150141cc406Sopenharmony_ci
2151141cc406Sopenharmony_ci:model     "Stylus CX4900"
2152141cc406Sopenharmony_ci:interface "USB"
2153141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082b"
2154141cc406Sopenharmony_ci:status    :good
2155141cc406Sopenharmony_ci:comment   "all-in-one"
2156141cc406Sopenharmony_ci
2157141cc406Sopenharmony_ci:model     "Stylus CX5000"
2158141cc406Sopenharmony_ci:interface "USB"
2159141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082b"
2160141cc406Sopenharmony_ci:status    :good
2161141cc406Sopenharmony_ci:comment   "all-in-one"
2162141cc406Sopenharmony_ci
2163141cc406Sopenharmony_ci:model     "Stylus CX5100"
2164141cc406Sopenharmony_ci:interface "USB"
2165141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0801"
2166141cc406Sopenharmony_ci:status    :good
2167141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the CC-600PX"
2168141cc406Sopenharmony_ci
2169141cc406Sopenharmony_ci:model     "Stylus CX5200"
2170141cc406Sopenharmony_ci:interface "USB"
2171141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0801"
2172141cc406Sopenharmony_ci:status    :good
2173141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the CC-600PX"
2174141cc406Sopenharmony_ci
2175141cc406Sopenharmony_ci:model     "Stylus CX5300"
2176141cc406Sopenharmony_ci:interface "USB"
2177141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0808"
2178141cc406Sopenharmony_ci:status    :good
2179141cc406Sopenharmony_ci:comment   "all-in-one"
2180141cc406Sopenharmony_ci
2181141cc406Sopenharmony_ci:model     "Stylus CX5400"
2182141cc406Sopenharmony_ci:interface "USB"
2183141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0808"
2184141cc406Sopenharmony_ci:status    :good
2185141cc406Sopenharmony_ci:comment   "all-in-one"
2186141cc406Sopenharmony_ci
2187141cc406Sopenharmony_ci:model     "Stylus CX5500"
2188141cc406Sopenharmony_ci:interface "USB"
2189141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083f"
2190141cc406Sopenharmony_ci:status    :good
2191141cc406Sopenharmony_ci:comment   "all-in-one<br>requires DFSG non-free iscan-plugin-cx4400"
2192141cc406Sopenharmony_ci
2193141cc406Sopenharmony_ci:model     "Stylus CX5600"
2194141cc406Sopenharmony_ci:interface "USB"
2195141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083f"
2196141cc406Sopenharmony_ci:status    :good
2197141cc406Sopenharmony_ci:comment   "all-in-one<br>requires DFSG non-free iscan-plugin-cx4400"
2198141cc406Sopenharmony_ci
2199141cc406Sopenharmony_ci:model     "Stylus CX5700F"
2200141cc406Sopenharmony_ci:interface "USB"
2201141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0821"
2202141cc406Sopenharmony_ci:status    :unsupported
2203141cc406Sopenharmony_ci:comment   "may work with the snapscan backend<br>all-in-one with FAX"
2204141cc406Sopenharmony_ci
2205141cc406Sopenharmony_ci:model     "Stylus CX5800F"
2206141cc406Sopenharmony_ci:interface "USB"
2207141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0821"
2208141cc406Sopenharmony_ci:status    :unsupported
2209141cc406Sopenharmony_ci:comment   "may work with the snapscan backend<br>all-in-one with FAX"
2210141cc406Sopenharmony_ci
2211141cc406Sopenharmony_ci:model     "Stylus CX5900"
2212141cc406Sopenharmony_ci:interface "USB"
2213141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082e"
2214141cc406Sopenharmony_ci:status    :good
2215141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A720"
2216141cc406Sopenharmony_ci
2217141cc406Sopenharmony_ci:model     "Stylus CX6000"
2218141cc406Sopenharmony_ci:interface "USB"
2219141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082e"
2220141cc406Sopenharmony_ci:status    :good
2221141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A720"
2222141cc406Sopenharmony_ci
2223141cc406Sopenharmony_ci:model     "Stylus CX6300"
2224141cc406Sopenharmony_ci:interface "USB"
2225141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0805"
2226141cc406Sopenharmony_ci:status    :good
2227141cc406Sopenharmony_ci:comment   "all-in-one<br>mistakenly thinks its a PX-A650"
2228141cc406Sopenharmony_ci
2229141cc406Sopenharmony_ci:model     "Stylus CX6400"
2230141cc406Sopenharmony_ci:interface "USB"
2231141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0805"
2232141cc406Sopenharmony_ci:status    :good
2233141cc406Sopenharmony_ci:comment   "all-in-one<br>mistakenly thinks its a PX-A650"
2234141cc406Sopenharmony_ci
2235141cc406Sopenharmony_ci:model     "Stylus CX6500"
2236141cc406Sopenharmony_ci:interface "USB"
2237141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0813"
2238141cc406Sopenharmony_ci:status    :good
2239141cc406Sopenharmony_ci:comment   "all-in-one"
2240141cc406Sopenharmony_ci
2241141cc406Sopenharmony_ci:model     "Stylus CX6600"
2242141cc406Sopenharmony_ci:interface "USB"
2243141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0813"
2244141cc406Sopenharmony_ci:status    :good
2245141cc406Sopenharmony_ci:comment   "all-in-one"
2246141cc406Sopenharmony_ci
2247141cc406Sopenharmony_ci:model     "Stylus CX6900F"
2248141cc406Sopenharmony_ci:interface "USB"
2249141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0831"
2250141cc406Sopenharmony_ci:status    :unsupported
2251141cc406Sopenharmony_ci:comment   "may work with the snapscan backend<br>all-in-one with FAX"
2252141cc406Sopenharmony_ci
2253141cc406Sopenharmony_ci:model     "Stylus CX7000F"
2254141cc406Sopenharmony_ci:interface "USB"
2255141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0831"
2256141cc406Sopenharmony_ci:status    :unsupported
2257141cc406Sopenharmony_ci:comment   "may work with the snapscan backend<br>all-in-one with FAX"
2258141cc406Sopenharmony_ci
2259141cc406Sopenharmony_ci:model     "Stylus CX7300"
2260141cc406Sopenharmony_ci:interface "USB"
2261141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0838"
2262141cc406Sopenharmony_ci:status    :good
2263141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A640"
2264141cc406Sopenharmony_ci
2265141cc406Sopenharmony_ci:model     "Stylus CX7400"
2266141cc406Sopenharmony_ci:interface "USB"
2267141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0838"
2268141cc406Sopenharmony_ci:status    :good
2269141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A640"
2270141cc406Sopenharmony_ci
2271141cc406Sopenharmony_ci:model     "Stylus CX7700"
2272141cc406Sopenharmony_ci:interface "USB"
2273141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081f"
2274141cc406Sopenharmony_ci:status    :good
2275141cc406Sopenharmony_ci:comment   "all-in-one"
2276141cc406Sopenharmony_ci
2277141cc406Sopenharmony_ci:model     "Stylus CX7800"
2278141cc406Sopenharmony_ci:interface "USB"
2279141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081f"
2280141cc406Sopenharmony_ci:status    :good
2281141cc406Sopenharmony_ci:comment   "all-in-one"
2282141cc406Sopenharmony_ci
2283141cc406Sopenharmony_ci:model     "Stylus CX8300"
2284141cc406Sopenharmony_ci:interface "USB"
2285141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0839"
2286141cc406Sopenharmony_ci:status    :good
2287141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A740"
2288141cc406Sopenharmony_ci
2289141cc406Sopenharmony_ci:model     "Stylus CX8400"
2290141cc406Sopenharmony_ci:interface "USB"
2291141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0839"
2292141cc406Sopenharmony_ci:status    :good
2293141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A740"
2294141cc406Sopenharmony_ci
2295141cc406Sopenharmony_ci:model     "Stylus CX9300F"
2296141cc406Sopenharmony_ci:interface "USB"
2297141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083a"
2298141cc406Sopenharmony_ci:status    :good
2299141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-FA700"
2300141cc406Sopenharmony_ci
2301141cc406Sopenharmony_ci:model     "Stylus CX9400Fax"
2302141cc406Sopenharmony_ci:interface "USB"
2303141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083a"
2304141cc406Sopenharmony_ci:status    :good
2305141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-FA700"
2306141cc406Sopenharmony_ci
2307141cc406Sopenharmony_ci:model     "Stylus DX3800"
2308141cc406Sopenharmony_ci:interface "USB"
2309141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0818"
2310141cc406Sopenharmony_ci:status    :good
2311141cc406Sopenharmony_ci:comment   "all-in-one"
2312141cc406Sopenharmony_ci
2313141cc406Sopenharmony_ci:model     "Stylus DX3850"
2314141cc406Sopenharmony_ci:interface "USB"
2315141cc406Sopenharmony_ci;:usbid     "0x04b8" "0x0818"			; not confirmed
2316141cc406Sopenharmony_ci:status    :good
2317141cc406Sopenharmony_ci:comment   "all-in-one"
2318141cc406Sopenharmony_ci
2319141cc406Sopenharmony_ci:model     "Stylus DX4000"
2320141cc406Sopenharmony_ci:interface "USB"
2321141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082f"
2322141cc406Sopenharmony_ci:status    :good
2323141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A620"
2324141cc406Sopenharmony_ci
2325141cc406Sopenharmony_ci:model     "Stylus DX4200"
2326141cc406Sopenharmony_ci:interface "USB"
2327141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0820"
2328141cc406Sopenharmony_ci:status    :good
2329141cc406Sopenharmony_ci:comment   "all-in-one"
2330141cc406Sopenharmony_ci
2331141cc406Sopenharmony_ci:model     "Stylus DX4400"
2332141cc406Sopenharmony_ci:interface "USB"
2333141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083f"
2334141cc406Sopenharmony_ci:status    :good
2335141cc406Sopenharmony_ci:comment   "all-in-one<br>requires DFSG non-free iscan-plugin-cx4400"
2336141cc406Sopenharmony_ci
2337141cc406Sopenharmony_ci:model     "Stylus DX4800"
2338141cc406Sopenharmony_ci:interface "USB"
2339141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0819"
2340141cc406Sopenharmony_ci:status    :good
2341141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A650"
2342141cc406Sopenharmony_ci
2343141cc406Sopenharmony_ci:model     "Stylus DX4850"
2344141cc406Sopenharmony_ci:interface "USB"
2345141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0819"
2346141cc406Sopenharmony_ci:status    :good
2347141cc406Sopenharmony_ci:comment   "all-in-one<br>DX4800 + card reader"
2348141cc406Sopenharmony_ci
2349141cc406Sopenharmony_ci:model     "Stylus DX5000"
2350141cc406Sopenharmony_ci:interface "USB"
2351141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082b"
2352141cc406Sopenharmony_ci:status    :good
2353141cc406Sopenharmony_ci:comment   "all-in-one"
2354141cc406Sopenharmony_ci
2355141cc406Sopenharmony_ci:model     "Stylus DX6000"
2356141cc406Sopenharmony_ci:interface "USB"
2357141cc406Sopenharmony_ci:usbid     "0x04b8" "0x082e"
2358141cc406Sopenharmony_ci:status    :good
2359141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A720"
2360141cc406Sopenharmony_ci
2361141cc406Sopenharmony_ci:model     "Stylus DX7000F"
2362141cc406Sopenharmony_ci:interface "USB"
2363141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0831"
2364141cc406Sopenharmony_ci:status    :unsupported
2365141cc406Sopenharmony_ci:comment   "may work with the snapscan backend<br>all-in-one with FAX"
2366141cc406Sopenharmony_ci
2367141cc406Sopenharmony_ci:model     "Stylus DX7400"
2368141cc406Sopenharmony_ci:interface "USB"
2369141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0838"
2370141cc406Sopenharmony_ci:status    :good
2371141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A640"
2372141cc406Sopenharmony_ci
2373141cc406Sopenharmony_ci:model     "Stylus DX8400"
2374141cc406Sopenharmony_ci:interface "USB"
2375141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0839"
2376141cc406Sopenharmony_ci:status    :good
2377141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-A740"
2378141cc406Sopenharmony_ci
2379141cc406Sopenharmony_ci:model     "Stylus DX9400F"
2380141cc406Sopenharmony_ci:interface "USB"
2381141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083a"
2382141cc406Sopenharmony_ci:status    :good
2383141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-FA700"
2384141cc406Sopenharmony_ci
2385141cc406Sopenharmony_ci:model     "Stylus Office BX300F"
2386141cc406Sopenharmony_ci:interface "USB"
2387141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0848"
2388141cc406Sopenharmony_ci:status    :good
2389141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2390141cc406Sopenharmony_ci
2391141cc406Sopenharmony_ci:model     "Stylus Office BX305F"
2392141cc406Sopenharmony_ci:interface "USB"
2393141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0863"
2394141cc406Sopenharmony_ci:status    :complete
2395141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2396141cc406Sopenharmony_ci
2397141cc406Sopenharmony_ci:model     "Stylus Office BX305FW"
2398141cc406Sopenharmony_ci:interface "USB"
2399141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0863"
2400141cc406Sopenharmony_ci:status    :complete
2401141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2402141cc406Sopenharmony_ci
2403141cc406Sopenharmony_ci:model     "Stylus Office BX305FW Plus"
2404141cc406Sopenharmony_ci:interface "USB"
2405141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0870"
2406141cc406Sopenharmony_ci:status    :complete
2407141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2408141cc406Sopenharmony_ci
2409141cc406Sopenharmony_ci:model     "Stylus Office BX310FN Series"
2410141cc406Sopenharmony_ci:interface "USB"
2411141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0854"
2412141cc406Sopenharmony_ci:status    :good
2413141cc406Sopenharmony_ci:comment   "all-in-one"
2414141cc406Sopenharmony_ci
2415141cc406Sopenharmony_ci:model     "Stylus Office BX320FW Series"
2416141cc406Sopenharmony_ci:interface "USB"
2417141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085f"
2418141cc406Sopenharmony_ci:status    :complete
2419141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2420141cc406Sopenharmony_ci
2421141cc406Sopenharmony_ci:model     "Stylus Office BX535WD"
2422141cc406Sopenharmony_ci:interface "USB"
2423141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0891"
2424141cc406Sopenharmony_ci:status    :complete
2425141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>overseas version of the PX-504A"
2426141cc406Sopenharmony_ci
2427141cc406Sopenharmony_ci:model     "Stylus Office BX630FW Series"
2428141cc406Sopenharmony_ci:interface "USB"
2429141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0890"
2430141cc406Sopenharmony_ci:status    :complete
2431141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2432141cc406Sopenharmony_ci
2433141cc406Sopenharmony_ci:model     "Stylus Office BX525WD"
2434141cc406Sopenharmony_ci:interface "USB"
2435141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
2436141cc406Sopenharmony_ci:status    :complete
2437141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
2438141cc406Sopenharmony_ci
2439141cc406Sopenharmony_ci:model     "Stylus Office BX600FW"
2440141cc406Sopenharmony_ci:interface "USB"
2441141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
2442141cc406Sopenharmony_ci:status    :good
2443141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-601F"
2444141cc406Sopenharmony_ci
2445141cc406Sopenharmony_ci:model     "Stylus Office BX610FW Series"
2446141cc406Sopenharmony_ci:interface "USB"
2447141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0855"
2448141cc406Sopenharmony_ci:status    :complete
2449141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-602F"
2450141cc406Sopenharmony_ci
2451141cc406Sopenharmony_ci:model     "Stylus Office BX625FWD"
2452141cc406Sopenharmony_ci:interface "USB"
2453141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
2454141cc406Sopenharmony_ci:status    :complete
2455141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2456141cc406Sopenharmony_ci
2457141cc406Sopenharmony_ci:model     "Stylus Office BX635FWD"
2458141cc406Sopenharmony_ci:interface "USB"
2459141cc406Sopenharmony_ci:usbid     "0x04b8" "0x088f"
2460141cc406Sopenharmony_ci:status    :complete
2461141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2462141cc406Sopenharmony_ci
2463141cc406Sopenharmony_ci:model     "Stylus Office BX925FWD"
2464141cc406Sopenharmony_ci:interface "USB"
2465141cc406Sopenharmony_ci:usbid     "0x04b8" "0x086a"
2466141cc406Sopenharmony_ci:status    :complete
2467141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-673F"
2468141cc406Sopenharmony_ci
2469141cc406Sopenharmony_ci:model     "Stylus Office BX935FWD"
2470141cc406Sopenharmony_ci:interface "USB"
2471141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0892"
2472141cc406Sopenharmony_ci:status    :complete
2473141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2474141cc406Sopenharmony_ci
2475141cc406Sopenharmony_ci:model     "Stylus Office TX300F"
2476141cc406Sopenharmony_ci:interface "USB"
2477141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0848"
2478141cc406Sopenharmony_ci:status    :good
2479141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2480141cc406Sopenharmony_ci
2481141cc406Sopenharmony_ci:model     "Stylus Office TX320F Series"
2482141cc406Sopenharmony_ci:interface "USB"
2483141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0863"
2484141cc406Sopenharmony_ci:status    :complete
2485141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2486141cc406Sopenharmony_ci
2487141cc406Sopenharmony_ci:model     "Stylus Office TX510FN Series"
2488141cc406Sopenharmony_ci:interface "USB"
2489141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0854"
2490141cc406Sopenharmony_ci:status    :good
2491141cc406Sopenharmony_ci:comment   "all-in-one"
2492141cc406Sopenharmony_ci
2493141cc406Sopenharmony_ci:model     "Stylus Office TX525FW"
2494141cc406Sopenharmony_ci:interface "USB"
2495141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085f"
2496141cc406Sopenharmony_ci:status    :complete
2497141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2498141cc406Sopenharmony_ci
2499141cc406Sopenharmony_ci:model     "Stylus Office TX600FW"
2500141cc406Sopenharmony_ci:interface "USB"
2501141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
2502141cc406Sopenharmony_ci:status    :good
2503141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-601F"
2504141cc406Sopenharmony_ci
2505141cc406Sopenharmony_ci:model     "Stylus Office TX610FW Series"
2506141cc406Sopenharmony_ci:interface "USB"
2507141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0855"
2508141cc406Sopenharmony_ci:status    :complete
2509141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-602F"
2510141cc406Sopenharmony_ci
2511141cc406Sopenharmony_ci:model     "Stylus Office TX620FWD Series"
2512141cc406Sopenharmony_ci:interface "USB"
2513141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
2514141cc406Sopenharmony_ci:status    :complete
2515141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2516141cc406Sopenharmony_ci
2517141cc406Sopenharmony_ci:model     "Stylus Photo PX650 Series"
2518141cc406Sopenharmony_ci:interface "USB"
2519141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0850"
2520141cc406Sopenharmony_ci:status    :complete
2521141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-702A"
2522141cc406Sopenharmony_ci
2523141cc406Sopenharmony_ci:model     "Stylus Photo PX660 Series"
2524141cc406Sopenharmony_ci:interface "USB"
2525141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0862"
2526141cc406Sopenharmony_ci:status    :complete
2527141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-703A"
2528141cc406Sopenharmony_ci
2529141cc406Sopenharmony_ci:model     "Stylus Photo PX700W"
2530141cc406Sopenharmony_ci:interface "USB"
2531141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0846"
2532141cc406Sopenharmony_ci:status    :good
2533141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-801A"
2534141cc406Sopenharmony_ci
2535141cc406Sopenharmony_ci:model     "Stylus Photo PX710W Series"
2536141cc406Sopenharmony_ci:interface "USB"
2537141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0852"
2538141cc406Sopenharmony_ci:status    :complete
2539141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-802A"
2540141cc406Sopenharmony_ci
2541141cc406Sopenharmony_ci:model     "Stylus Photo PX720WD Series"
2542141cc406Sopenharmony_ci:interface "USB"
2543141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0861"
2544141cc406Sopenharmony_ci:status    :complete
2545141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-803A"
2546141cc406Sopenharmony_ci
2547141cc406Sopenharmony_ci:model     "Stylus Photo PX730WD Series"
2548141cc406Sopenharmony_ci:interface "USB"
2549141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
2550141cc406Sopenharmony_ci:status    :complete
2551141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-804A"
2552141cc406Sopenharmony_ci
2553141cc406Sopenharmony_ci:model     "Stylus Photo PX800FW"
2554141cc406Sopenharmony_ci:interface "USB"
2555141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0844"
2556141cc406Sopenharmony_ci:status    :good
2557141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-901A"
2558141cc406Sopenharmony_ci
2559141cc406Sopenharmony_ci:model     "Stylus Photo PX810FW Series"
2560141cc406Sopenharmony_ci:interface "USB"
2561141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0853"
2562141cc406Sopenharmony_ci:status    :complete
2563141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-902A"
2564141cc406Sopenharmony_ci
2565141cc406Sopenharmony_ci:model     "Stylus Photo PX820FWD Series"
2566141cc406Sopenharmony_ci:interface "USB"
2567141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0860"
2568141cc406Sopenharmony_ci:status    :complete
2569141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-903A"
2570141cc406Sopenharmony_ci
2571141cc406Sopenharmony_ci:model     "Stylus Photo PX830FWD Series"
2572141cc406Sopenharmony_ci:interface "USB"
2573141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0879"
2574141cc406Sopenharmony_ci:status    :complete
2575141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-904F"
2576141cc406Sopenharmony_ci
2577141cc406Sopenharmony_ci:model     "Stylus Photo RX420"
2578141cc406Sopenharmony_ci:interface "USB"
2579141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080f"
2580141cc406Sopenharmony_ci:status    :good
2581141cc406Sopenharmony_ci:comment   "all-in-one"
2582141cc406Sopenharmony_ci
2583141cc406Sopenharmony_ci:model     "Stylus Photo RX425"		; France
2584141cc406Sopenharmony_ci:interface "USB"
2585141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080f"
2586141cc406Sopenharmony_ci:status    :good
2587141cc406Sopenharmony_ci:comment   "all-in-one"
2588141cc406Sopenharmony_ci
2589141cc406Sopenharmony_ci:model     "Stylus Photo RX430"		; Australia
2590141cc406Sopenharmony_ci:interface "USB"
2591141cc406Sopenharmony_ci:usbid     "0x04b8" "0x080f"
2592141cc406Sopenharmony_ci:status    :good
2593141cc406Sopenharmony_ci:comment   "all-in-one"
2594141cc406Sopenharmony_ci
2595141cc406Sopenharmony_ci:model     "Stylus Photo RX500"
2596141cc406Sopenharmony_ci:interface "USB"
2597141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0807"
2598141cc406Sopenharmony_ci:status    :good
2599141cc406Sopenharmony_ci:comment   "all-in-one"
2600141cc406Sopenharmony_ci
2601141cc406Sopenharmony_ci:model     "Stylus Photo RX510"
2602141cc406Sopenharmony_ci:interface "USB"
2603141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0807"
2604141cc406Sopenharmony_ci:status    :good
2605141cc406Sopenharmony_ci:comment   "all-in-one"
2606141cc406Sopenharmony_ci
2607141cc406Sopenharmony_ci:model     "Stylus Photo RX520"
2608141cc406Sopenharmony_ci:interface "USB"
2609141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081a"
2610141cc406Sopenharmony_ci:status    :good
2611141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A750"
2612141cc406Sopenharmony_ci
2613141cc406Sopenharmony_ci:model     "Stylus Photo RX530"
2614141cc406Sopenharmony_ci:interface "USB"
2615141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081a"
2616141cc406Sopenharmony_ci:status    :good
2617141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A750"
2618141cc406Sopenharmony_ci
2619141cc406Sopenharmony_ci:model     "Stylus Photo RX560"
2620141cc406Sopenharmony_ci:interface "USB"
2621141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0827"
2622141cc406Sopenharmony_ci:status    :good
2623141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A820"
2624141cc406Sopenharmony_ci
2625141cc406Sopenharmony_ci:model     "Stylus Photo RX585"
2626141cc406Sopenharmony_ci:interface "USB"
2627141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083c"
2628141cc406Sopenharmony_ci:status    :good
2629141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A840"
2630141cc406Sopenharmony_ci
2631141cc406Sopenharmony_ci:model     "Stylus Photo RX580"
2632141cc406Sopenharmony_ci:interface "USB"
2633141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0827"
2634141cc406Sopenharmony_ci:status    :good
2635141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A820"
2636141cc406Sopenharmony_ci
2637141cc406Sopenharmony_ci:model     "Stylus Photo RX595"
2638141cc406Sopenharmony_ci:interface "USB"
2639141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083c"
2640141cc406Sopenharmony_ci:status    :good
2641141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A840"
2642141cc406Sopenharmony_ci
2643141cc406Sopenharmony_ci:model     "Stylus Photo RX590"
2644141cc406Sopenharmony_ci:interface "USB"
2645141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0827"
2646141cc406Sopenharmony_ci:status    :good
2647141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A820"
2648141cc406Sopenharmony_ci
2649141cc406Sopenharmony_ci:model     "Stylus Photo RX600"
2650141cc406Sopenharmony_ci:interface "USB"
2651141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0806"
2652141cc406Sopenharmony_ci:status    :good
2653141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A850"
2654141cc406Sopenharmony_ci
2655141cc406Sopenharmony_ci:model     "Stylus Photo RX610"
2656141cc406Sopenharmony_ci:interface "USB"
2657141cc406Sopenharmony_ci:usbid     "0x04b8" "0x083c"
2658141cc406Sopenharmony_ci:status    :good
2659141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A840"
2660141cc406Sopenharmony_ci
2661141cc406Sopenharmony_ci:model     "Stylus Photo RX620"
2662141cc406Sopenharmony_ci:interface "USB"
2663141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0811"
2664141cc406Sopenharmony_ci:status    :good
2665141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A870"
2666141cc406Sopenharmony_ci
2667141cc406Sopenharmony_ci:model     "Stylus Photo RX630"
2668141cc406Sopenharmony_ci:interface "USB"
2669141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0811"
2670141cc406Sopenharmony_ci:status    :good
2671141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A870"
2672141cc406Sopenharmony_ci
2673141cc406Sopenharmony_ci:model     "Stylus Photo RX640"
2674141cc406Sopenharmony_ci:interface "USB"
2675141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081c"
2676141cc406Sopenharmony_ci:status    :good
2677141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A890"
2678141cc406Sopenharmony_ci
2679141cc406Sopenharmony_ci:model     "Stylus Photo RX650"
2680141cc406Sopenharmony_ci:interface "USB"
2681141cc406Sopenharmony_ci:usbid     "0x04b8" "0x081c"
2682141cc406Sopenharmony_ci:status    :good
2683141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A890"
2684141cc406Sopenharmony_ci
2685141cc406Sopenharmony_ci:model     "Stylus Photo RX680"
2686141cc406Sopenharmony_ci:interface "USB"
2687141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0837"
2688141cc406Sopenharmony_ci:status    :good
2689141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A940"
2690141cc406Sopenharmony_ci
2691141cc406Sopenharmony_ci:model     "Stylus Photo RX685"
2692141cc406Sopenharmony_ci:interface "USB"
2693141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0837"
2694141cc406Sopenharmony_ci:status    :good
2695141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A940"
2696141cc406Sopenharmony_ci
2697141cc406Sopenharmony_ci:model     "Stylus Photo RX690"
2698141cc406Sopenharmony_ci:interface "USB"
2699141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0837"
2700141cc406Sopenharmony_ci:status    :good
2701141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A940"
2702141cc406Sopenharmony_ci
2703141cc406Sopenharmony_ci:model     "Stylus Photo RX700"
2704141cc406Sopenharmony_ci:interface "USB"
2705141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0810"
2706141cc406Sopenharmony_ci:status    :good
2707141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PM-A900"
2708141cc406Sopenharmony_ci
2709141cc406Sopenharmony_ci:model     "Stylus Photo TX650 Series"
2710141cc406Sopenharmony_ci:interface "USB"
2711141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0850"
2712141cc406Sopenharmony_ci:status    :complete
2713141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-702A"
2714141cc406Sopenharmony_ci
2715141cc406Sopenharmony_ci:model     "Stylus Photo TX700W"
2716141cc406Sopenharmony_ci:interface "USB"
2717141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0846"
2718141cc406Sopenharmony_ci:status    :good
2719141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-801A"
2720141cc406Sopenharmony_ci
2721141cc406Sopenharmony_ci:model     "Stylus Photo TX710W Series"
2722141cc406Sopenharmony_ci:interface "USB"
2723141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0852"
2724141cc406Sopenharmony_ci:status    :complete
2725141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-802A"
2726141cc406Sopenharmony_ci
2727141cc406Sopenharmony_ci:model     "Stylus Photo TX720WD Series"
2728141cc406Sopenharmony_ci:interface "USB"
2729141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0861"
2730141cc406Sopenharmony_ci:status    :complete
2731141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-803A"
2732141cc406Sopenharmony_ci
2733141cc406Sopenharmony_ci:model     "Stylus Photo TX730WD Series"
2734141cc406Sopenharmony_ci:interface "USB"
2735141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087b"
2736141cc406Sopenharmony_ci:status    :complete
2737141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-804A"
2738141cc406Sopenharmony_ci
2739141cc406Sopenharmony_ci:model     "Stylus Photo TX800FW"
2740141cc406Sopenharmony_ci:interface "USB"
2741141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0844"
2742141cc406Sopenharmony_ci:status    :good
2743141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the EP-901A"
2744141cc406Sopenharmony_ci
2745141cc406Sopenharmony_ci:model     "Stylus Photo TX820FWD Series"
2746141cc406Sopenharmony_ci:interface "USB"
2747141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0860"
2748141cc406Sopenharmony_ci:status    :complete
2749141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-903A"
2750141cc406Sopenharmony_ci
2751141cc406Sopenharmony_ci:model     "Stylus NX100"
2752141cc406Sopenharmony_ci:interface "USB"
2753141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0841"
2754141cc406Sopenharmony_ci:status    :good
2755141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-401A"
2756141cc406Sopenharmony_ci
2757141cc406Sopenharmony_ci:model     "Stylus NX110 Series"
2758141cc406Sopenharmony_ci:interface "USB"
2759141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084d"
2760141cc406Sopenharmony_ci:status    :good
2761141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-402A"
2762141cc406Sopenharmony_ci
2763141cc406Sopenharmony_ci:model     "Stylus NX125"
2764141cc406Sopenharmony_ci:interface "USB"
2765141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
2766141cc406Sopenharmony_ci:status    :complete
2767141cc406Sopenharmony_ci:comment   "all-in-one"
2768141cc406Sopenharmony_ci
2769141cc406Sopenharmony_ci:model     "Stylus NX127"
2770141cc406Sopenharmony_ci:interface "USB"
2771141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
2772141cc406Sopenharmony_ci:status    :complete
2773141cc406Sopenharmony_ci:comment   "all-in-one"
2774141cc406Sopenharmony_ci
2775141cc406Sopenharmony_ci:model     "Stylus NX130 Series"
2776141cc406Sopenharmony_ci:interface "USB"
2777141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0883"
2778141cc406Sopenharmony_ci:status    :complete
2779141cc406Sopenharmony_ci:comment   "all-in-one"
2780141cc406Sopenharmony_ci
2781141cc406Sopenharmony_ci:model     "Stylus NX200"
2782141cc406Sopenharmony_ci:interface "USB"
2783141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
2784141cc406Sopenharmony_ci:status    :good
2785141cc406Sopenharmony_ci:comment   "all-in-one"
2786141cc406Sopenharmony_ci
2787141cc406Sopenharmony_ci:model     "Stylus NX210 Series"
2788141cc406Sopenharmony_ci:interface "USB"
2789141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084f"
2790141cc406Sopenharmony_ci:status    :good
2791141cc406Sopenharmony_ci:comment   "all-in-one"
2792141cc406Sopenharmony_ci
2793141cc406Sopenharmony_ci:model     "Stylus NX220 Series"
2794141cc406Sopenharmony_ci:interface "USB"
2795141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0865"
2796141cc406Sopenharmony_ci:status    :complete
2797141cc406Sopenharmony_ci:comment   "all-in-one"
2798141cc406Sopenharmony_ci
2799141cc406Sopenharmony_ci:model     "Stylus NX230 Series"
2800141cc406Sopenharmony_ci:interface "USB"
2801141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0885"
2802141cc406Sopenharmony_ci:status    :complete
2803141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2804141cc406Sopenharmony_ci
2805141cc406Sopenharmony_ci:model     "Stylus NX300 Series"
2806141cc406Sopenharmony_ci:interface "USB"
2807141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0848"
2808141cc406Sopenharmony_ci:status    :good
2809141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2810141cc406Sopenharmony_ci
2811141cc406Sopenharmony_ci:model     "Stylus NX330 Series"
2812141cc406Sopenharmony_ci:interface "USB"
2813141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0880"
2814141cc406Sopenharmony_ci:status    :complete
2815141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2816141cc406Sopenharmony_ci
2817141cc406Sopenharmony_ci:model     "Stylus NX400"
2818141cc406Sopenharmony_ci:interface "USB"
2819141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084a"
2820141cc406Sopenharmony_ci:status    :good
2821141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-501A"
2822141cc406Sopenharmony_ci
2823141cc406Sopenharmony_ci:model     "Stylus NX410 Series"
2824141cc406Sopenharmony_ci:interface "USB"
2825141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0851"
2826141cc406Sopenharmony_ci:status    :good
2827141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
2828141cc406Sopenharmony_ci
2829141cc406Sopenharmony_ci:model     "Stylus NX420 Series"
2830141cc406Sopenharmony_ci:interface "USB"
2831141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0864"
2832141cc406Sopenharmony_ci:status    :complete
2833141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2834141cc406Sopenharmony_ci
2835141cc406Sopenharmony_ci:model     "Stylus NX430W Series"
2836141cc406Sopenharmony_ci:interface "USB"
2837141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0884"
2838141cc406Sopenharmony_ci:status    :complete
2839141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2840141cc406Sopenharmony_ci
2841141cc406Sopenharmony_ci:model     "Stylus NX510 Series"
2842141cc406Sopenharmony_ci:interface "USB"
2843141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0856"
2844141cc406Sopenharmony_ci:status    :good
2845141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-502A"
2846141cc406Sopenharmony_ci
2847141cc406Sopenharmony_ci:model     "Stylus NX530 Series"
2848141cc406Sopenharmony_ci:interface "USB"
2849141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0891"
2850141cc406Sopenharmony_ci:status    :complete
2851141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-504A"
2852141cc406Sopenharmony_ci
2853141cc406Sopenharmony_ci:model     "Stylus NX625"
2854141cc406Sopenharmony_ci:interface "USB"
2855141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
2856141cc406Sopenharmony_ci:status    :complete
2857141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
2858141cc406Sopenharmony_ci
2859141cc406Sopenharmony_ci:model     "Stylus NX635"
2860141cc406Sopenharmony_ci:interface "USB"
2861141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0891"
2862141cc406Sopenharmony_ci:status    :complete
2863141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>overseas version of the PX-504A"
2864141cc406Sopenharmony_ci
2865141cc406Sopenharmony_ci:model     "Stylus SX100"
2866141cc406Sopenharmony_ci:interface "USB"
2867141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0841"
2868141cc406Sopenharmony_ci:status    :good
2869141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-401A"
2870141cc406Sopenharmony_ci
2871141cc406Sopenharmony_ci:model     "Stylus SX110 Series"
2872141cc406Sopenharmony_ci:interface "USB"
2873141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084d"
2874141cc406Sopenharmony_ci:status    :good
2875141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-402A"
2876141cc406Sopenharmony_ci
2877141cc406Sopenharmony_ci:model     "Stylus SX125"
2878141cc406Sopenharmony_ci:interface "USB"
2879141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
2880141cc406Sopenharmony_ci:status    :complete
2881141cc406Sopenharmony_ci:comment   "all-in-one"
2882141cc406Sopenharmony_ci
2883141cc406Sopenharmony_ci:model     "Stylus SX130 Series"
2884141cc406Sopenharmony_ci:interface "USB"
2885141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0883"
2886141cc406Sopenharmony_ci:status    :complete
2887141cc406Sopenharmony_ci:comment   "all-in-one"
2888141cc406Sopenharmony_ci
2889141cc406Sopenharmony_ci:model     "Stylus SX200"
2890141cc406Sopenharmony_ci:interface "USB"
2891141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
2892141cc406Sopenharmony_ci:status    :good
2893141cc406Sopenharmony_ci:comment   "all-in-one"
2894141cc406Sopenharmony_ci
2895141cc406Sopenharmony_ci:model     "Stylus SX205"
2896141cc406Sopenharmony_ci:interface "USB"
2897141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
2898141cc406Sopenharmony_ci:status    :good
2899141cc406Sopenharmony_ci:comment   "all-in-one"
2900141cc406Sopenharmony_ci
2901141cc406Sopenharmony_ci:model     "Stylus SX210 Series"
2902141cc406Sopenharmony_ci:interface "USB"
2903141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084f"
2904141cc406Sopenharmony_ci:status    :good
2905141cc406Sopenharmony_ci:comment   "all-in-one"
2906141cc406Sopenharmony_ci
2907141cc406Sopenharmony_ci:model     "Stylus SX218"
2908141cc406Sopenharmony_ci:interface "USB"
2909141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0865"
2910141cc406Sopenharmony_ci:status    :complete
2911141cc406Sopenharmony_ci:comment   "all-in-one"
2912141cc406Sopenharmony_ci
2913141cc406Sopenharmony_ci:model     "Stylus SX230 Series"
2914141cc406Sopenharmony_ci:interface "USB"
2915141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0881"
2916141cc406Sopenharmony_ci:status    :complete
2917141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-404A"
2918141cc406Sopenharmony_ci
2919141cc406Sopenharmony_ci:model     "Stylus SX235W"
2920141cc406Sopenharmony_ci:interface "USB"
2921141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0885"
2922141cc406Sopenharmony_ci:status    :complete
2923141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2924141cc406Sopenharmony_ci
2925141cc406Sopenharmony_ci:model     "Stylus SX400"
2926141cc406Sopenharmony_ci:interface "USB"
2927141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084a"
2928141cc406Sopenharmony_ci:status    :good
2929141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-501A"
2930141cc406Sopenharmony_ci
2931141cc406Sopenharmony_ci:model     "Stylus SX405"
2932141cc406Sopenharmony_ci:interface "USB"
2933141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084a"
2934141cc406Sopenharmony_ci:status    :good
2935141cc406Sopenharmony_ci:comment   "all-in-one"
2936141cc406Sopenharmony_ci
2937141cc406Sopenharmony_ci:model     "Stylus SX410 Series"
2938141cc406Sopenharmony_ci:interface "USB"
2939141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0851"
2940141cc406Sopenharmony_ci:status    :good
2941141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
2942141cc406Sopenharmony_ci
2943141cc406Sopenharmony_ci:model     "Stylus SX420W Series"
2944141cc406Sopenharmony_ci:interface "USB"
2945141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0864"
2946141cc406Sopenharmony_ci:status    :complete
2947141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2948141cc406Sopenharmony_ci
2949141cc406Sopenharmony_ci:model     "Stylus SX430W Series"
2950141cc406Sopenharmony_ci:interface "USB"
2951141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0880"
2952141cc406Sopenharmony_ci:status    :complete
2953141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2954141cc406Sopenharmony_ci
2955141cc406Sopenharmony_ci:model     "Stylus SX440W Series"
2956141cc406Sopenharmony_ci:interface "USB"
2957141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0884"
2958141cc406Sopenharmony_ci:status    :complete
2959141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2960141cc406Sopenharmony_ci
2961141cc406Sopenharmony_ci:model     "Stylus SX510W Series"
2962141cc406Sopenharmony_ci:interface "USB"
2963141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0856"
2964141cc406Sopenharmony_ci:status    :good
2965141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-502A"
2966141cc406Sopenharmony_ci
2967141cc406Sopenharmony_ci:model     "Stylus SX525WD"
2968141cc406Sopenharmony_ci:interface "USB"
2969141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
2970141cc406Sopenharmony_ci:status    :complete
2971141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
2972141cc406Sopenharmony_ci
2973141cc406Sopenharmony_ci:model     "Stylus SX535WD"
2974141cc406Sopenharmony_ci:interface "USB"
2975141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0891"
2976141cc406Sopenharmony_ci:status    :complete
2977141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>overseas version of the PX-504A"
2978141cc406Sopenharmony_ci
2979141cc406Sopenharmony_ci:model     "Stylus SX600FW"
2980141cc406Sopenharmony_ci:interface "USB"
2981141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
2982141cc406Sopenharmony_ci:status    :good
2983141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-601F"
2984141cc406Sopenharmony_ci
2985141cc406Sopenharmony_ci:model     "Stylus SX610FW Series"
2986141cc406Sopenharmony_ci:interface "USB"
2987141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0855"
2988141cc406Sopenharmony_ci:status    :complete
2989141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-602F"
2990141cc406Sopenharmony_ci
2991141cc406Sopenharmony_ci:model     "Stylus SX620FW Series"
2992141cc406Sopenharmony_ci:interface "USB"
2993141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
2994141cc406Sopenharmony_ci:status    :complete
2995141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
2996141cc406Sopenharmony_ci
2997141cc406Sopenharmony_ci:model     "Stylus Scan 2000"
2998141cc406Sopenharmony_ci:interface "USB"
2999141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0105"
3000141cc406Sopenharmony_ci:status    :untested
3001141cc406Sopenharmony_ci:comment   "apparently mostly the same as the Stylus Scan 2500"
3002141cc406Sopenharmony_ci
3003141cc406Sopenharmony_ci:model     "Stylus Scan 2500"
3004141cc406Sopenharmony_ci:interface "USB"
3005141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0106"
3006141cc406Sopenharmony_ci:status    :untested
3007141cc406Sopenharmony_ci:comment   "scanner is apparently a GT-7000"
3008141cc406Sopenharmony_ci
3009141cc406Sopenharmony_ci:model     "Stylus TX100"
3010141cc406Sopenharmony_ci:interface "USB"
3011141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0841"
3012141cc406Sopenharmony_ci:status    :good
3013141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-401A"
3014141cc406Sopenharmony_ci
3015141cc406Sopenharmony_ci:model     "Stylus TX110 Series"
3016141cc406Sopenharmony_ci:interface "USB"
3017141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084d"
3018141cc406Sopenharmony_ci:status    :good
3019141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-402A"
3020141cc406Sopenharmony_ci
3021141cc406Sopenharmony_ci:model     "Stylus TX120 Series"
3022141cc406Sopenharmony_ci:interface "USB"
3023141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085c"
3024141cc406Sopenharmony_ci:status    :complete
3025141cc406Sopenharmony_ci:comment   "all-in-one"
3026141cc406Sopenharmony_ci
3027141cc406Sopenharmony_ci:model     "Stylus TX130 Series"
3028141cc406Sopenharmony_ci:interface "USB"
3029141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0883"
3030141cc406Sopenharmony_ci:status    :complete
3031141cc406Sopenharmony_ci:comment   "all-in-one"
3032141cc406Sopenharmony_ci
3033141cc406Sopenharmony_ci:model     "Stylus TX200"
3034141cc406Sopenharmony_ci:interface "USB"
3035141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
3036141cc406Sopenharmony_ci:status    :good
3037141cc406Sopenharmony_ci:comment   "all-in-one"
3038141cc406Sopenharmony_ci
3039141cc406Sopenharmony_ci:model     "Stylus TX203"
3040141cc406Sopenharmony_ci:interface "USB"
3041141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
3042141cc406Sopenharmony_ci:status    :good
3043141cc406Sopenharmony_ci:comment   "all-in-one"
3044141cc406Sopenharmony_ci
3045141cc406Sopenharmony_ci:model     "Stylus TX209"
3046141cc406Sopenharmony_ci:interface "USB"
3047141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0849"
3048141cc406Sopenharmony_ci:status    :good
3049141cc406Sopenharmony_ci:comment   "all-in-one"
3050141cc406Sopenharmony_ci
3051141cc406Sopenharmony_ci:model     "Stylus TX210 Series"
3052141cc406Sopenharmony_ci:interface "USB"
3053141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084f"
3054141cc406Sopenharmony_ci:status    :good
3055141cc406Sopenharmony_ci:comment   "all-in-one"
3056141cc406Sopenharmony_ci
3057141cc406Sopenharmony_ci:model     "Stylus TX220 Series"
3058141cc406Sopenharmony_ci:interface "USB"
3059141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0865"
3060141cc406Sopenharmony_ci:status    :complete
3061141cc406Sopenharmony_ci:comment   "all-in-one"
3062141cc406Sopenharmony_ci
3063141cc406Sopenharmony_ci:model     "Stylus TX230W Series"
3064141cc406Sopenharmony_ci:interface "USB"
3065141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0885"
3066141cc406Sopenharmony_ci:status    :complete
3067141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3068141cc406Sopenharmony_ci
3069141cc406Sopenharmony_ci:model     "Stylus TX235"
3070141cc406Sopenharmony_ci:interface "USB"
3071141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0881"
3072141cc406Sopenharmony_ci:status    :complete
3073141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-404A"
3074141cc406Sopenharmony_ci
3075141cc406Sopenharmony_ci:model     "Stylus TX400"
3076141cc406Sopenharmony_ci:interface "USB"
3077141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084a"
3078141cc406Sopenharmony_ci:status    :good
3079141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-501A"
3080141cc406Sopenharmony_ci
3081141cc406Sopenharmony_ci:model     "Stylus TX410 Series"
3082141cc406Sopenharmony_ci:interface "USB"
3083141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0851"
3084141cc406Sopenharmony_ci:status    :good
3085141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one"
3086141cc406Sopenharmony_ci
3087141cc406Sopenharmony_ci:model     "Stylus TX420W Series"
3088141cc406Sopenharmony_ci:interface "USB"
3089141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0864"
3090141cc406Sopenharmony_ci:status    :complete
3091141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3092141cc406Sopenharmony_ci
3093141cc406Sopenharmony_ci:model     "Stylus TX430W Series"
3094141cc406Sopenharmony_ci:interface "USB"
3095141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0880"
3096141cc406Sopenharmony_ci:status    :complete
3097141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3098141cc406Sopenharmony_ci
3099141cc406Sopenharmony_ci:model     "Stylus TX435W"
3100141cc406Sopenharmony_ci:interface "USB"
3101141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0884"
3102141cc406Sopenharmony_ci:status    :complete
3103141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3104141cc406Sopenharmony_ci
3105141cc406Sopenharmony_ci:model     "Stylus TX550W Series"
3106141cc406Sopenharmony_ci:interface "USB"
3107141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0856"
3108141cc406Sopenharmony_ci:status    :good
3109141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-502A"
3110141cc406Sopenharmony_ci
3111141cc406Sopenharmony_ci:model     "Stylus TX560WD Series"
3112141cc406Sopenharmony_ci:interface "USB"
3113141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
3114141cc406Sopenharmony_ci:status    :complete
3115141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
3116141cc406Sopenharmony_ci
3117141cc406Sopenharmony_ci:model     "WF-2510 Series"
3118141cc406Sopenharmony_ci:interface "USB"
3119141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a5"
3120141cc406Sopenharmony_ci:status    :complete
3121141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-505F"
3122141cc406Sopenharmony_ci
3123141cc406Sopenharmony_ci:model     "WF-2520 Series"
3124141cc406Sopenharmony_ci:interface "USB"
3125141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a6"
3126141cc406Sopenharmony_ci:status    :complete
3127141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-535F"
3128141cc406Sopenharmony_ci
3129141cc406Sopenharmony_ci:model     "WF-2530 Series"
3130141cc406Sopenharmony_ci:interface "USB"
3131141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a6"
3132141cc406Sopenharmony_ci:status    :complete
3133141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-535F"
3134141cc406Sopenharmony_ci
3135141cc406Sopenharmony_ci:model     "WF-2540 Series"
3136141cc406Sopenharmony_ci:interface "USB"
3137141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08a6"
3138141cc406Sopenharmony_ci:status    :complete
3139141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-535F"
3140141cc406Sopenharmony_ci
3141141cc406Sopenharmony_ci:model     "WF-2630 Series"
3142141cc406Sopenharmony_ci:interface "USB"
3143141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c4"
3144141cc406Sopenharmony_ci:status    :complete
3145141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3146141cc406Sopenharmony_ci
3147141cc406Sopenharmony_ci:model     "WF-2650 Series"
3148141cc406Sopenharmony_ci:interface "USB"
3149141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c3"
3150141cc406Sopenharmony_ci:status    :complete
3151141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3152141cc406Sopenharmony_ci
3153141cc406Sopenharmony_ci:model     "WF-2660 Series"
3154141cc406Sopenharmony_ci:interface "USB"
3155141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c3"
3156141cc406Sopenharmony_ci:status    :complete
3157141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3158141cc406Sopenharmony_ci
3159141cc406Sopenharmony_ci:model     "WF-3520 Series"
3160141cc406Sopenharmony_ci:interface "USB"
3161141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0899"
3162141cc406Sopenharmony_ci:status    :complete
3163141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-605F"
3164141cc406Sopenharmony_ci
3165141cc406Sopenharmony_ci:model     "WF-3530 Series"
3166141cc406Sopenharmony_ci:interface "USB"
3167141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0899"
3168141cc406Sopenharmony_ci:status    :complete
3169141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-675F"
3170141cc406Sopenharmony_ci
3171141cc406Sopenharmony_ci:model     "WF-3540 Series"
3172141cc406Sopenharmony_ci:interface "USB"
3173141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0899"
3174141cc406Sopenharmony_ci:status    :complete
3175141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3176141cc406Sopenharmony_ci
3177141cc406Sopenharmony_ci:model     "WF-3620 Series"
3178141cc406Sopenharmony_ci:interface "USB"
3179141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b8"
3180141cc406Sopenharmony_ci:status    :complete
3181141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M740F"
3182141cc406Sopenharmony_ci
3183141cc406Sopenharmony_ci:model     "WF-3640 Series"
3184141cc406Sopenharmony_ci:interface "USB"
3185141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b8"
3186141cc406Sopenharmony_ci:status    :complete
3187141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M741F"
3188141cc406Sopenharmony_ci
3189141cc406Sopenharmony_ci:model     "WF-4630 Series"
3190141cc406Sopenharmony_ci:interface "USB"
3191141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08be"
3192141cc406Sopenharmony_ci:status    :complete
3193141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3194141cc406Sopenharmony_ci
3195141cc406Sopenharmony_ci:model     "WF-4640 Series"
3196141cc406Sopenharmony_ci:interface "USB"
3197141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08be"
3198141cc406Sopenharmony_ci:status    :complete
3199141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3200141cc406Sopenharmony_ci
3201141cc406Sopenharmony_ci:model     "WF-5620 Series"
3202141cc406Sopenharmony_ci:interface "USB"
3203141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08bd"
3204141cc406Sopenharmony_ci:status    :complete
3205141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M840F"
3206141cc406Sopenharmony_ci
3207141cc406Sopenharmony_ci:model     "WF-5690 Series"
3208141cc406Sopenharmony_ci:interface "USB"
3209141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08bd"
3210141cc406Sopenharmony_ci:status    :complete
3211141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3212141cc406Sopenharmony_ci
3213141cc406Sopenharmony_ci:model     "WF-7510 Series"
3214141cc406Sopenharmony_ci:interface "USB"
3215141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0869"
3216141cc406Sopenharmony_ci:status    :complete
3217141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-1600F"
3218141cc406Sopenharmony_ci
3219141cc406Sopenharmony_ci:model     "WF-7520 Series"
3220141cc406Sopenharmony_ci:interface "USB"
3221141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087c"
3222141cc406Sopenharmony_ci:status    :complete
3223141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-1700F"
3224141cc406Sopenharmony_ci
3225141cc406Sopenharmony_ci:model     "WF-7610 Series"
3226141cc406Sopenharmony_ci:interface "USB"
3227141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b9"
3228141cc406Sopenharmony_ci:status    :complete
3229141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5040F"
3230141cc406Sopenharmony_ci
3231141cc406Sopenharmony_ci:model     "WF-7620 Series"
3232141cc406Sopenharmony_ci:interface "USB"
3233141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b9"
3234141cc406Sopenharmony_ci:status    :complete
3235141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M5041F"
3236141cc406Sopenharmony_ci
3237141cc406Sopenharmony_ci:model     "WF-M1560 Series"
3238141cc406Sopenharmony_ci:interface "USB"
3239141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ab"
3240141cc406Sopenharmony_ci:status    :complete
3241141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3242141cc406Sopenharmony_ci
3243141cc406Sopenharmony_ci:model     "WF-M5690 Series"
3244141cc406Sopenharmony_ci:interface "USB"
3245141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08d0"
3246141cc406Sopenharmony_ci:status    :complete
3247141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-M350F"
3248141cc406Sopenharmony_ci
3249141cc406Sopenharmony_ci:model     "WF-R4640 Series"
3250141cc406Sopenharmony_ci:interface "USB"
3251141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08cd"
3252141cc406Sopenharmony_ci:status    :complete
3253141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3254141cc406Sopenharmony_ci
3255141cc406Sopenharmony_ci:model     "WF-R5690 Series"
3256141cc406Sopenharmony_ci:interface "USB"
3257141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08cd"
3258141cc406Sopenharmony_ci:status    :complete
3259141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3260141cc406Sopenharmony_ci
3261141cc406Sopenharmony_ci:model     "WP-4511"
3262141cc406Sopenharmony_ci:interface "USB"
3263141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3264141cc406Sopenharmony_ci:status    :complete
3265141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
3266141cc406Sopenharmony_ci
3267141cc406Sopenharmony_ci:model     "WP-4515"
3268141cc406Sopenharmony_ci:interface "USB"
3269141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3270141cc406Sopenharmony_ci:status    :complete
3271141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3272141cc406Sopenharmony_ci
3273141cc406Sopenharmony_ci:model     "WP-4521"
3274141cc406Sopenharmony_ci:interface "USB"
3275141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3276141cc406Sopenharmony_ci:status    :complete
3277141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
3278141cc406Sopenharmony_ci
3279141cc406Sopenharmony_ci:model     "WP-4525"
3280141cc406Sopenharmony_ci:interface "USB"
3281141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3282141cc406Sopenharmony_ci:status    :complete
3283141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
3284141cc406Sopenharmony_ci
3285141cc406Sopenharmony_ci:model     "WP-4530 Series"
3286141cc406Sopenharmony_ci:interface "USB"
3287141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3288141cc406Sopenharmony_ci:status    :complete
3289141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
3290141cc406Sopenharmony_ci
3291141cc406Sopenharmony_ci:model     "WP-4540 Series"
3292141cc406Sopenharmony_ci:interface "USB"
3293141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087d"
3294141cc406Sopenharmony_ci:status    :complete
3295141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-B750F"
3296141cc406Sopenharmony_ci
3297141cc406Sopenharmony_ci:model     "WP-4590 Series"
3298141cc406Sopenharmony_ci:interface "USB"
3299141cc406Sopenharmony_ci:usbid     "0x04b8" "0x087e"
3300141cc406Sopenharmony_ci:status    :complete
3301141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3302141cc406Sopenharmony_ci
3303141cc406Sopenharmony_ci:model     "WorkForce 310 Series"
3304141cc406Sopenharmony_ci:interface "USB"
3305141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0854"
3306141cc406Sopenharmony_ci:status    :good
3307141cc406Sopenharmony_ci:comment   "all-in-one"
3308141cc406Sopenharmony_ci
3309141cc406Sopenharmony_ci:model     "WorkForce 320 Series"
3310141cc406Sopenharmony_ci:interface "USB"
3311141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0863"
3312141cc406Sopenharmony_ci:status    :complete
3313141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>some models in the series have a built-in network interface<br>all-in-one"
3314141cc406Sopenharmony_ci
3315141cc406Sopenharmony_ci:model     "WorkForce 435"
3316141cc406Sopenharmony_ci:interface "USB"
3317141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0870"
3318141cc406Sopenharmony_ci:status    :complete
3319141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3320141cc406Sopenharmony_ci
3321141cc406Sopenharmony_ci:model     "WorkForce 500"
3322141cc406Sopenharmony_ci:interface "USB"
3323141cc406Sopenharmony_ci:usbid     "0x04b8" "0x084c"
3324141cc406Sopenharmony_ci:status    :good
3325141cc406Sopenharmony_ci:comment   "all-in-one"
3326141cc406Sopenharmony_ci
3327141cc406Sopenharmony_ci:model     "WorkForce 520 Series"
3328141cc406Sopenharmony_ci:interface "USB"
3329141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085f"
3330141cc406Sopenharmony_ci:status    :complete
3331141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3332141cc406Sopenharmony_ci
3333141cc406Sopenharmony_ci:model     "WorkForce 545"
3334141cc406Sopenharmony_ci:interface "USB"
3335141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0890"
3336141cc406Sopenharmony_ci:status    :complete
3337141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3338141cc406Sopenharmony_ci
3339141cc406Sopenharmony_ci:model     "WorkForce 600"
3340141cc406Sopenharmony_ci:interface "USB"
3341141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0847"
3342141cc406Sopenharmony_ci:status    :good
3343141cc406Sopenharmony_ci:comment   "network interface not supported<br>all-in-one<br>overseas version of the PX-601F"
3344141cc406Sopenharmony_ci
3345141cc406Sopenharmony_ci:model     "WorkForce 610 Series"
3346141cc406Sopenharmony_ci:interface "USB"
3347141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0855"
3348141cc406Sopenharmony_ci:status    :complete
3349141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-602F"
3350141cc406Sopenharmony_ci
3351141cc406Sopenharmony_ci:model     "WorkForce 625"
3352141cc406Sopenharmony_ci:interface "USB"
3353141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085e"
3354141cc406Sopenharmony_ci:status    :complete
3355141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-503A"
3356141cc406Sopenharmony_ci
3357141cc406Sopenharmony_ci:model     "WorkForce 630 Series"
3358141cc406Sopenharmony_ci:interface "USB"
3359141cc406Sopenharmony_ci:usbid     "0x04b8" "0x085d"
3360141cc406Sopenharmony_ci:status    :complete
3361141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3362141cc406Sopenharmony_ci
3363141cc406Sopenharmony_ci:model     "WorkForce 645"
3364141cc406Sopenharmony_ci:interface "USB"
3365141cc406Sopenharmony_ci:usbid     "0x04b8" "0x088f"
3366141cc406Sopenharmony_ci:status    :complete
3367141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3368141cc406Sopenharmony_ci
3369141cc406Sopenharmony_ci:model     "WorkForce 840 Series"
3370141cc406Sopenharmony_ci:interface "USB"
3371141cc406Sopenharmony_ci:usbid     "0x04b8" "0x086a"
3372141cc406Sopenharmony_ci:status    :complete
3373141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-673F"
3374141cc406Sopenharmony_ci
3375141cc406Sopenharmony_ci:model     "WorkForce 845"
3376141cc406Sopenharmony_ci:interface "USB"
3377141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0892"
3378141cc406Sopenharmony_ci:status    :complete
3379141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3380141cc406Sopenharmony_ci
3381141cc406Sopenharmony_ci:model     "WorkForce K301"
3382141cc406Sopenharmony_ci:interface "USB"
3383141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0872"
3384141cc406Sopenharmony_ci:status    :complete
3385141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3386141cc406Sopenharmony_ci
3387141cc406Sopenharmony_ci:model     "XP-100 Series"
3388141cc406Sopenharmony_ci:interface "USB"
3389141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0895"
3390141cc406Sopenharmony_ci:status    :complete
3391141cc406Sopenharmony_ci:comment   "all-in-one<br>overseas version of the PX-045A"
3392141cc406Sopenharmony_ci
3393141cc406Sopenharmony_ci:model     "XP-200 Series"
3394141cc406Sopenharmony_ci:interface "USB"
3395141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0896"
3396141cc406Sopenharmony_ci:status    :complete
3397141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3398141cc406Sopenharmony_ci
3399141cc406Sopenharmony_ci:model     "XP-211"
3400141cc406Sopenharmony_ci:interface "USB"
3401141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ae"
3402141cc406Sopenharmony_ci:status    :complete
3403141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
3404141cc406Sopenharmony_ci
3405141cc406Sopenharmony_ci:model     "XP-212"
3406141cc406Sopenharmony_ci:interface "USB"
3407141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ae"
3408141cc406Sopenharmony_ci:status    :complete
3409141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
3410141cc406Sopenharmony_ci
3411141cc406Sopenharmony_ci:model     "XP-215"
3412141cc406Sopenharmony_ci:interface "USB"
3413141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08ae"
3414141cc406Sopenharmony_ci:status    :complete
3415141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-046A"
3416141cc406Sopenharmony_ci
3417141cc406Sopenharmony_ci:model     "XP-225"
3418141cc406Sopenharmony_ci:interface "USB"
3419141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c0"
3420141cc406Sopenharmony_ci:status    :complete
3421141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-047A"
3422141cc406Sopenharmony_ci
3423141cc406Sopenharmony_ci:model     "XP-300 Series"
3424141cc406Sopenharmony_ci:interface "USB"
3425141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0898"
3426141cc406Sopenharmony_ci:status    :complete
3427141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-435A"
3428141cc406Sopenharmony_ci
3429141cc406Sopenharmony_ci:model     "XP-310 Series"
3430141cc406Sopenharmony_ci:interface "USB"
3431141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08af"
3432141cc406Sopenharmony_ci:status    :complete
3433141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-436A"
3434141cc406Sopenharmony_ci
3435141cc406Sopenharmony_ci:model     "XP-320 Series"
3436141cc406Sopenharmony_ci:interface "USB"
3437141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08bf"
3438141cc406Sopenharmony_ci:status    :complete
3439141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-437A"
3440141cc406Sopenharmony_ci
3441141cc406Sopenharmony_ci:model     "XP-400 Series"
3442141cc406Sopenharmony_ci:interface "USB"
3443141cc406Sopenharmony_ci:usbid     "0x04b8" "0x0898"
3444141cc406Sopenharmony_ci:status    :complete
3445141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the PX-435A"
3446141cc406Sopenharmony_ci
3447141cc406Sopenharmony_ci:model     "XP-410 Series"
3448141cc406Sopenharmony_ci:interface "USB"
3449141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b0"
3450141cc406Sopenharmony_ci:status    :complete
3451141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3452141cc406Sopenharmony_ci
3453141cc406Sopenharmony_ci:model     "XP-420 Series"
3454141cc406Sopenharmony_ci:interface "USB"
3455141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c1"
3456141cc406Sopenharmony_ci:status    :complete
3457141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3458141cc406Sopenharmony_ci
3459141cc406Sopenharmony_ci:model     "XP-600 Series"
3460141cc406Sopenharmony_ci:interface "USB"
3461141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089e"
3462141cc406Sopenharmony_ci:status    :complete
3463141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-775A"
3464141cc406Sopenharmony_ci
3465141cc406Sopenharmony_ci:model     "XP-510 Series"
3466141cc406Sopenharmony_ci:interface "USB"
3467141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b7"
3468141cc406Sopenharmony_ci:status    :complete
3469141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-706A"
3470141cc406Sopenharmony_ci
3471141cc406Sopenharmony_ci:model     "XP-520 Series"
3472141cc406Sopenharmony_ci:interface "USB"
3473141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c8"
3474141cc406Sopenharmony_ci:status    :complete
3475141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
3476141cc406Sopenharmony_ci
3477141cc406Sopenharmony_ci:model     "XP-610 Series"
3478141cc406Sopenharmony_ci:interface "USB"
3479141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b6"
3480141cc406Sopenharmony_ci:status    :complete
3481141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-776AB/EP-776AW"
3482141cc406Sopenharmony_ci
3483141cc406Sopenharmony_ci:model     "XP-620 Series"
3484141cc406Sopenharmony_ci:interface "USB"
3485141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c8"
3486141cc406Sopenharmony_ci:status    :complete
3487141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-777A"
3488141cc406Sopenharmony_ci
3489141cc406Sopenharmony_ci:model     "XP-700 Series"
3490141cc406Sopenharmony_ci:interface "USB"
3491141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089d"
3492141cc406Sopenharmony_ci:status    :complete
3493141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one"
3494141cc406Sopenharmony_ci
3495141cc406Sopenharmony_ci:model     "XP-710 Series"
3496141cc406Sopenharmony_ci:interface "USB"
3497141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b5"
3498141cc406Sopenharmony_ci:status    :complete
3499141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-806AB/EP-806AR/EP-806AW"
3500141cc406Sopenharmony_ci
3501141cc406Sopenharmony_ci:model     "XP-720 Series"
3502141cc406Sopenharmony_ci:interface "USB"
3503141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c7"
3504141cc406Sopenharmony_ci:status    :complete
3505141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
3506141cc406Sopenharmony_ci
3507141cc406Sopenharmony_ci:model     "XP-750 Series"
3508141cc406Sopenharmony_ci:interface "USB"
3509141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089c"
3510141cc406Sopenharmony_ci:status    :complete
3511141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-805A/EP-805AR/EP-805AW"
3512141cc406Sopenharmony_ci
3513141cc406Sopenharmony_ci:model     "XP-760 Series"
3514141cc406Sopenharmony_ci:interface "USB"
3515141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c7"
3516141cc406Sopenharmony_ci:status    :complete
3517141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-807AB/EP-807AR/EP-807AW"
3518141cc406Sopenharmony_ci
3519141cc406Sopenharmony_ci:model     "XP-800 Series"
3520141cc406Sopenharmony_ci:interface "USB"
3521141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089b"
3522141cc406Sopenharmony_ci:status    :complete
3523141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905A"
3524141cc406Sopenharmony_ci
3525141cc406Sopenharmony_ci:model     "XP-810 Series"
3526141cc406Sopenharmony_ci:interface "USB"
3527141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b4"
3528141cc406Sopenharmony_ci:status    :complete
3529141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-906F"
3530141cc406Sopenharmony_ci
3531141cc406Sopenharmony_ci:model     "XP-820 Series"
3532141cc406Sopenharmony_ci:interface "USB"
3533141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c6"
3534141cc406Sopenharmony_ci:status    :complete
3535141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
3536141cc406Sopenharmony_ci
3537141cc406Sopenharmony_ci:model     "XP-850 Series"
3538141cc406Sopenharmony_ci:interface "USB"
3539141cc406Sopenharmony_ci:usbid     "0x04b8" "0x089a"
3540141cc406Sopenharmony_ci:status    :complete
3541141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-905F"
3542141cc406Sopenharmony_ci
3543141cc406Sopenharmony_ci:model     "XP-860 Series"
3544141cc406Sopenharmony_ci:interface "USB"
3545141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08c6"
3546141cc406Sopenharmony_ci:status    :complete
3547141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-907F"
3548141cc406Sopenharmony_ci
3549141cc406Sopenharmony_ci:model     "XP-950 Series"
3550141cc406Sopenharmony_ci:interface "USB"
3551141cc406Sopenharmony_ci:usbid     "0x04b8" "0x08b3"
3552141cc406Sopenharmony_ci:status    :complete
3553141cc406Sopenharmony_ci:comment   "network interface supported via DFSG non-free iscan-network-nt package<br>all-in-one<br>overseas version of the EP-976A3"
3554