forked from pool/sane-backends
1301 lines
33 KiB
Plaintext
1301 lines
33 KiB
Plaintext
;;; epkowa.desc -*- emacs-lisp -*- (eh, sort of)
|
|
;;; Copyright (C) 2004--2006 Olaf Meeuwissen
|
|
;;;
|
|
;;; This file is part of the "Image Scan!" documentation.
|
|
;;;
|
|
;;; The "Image Scan!" documentation is free software.
|
|
;;; You can redistribute it and/or modify it under the terms of the GNU
|
|
;;; General Public License as published by the Free Software Foundation;
|
|
;;; either version 2 of the License or at your option any later version.
|
|
;;;
|
|
;;; This program is distributed in the hope that it will be useful, but
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of FITNESS
|
|
;;; FOR A PARTICULAR PURPOSE or MERCHANTABILITY.
|
|
;;; See the GNU General Public License for more details.
|
|
;;;
|
|
;;; You should have received a verbatim copy of the GNU General Public
|
|
;;; License along with this program; if not, write to:
|
|
;;;
|
|
;;; Free Software Foundation, Inc.
|
|
;;; 59 Temple Place, Suite 330
|
|
;;; Boston, MA 02111-1307 USA
|
|
|
|
;;; This list of devices was compiled from the following sources:
|
|
;;;
|
|
;;; * iscan-2.3.0/NEWS
|
|
;;; * iscan-2.3.0/doc/sane-epkowa.man
|
|
;;; * iscan-2.3.0/backend/epkowa_usb.c
|
|
;;; * sane-backends/backend/epson_usb.c (CVS 1.18)
|
|
;;; * sane-backends/doc/descriptions/epson.desc (CVS 1.26)
|
|
;;; * http://www.freecolormanagement.com/sane/supported.html
|
|
;;; * http://www.sane-project.org/lists/sane-mfgs-cvs.html#Z-EPSON
|
|
;;; * http://www.epsondevelopers.com/
|
|
;;; * http://www.epson.com/ (several representative countries)
|
|
;;; * http://www.i-love-epson.co.jp/
|
|
;;; * messages on the sane-devel and LinuxPrinting.org epson-list
|
|
;;; mailing lists
|
|
|
|
|
|
;; Backend data.
|
|
;;
|
|
:backend "epkowa"
|
|
:version "2.3.0"
|
|
:url "http://www.avasys.jp/english/linux_e/index.html"
|
|
|
|
;:comment "Based on the epson backend of sane-backends-1.0.15."
|
|
|
|
|
|
;; Device and manufacturer information.
|
|
;;
|
|
:devicetype :scanner
|
|
:mfg "Epson"
|
|
:url "http://www.epson.com/"
|
|
:comment ""
|
|
|
|
; SEIKO EPSON Corporation's marketing division divides the world in
|
|
; Japan and several overseas regions. The same scanner is marketed
|
|
; under different names in the various regions. I have assumed the
|
|
; Japan-centric point of view that the scanner names for the models
|
|
; marketed in Japan are "canonical". All the other model names are
|
|
; considered overseas.
|
|
|
|
; I have marked the models for which I have been able to download a
|
|
; product specification with an indication of the site.
|
|
;
|
|
; JP = http://www.i-love-epson.co.jp/ (in Japanese)
|
|
;
|
|
; All command specs were downloaded from www.epsondevelopers.com.
|
|
|
|
|
|
;; List of EPSON scanners and all-in-ones.
|
|
;;
|
|
|
|
:model "Actionscanner II"
|
|
:interface "parallel SCSI"
|
|
:status :good
|
|
:comment "overseas version of the GT-5000"
|
|
|
|
:model "AcuLaser CX11"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0815"
|
|
:status :good
|
|
:comment "overseas version of the LP-A500"
|
|
|
|
:model "AcuLaser CX11NF"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0815"
|
|
:status :good
|
|
:comment "AcuLaser CX11 with network interface and fax<br>network interface not supported"
|
|
|
|
:model "CC-500L" ; product spec (JP)
|
|
:interface "USB"
|
|
:status :unsupported
|
|
:comment "all-in-one"
|
|
|
|
:model "CC-550L" ; product spec (JP)
|
|
:interface "USB"
|
|
:status :unsupported
|
|
:comment "all-in-one"
|
|
|
|
:model "CC-570L" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0802"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "CC-600PX" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0801"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "CC-700" ; product spec (JP)
|
|
:interface "USB"
|
|
:status :unsupported
|
|
:comment "all-in-one"
|
|
|
|
:model "ES-300C"
|
|
:interface "SCSI parallel"
|
|
:status :good
|
|
:comment "overseas version of the GT-6000"
|
|
|
|
:model "ES-300GS"
|
|
:interface "SCSI"
|
|
:status :good
|
|
|
|
:model "ES-600C"
|
|
:interface "parallel"
|
|
:status :good
|
|
:comment "overseas version of the GT-5400"
|
|
|
|
:model "ES-800C"
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "overseas version of the GT-8000"
|
|
|
|
:model "ES-1000C"
|
|
:status :unsupported
|
|
:comment "overseas version of the GT-8500"
|
|
|
|
:model "ES-1200C"
|
|
:interface "parallel"
|
|
:status :good
|
|
:comment "overseas version of the GT-9000"
|
|
|
|
:model "ES-2000" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0107"
|
|
:status :complete
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-2200" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010e"
|
|
:status :complete
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-6000" ; product spec (JP)
|
|
:interface "SCSI"
|
|
:status :good
|
|
|
|
:model "ES-6000H" ; product spec (JP)
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-6000HS" ; product spec (JP)
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-7000H" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0126"
|
|
:status :good
|
|
:comment "IEEE1394 untested; 100Base-TX/10Base-T unsupported"
|
|
|
|
:model "ES-8000"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
|
|
:model "ES-8500" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0109"
|
|
:status :good
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-9000H" ; product spec (JP)
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "ES-10000G" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0129"
|
|
:status :good
|
|
:comment "IEEE1394 untested<br>100Base-TX/10Base-T unsupported"
|
|
|
|
:model "ES-H300"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012b"
|
|
:status :good
|
|
:comment "simplex ADF support only<br>Ethernet option not supported"
|
|
|
|
:model "Expression 636"
|
|
:interface "SCSI"
|
|
:status :complete
|
|
:comment "overseas version of the GT-9500"
|
|
|
|
:model "Expression 800" ; command spec
|
|
:interface "SCSI"
|
|
:status :complete
|
|
:comment "overseas version of the GT-9600"
|
|
|
|
:model "Expression 836XL" ; command spec
|
|
:interface "SCSI"
|
|
:status :untested
|
|
:comment "overseas version of the ES-8000"
|
|
|
|
:model "Expression 1600" ; command spec
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0107"
|
|
:status :complete
|
|
:comment "overseas version of the ES-2000<br>IEEE1394 untested"
|
|
|
|
:model "Expression 1640XL" ; command spec
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0109"
|
|
:status :good
|
|
:comment "overseas version of the ES-8500<br>IEEE1394 untested"
|
|
|
|
:model "Expression 1680" ; command spec
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010e"
|
|
:status :complete
|
|
:comment "overseas version of the ES-2200<br>IEEE1394 untested"
|
|
|
|
:model "Expression 1680 Pro"
|
|
:interface "SCSI USB"
|
|
:status :untested
|
|
:comment "IEEE1394 option"
|
|
|
|
:model "Expression 1680XL Pro"
|
|
:interface "SCSI USB"
|
|
:status :untested
|
|
|
|
:model "Expression 10000XL" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0129"
|
|
:status :good
|
|
:comment "overseas version of the ES-10000G<br>IEEE1394 untested; 100Base-TX/10Base-T unsupported"
|
|
|
|
:model "Expression 10000XL Graphic Arts"
|
|
:interface "USB IEEE1394"
|
|
:status :untested
|
|
:comment "Ethernet option"
|
|
|
|
:model "Expression 10000XL Photo"
|
|
:interface "USB IEEE1394"
|
|
:status :untested
|
|
:comment "Ethernet option"
|
|
|
|
:model "F-3200" ; product spec (JP)
|
|
:interface "USB IEEE1394"
|
|
:status :unsupported
|
|
:comment "Film scanner"
|
|
|
|
:model "F-3200 Photo"
|
|
:interface "USB IEEE1394"
|
|
:status :unsupported
|
|
|
|
:model "FilmScan 200"
|
|
:interface "SCSI"
|
|
:status :unsupported
|
|
: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>."
|
|
:url "http://www.vjet.demon.co.uk/scanner/"
|
|
|
|
:model "GT-2200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0102"
|
|
:status :unsupported
|
|
|
|
:model "GT-2500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012b"
|
|
:status :good
|
|
:comment "overseas version of the ES-H300<br>simplex ADF support only<br>Ethernet option not supported"
|
|
|
|
:model "GT-4000"
|
|
:status :untested
|
|
|
|
:model "GT-5000"
|
|
:interface "parallel SCSI"
|
|
:status :good
|
|
|
|
:model "GT-5400"
|
|
:interface "parallel"
|
|
:status :good
|
|
|
|
:model "GT-5500"
|
|
:interface "SCSI"
|
|
:status :good
|
|
|
|
:model "GT-6000"
|
|
:interface "SCSI Parport"
|
|
:status :good
|
|
|
|
:model "GT-6500"
|
|
:interface "parallel"
|
|
:status :good
|
|
:comment "overseas version of the GT-5400"
|
|
|
|
:model "GT-6600U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0103"
|
|
:status :complete
|
|
|
|
:model "GT-6700U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010c"
|
|
:status :complete
|
|
|
|
:model "GT-7000S"
|
|
:interface "SCSI"
|
|
:status :complete
|
|
|
|
:model "GT-7000U"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0101"
|
|
:status :complete
|
|
|
|
:model "GT-7200U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010f"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-7300U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011d"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-7400U" ; product spec (JP)
|
|
:interface "USB"
|
|
:status :unsupported
|
|
:comment "may be supported by the snapscan backend"
|
|
|
|
:model "GT-7600S" ; product spec (JP)
|
|
:interface "SCSI"
|
|
:status :complete
|
|
:comment "SCSI version of the GT-7600U"
|
|
|
|
:model "GT-7600U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0104"
|
|
:status :complete
|
|
:comment "USB version of the GT-7600S"
|
|
|
|
:model "GT-7600UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0104"
|
|
:status :complete
|
|
:comment "GT-7600U with TPU option bundled"
|
|
|
|
:model "GT-7700U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010b"
|
|
:status :complete
|
|
|
|
:model "GT-8000"
|
|
:interface "SCSI"
|
|
:status :good
|
|
|
|
:model "GT-8200U" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0110"
|
|
:status :complete
|
|
|
|
:model "GT-8200UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0110"
|
|
:status :good
|
|
|
|
:model "GT-8300UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011e"
|
|
:status :complete
|
|
|
|
:model "GT-8400UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:status :unsupported
|
|
|
|
:model "GT-8500"
|
|
:status :untested
|
|
|
|
:model "GT-8700" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010a"
|
|
:status :complete
|
|
|
|
:model "GT-8700F" ; product spec (JP)
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010a"
|
|
:status :good
|
|
:comment "GT-8700U with TPU option bundled"
|
|
|
|
:model "GT-9000"
|
|
:interface "parallel"
|
|
:status :good
|
|
|
|
:model "GT-9300UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011b"
|
|
:status :complete
|
|
|
|
:model "GT-9400UF" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0116"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-9400"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-9500"
|
|
:interface "SCSI"
|
|
:status :complete
|
|
|
|
:model "GT-9600"
|
|
:interface "SCSI"
|
|
:status :complete
|
|
|
|
:model "GT-9700F" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0112"
|
|
:status :complete
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "GT-9800F" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011c"
|
|
:status :complete
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "GT-10000"
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "overseas version of the ES-6000"
|
|
|
|
:model "GT-10000+" ; command spec
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "overseas version of the ES-6000H<br>IEEE1394 untested"
|
|
|
|
:model "GT-12000"
|
|
:interface "SCSI"
|
|
:status :untested
|
|
:comment "overseas version of the ES-8000"
|
|
|
|
:model "GT-15000" ; command spec
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x0126"
|
|
:status :good
|
|
:comment "overseas version of the ES-7000H<br>IEEE1394 untested"
|
|
|
|
:model "GT-30000" ; command spec
|
|
:interface "SCSI"
|
|
:status :good
|
|
:comment "overseas version of the ES-9000H<br>IEEE1394 untested"
|
|
|
|
:model "GT-F500" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0121"
|
|
:status :good
|
|
:comment "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F520"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0122"
|
|
:status :good
|
|
:comment "multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F550" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0121"
|
|
:status :good
|
|
:comment "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F570"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0122"
|
|
:status :good
|
|
:comment "auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F600" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0118"
|
|
:status :good
|
|
:comment "only scans up to 2400dpi<br>requires DFSG non-free iscan-plugin-gt-f600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F650"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012d"
|
|
:status :good
|
|
:comment "GT-S600 with TPU<br>requires DFSG non-free iscan-plugin-gt-s600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-F700"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012f"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-f700"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-S600"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012d"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-s600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-X700" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0128"
|
|
:status :complete
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "GT-X750"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0119"
|
|
:status :good
|
|
:comment "requires DFSG non-free iscan-plugin-gt-x750"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "GT-X800" ; product spec (JP)
|
|
:interface "USB IEEE1394"
|
|
:usbid "0x04b8" "0x012a"
|
|
:status :complete
|
|
:comment "IEEE1394 untested<br>film area guide mode not supported"
|
|
|
|
:model "GT-X900"
|
|
:interface "USB IEEE1394"
|
|
:usbid "0x04b8" "0x012c"
|
|
:status :good
|
|
:comment "IEEE1394 untested"
|
|
|
|
:model "LP-7900CS"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-7000H"
|
|
|
|
:model "LP-9000CCH"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-9000CCS"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-7000H"
|
|
|
|
:model "LP-9000CFH"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-9500CCS"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-7000H"
|
|
|
|
:model "LP-9500CFH"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-9500CH2"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-9800CCH"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-9800CCS"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-7000H"
|
|
|
|
:model "LP-9800CFH"
|
|
:status :untested
|
|
:comment "business all-in-one; scanner is a ES-9000H"
|
|
|
|
:model "LP-A500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0815"
|
|
:status :good
|
|
:comment "business all-in-one<br>network interface not supported"
|
|
|
|
:model "LP-M5500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0817"
|
|
:status :good
|
|
:comment "business all-in-one<br>network interface not supported"
|
|
|
|
:model "LP-M5500F"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0817"
|
|
:status :good
|
|
:comment "business all-in-one<br>LP-M5500 with the fax option bundled<br>network interface not supported"
|
|
|
|
:model "ME200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0830"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A700" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0814"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A750"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081a"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A820"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0827"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
|
|
:model "PM-A850" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0806"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A870" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0811"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A890"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081c"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A900" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0810"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A920"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082a"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A950"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081d"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PM-A970"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0828"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PX-A550" ; product spec (JP)
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080e"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PX-A650"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0819"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "PX-A720"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082e"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Perfection 600"
|
|
:interface "SCSI"
|
|
:status :unsupported
|
|
:comment "rebadged UMAX Astra 1200S<br>supported by the umax backend"
|
|
|
|
:model "Perfection 610" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0103"
|
|
:status :complete
|
|
:comment "overseas version of the GT-6600U"
|
|
|
|
:model "Perfection 636S"
|
|
:interface "SCSI"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7000S"
|
|
|
|
:model "Perfection 636U" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0101"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7000U"
|
|
|
|
:model "Perfection 640U" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010c"
|
|
:status :complete
|
|
:comment "overseas version of the GT-6700U"
|
|
|
|
:model "Perfection 660"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0114"
|
|
:status :unsupported
|
|
:comment "supported by the snapscan backend"
|
|
|
|
:model "Perfection 1200S" ; command spec
|
|
:interface "SCSI"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7600S"
|
|
|
|
:model "Perfection 1200U" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0104"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7600U"
|
|
|
|
:model "Perfection 1200U PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0104"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7600UF<br>Perfection 1200U with TPU option bundled"
|
|
|
|
:model "Perfection 1240U" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010b"
|
|
:status :complete
|
|
:comment "overseas version of the GT-7700U"
|
|
|
|
:model "Perfection 1250"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010f"
|
|
:status :good
|
|
:comment "overseas version of the GT-7200U<br>requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 1250 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x010f"
|
|
:status :good
|
|
:comment "Perfection 1250 with TPU option bundled<br>requires DFSG non-free iscan-plugin-gt-7200<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 1260"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011d"
|
|
:status :good
|
|
:comment "overseas version of the GT-7300U<br>requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 1260 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011d"
|
|
:status :good
|
|
:comment "Perfection 1260 with TPU option bundled<br>requires DFSG non-free iscan-plugin-gt-7300<br>also supported by the plustek backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 1270"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0120"
|
|
:status :unsupported
|
|
:comment "supported by the snapscan backend"
|
|
|
|
:model "Perfection 1600"
|
|
:interface "SCSI"
|
|
:status :unsupported
|
|
|
|
:model "Perfection 1640SU" ; command spec
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010a"
|
|
:status :complete
|
|
:comment "overseas version of the GT-8700"
|
|
|
|
:model "Perfection 1640SU PHOTO"
|
|
:interface "SCSI USB"
|
|
:usbid "0x04b8" "0x010a"
|
|
:status :good
|
|
:comment "overseas version of the GT-8700F"
|
|
|
|
:model "Perfection 1650" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0110"
|
|
:status :complete
|
|
:comment "overseas version of the GT-8200U"
|
|
|
|
:model "Perfection 1650 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0110"
|
|
:status :good
|
|
:comment "overseas version of the GT-8200UF"
|
|
|
|
:model "Perfection 1660 PHOTO" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011e"
|
|
:status :complete
|
|
:comment "overseas version of the GT-8300UF"
|
|
|
|
:model "Perfection 1670"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011f"
|
|
:status :unsupported
|
|
:comment "supported by the snapscan backend"
|
|
|
|
:model "Perfection 1670 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011f"
|
|
:status :unsupported
|
|
:comment "supported by the snapscan backend"
|
|
|
|
:model "Perfection 2400 PHOTO" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011b"
|
|
:status :complete
|
|
:comment "overseas version of the GT-9300UF"
|
|
|
|
:model "Perfection 2450 PHOTO" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0112"
|
|
:status :complete
|
|
:comment "overseas version of the GT-9700F<br>IEEE1394 untested"
|
|
|
|
:model "Perfection 2480 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0121"
|
|
:status :good
|
|
:comment "overseas version of the GT-F500<br>multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 2580 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0121"
|
|
:status :good
|
|
:comment "overseas version of the GT-F550<br>auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f500<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 3170 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0116"
|
|
:status :good
|
|
:comment "overseas version of the GT-9400UF<br>requires DFSG non-free iscan-plugin-gt-9400"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 3200 PHOTO" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x011c"
|
|
:status :complete
|
|
:comment "overseas version of the GT-9800F<br>IEEE1394 untested"
|
|
|
|
:model "Perfection 3490 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0122"
|
|
:status :good
|
|
:comment "overseas version of the GT-F520<br>multi photo feeder not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 3590 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0122"
|
|
:status :good
|
|
:comment "overseas version of the GT-F570<br>auto film loader not supported<br>requires DFSG non-free iscan-plugin-gt-f520<br>also supported by the snapscan backend"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 4180 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0118"
|
|
:status :good
|
|
:comment "overseas version of the GT-F600<br>only scans up to 2400dpi<br>requires DFSG non-free iscan-plugin-gt-f600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 4490 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0119"
|
|
:status :good
|
|
:comment "overseas version of the GT-X750<br>requires DFSG non-free iscan-plugin-gt-x750"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection 4870 PHOTO" ; command spec
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0128"
|
|
:status :complete
|
|
:comment "overseas version of the GT-X700<br>IEEE1394 untested"
|
|
|
|
:model "Perfection 4990 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012a"
|
|
:status :good
|
|
:comment "overseas version of the GT-X800<br>IEEE1394 untested<br>film area guide mode not supported"
|
|
|
|
:model "Perfection 4990 Pro"
|
|
:interface "USB IEEE1394"
|
|
:status :untested
|
|
:comment "seems to be a 4990 PHOTO with additional software"
|
|
|
|
:model "Perfection V10"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012d"
|
|
:status :good
|
|
:comment "overseas version of the GT-S600<br>requires DFSG non-free iscan-plugin-gt-s600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection V100 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012d"
|
|
:status :good
|
|
:comment "overseas version of the GT-F650<br>requires DFSG non-free iscan-plugin-gt-s600"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection V350 PHOTO"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x012f"
|
|
:status :good
|
|
:comment "overseas version of the GT-F700<br>requires DFSG non-free iscan-plugin-gt-f700"
|
|
:url "http://www.avasys.jp/english/linux_e/dl_scan.html"
|
|
|
|
:model "Perfection V700"
|
|
:interface "USB IEEE1394"
|
|
:usbid "0x04b8" "0x012c"
|
|
:status :good
|
|
:comment "overseas version of the GT-X900<br>IEEE1394 untested"
|
|
|
|
:model "Perfection V750"
|
|
:interface "USB IEEE1394"
|
|
:usbid "0x04b8" "0x012c"
|
|
:status :good
|
|
:comment "overseas version of the GT-X900<br>IEEE1394 untested"
|
|
|
|
:model "Stylus CX1500" ; Australia
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080c"
|
|
:status :unsupported
|
|
:comment "all-in-one<br>supported by the snapscan backend"
|
|
|
|
:model "Stylus CX2800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0830"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX2900"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0830"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3100"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0802"
|
|
:status :good
|
|
:comment "overseas version of the CC-570<br>all-in-one"
|
|
|
|
:model "Stylus CX3200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0802"
|
|
:status :good
|
|
:comment "overseas version of the CC-570<br>all-in-one"
|
|
|
|
:model "Stylus CX3500" ; Australia
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080e"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3600" ; UK
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080e"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3650" ; France
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080e"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3700"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0818"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0818"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3810"
|
|
:interface "USB"
|
|
:status :untested
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX3900"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX4100"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0820"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX4200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0820"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX4500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080d"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX4600"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080d"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX4700"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0819"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A650"
|
|
|
|
:model "Stylus CX4800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0819"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A650"
|
|
|
|
:model "Stylus CX4900"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082b"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX5000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082b"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX5100"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0801"
|
|
:status :good
|
|
:comment "overseas version of the CC-600PX<br>all-in-one"
|
|
|
|
:model "Stylus CX5200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0801"
|
|
:status :good
|
|
:comment "overseas version of the CC-600PX<br>all-in-one"
|
|
|
|
:model "Stylus CX5300"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0801"
|
|
:status :good
|
|
:comment "overseas version of the CC-600PX<br>all-in-one"
|
|
|
|
:model "Stylus CX5400"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0801"
|
|
:status :good
|
|
:comment "overseas version of the CC-600PX<br>all-in-one<br>epson backend claims 0x0808 USB product ID"
|
|
|
|
:model "Stylus CX5700F"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0821"
|
|
:status :unsupported
|
|
:comment "all-in-one with FAX"
|
|
|
|
:model "Stylus CX5800F"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0821"
|
|
:status :unsupported
|
|
:comment "all-in-one with FAX"
|
|
|
|
:model "Stylus CX5900"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082e"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A720"
|
|
|
|
:model "Stylus CX6000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082e"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A720"
|
|
|
|
:model "Stylus CX6300"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0805"
|
|
:status :good
|
|
:comment "all-in-one<br>mistakenly thinks its a PX-A650"
|
|
|
|
:model "Stylus CX6400"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0805"
|
|
:status :good
|
|
:comment "all-in-one<br>mistakenly thinks its a PX-A650"
|
|
|
|
:model "Stylus CX6500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0805"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX6600"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0805"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX6600"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0813"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX7700"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus CX7800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX3800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0818"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX3850"
|
|
:interface "USB"
|
|
;:usbid "0x04b8" "0x0818"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX4000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX4200"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0820"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX4800"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0819"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A650"
|
|
|
|
:model "Stylus DX4850"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0819"
|
|
:status :good
|
|
:comment "DX4800 + card reader<br>all-in-one"
|
|
|
|
:model "Stylus DX5000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082b"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus DX6000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x082e"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PX-A720"
|
|
|
|
:model "Stylus Photo RX420"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX425" ; France
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX430" ; Australia
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x080f"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0807"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX510"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0807"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX520"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081a"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX530"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081a"
|
|
:status :good
|
|
:comment "all-in-one"
|
|
|
|
:model "Stylus Photo RX600"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0806"
|
|
:status :good
|
|
:comment "overseas version of the PM-A850<br>all-in-one"
|
|
|
|
:model "Stylus Photo RX610"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0806"
|
|
:status :good
|
|
:comment "overseas version of the PM-A850<br>all-in-one"
|
|
|
|
:model "Stylus Photo RX620"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0811"
|
|
:status :good
|
|
:comment "overseas version of the PM-A870<br>all-in-one"
|
|
|
|
:model "Stylus Photo RX630"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0811"
|
|
:status :good
|
|
:comment "overseas version of the PM-A870<br>all-in-one"
|
|
|
|
:model "Stylus Photo RX640"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081c"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PM-A890"
|
|
|
|
:model "Stylus Photo RX650"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x081c"
|
|
:status :good
|
|
:comment "all-in-one<br>overseas version of the PM-A890"
|
|
|
|
:model "Stylus Photo RX700"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0810"
|
|
:status :good
|
|
:comment "overseas version of the PM-A900<br>all-in-one"
|
|
|
|
:model "Stylus Scan 2000"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0105"
|
|
:status :untested
|
|
:comment "apparently mostly the same as the Stylus Scan 2500"
|
|
|
|
:model "Stylus Scan 2500"
|
|
:interface "USB"
|
|
:usbid "0x04b8" "0x0106"
|
|
:status :untested
|
|
:comment "scanner is apparently a GT-7000"
|