sane-project-backends/backend/epson.desc

89 wiersze
2.1 KiB
Plaintext

;
; SANE Backend specification file
;
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
; All syntactic elements are keyword tokens, followed by a string or
; keyword argument, as specified.
;
; ":backend" *must* be specified.
; All other information is optional (but what good is the file without it?).
;
:backend "epson" ; name of backend
:version "0.1.34" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-epson" ; name of manpage (if it exists)
:url "http://www.khk.net/" ; backend's web page
:devicetype :scanner ; start of a list of devices....
; other types: :stillcam, :vidcam,
; :meta, :api
:mfg "Epson" ; name a manufacturer
:url "http://www.epson.com/"
:model "GT-5000" ; name models for above-specified mfg.
:interface "Parport"
:model "Actionscanner II"
:comment "US version of GT-5000"
:interface "Parport"
:model "GT-6000"
:interface "Parport"
:model "ES-300C"
:comment "US version of GT-6000"
:interface "Parport"
:model "GT-5500"
:interface "SCSI"
:model "GT-6500"
:interface "Parport"
:model "ES-600C"
:comment "US version of GT-6500"
:interface "Parport"
:model "ES-1200C"
:comment "US version of GT-9000"
:interface "Parport"
:model "GT-7000"
:interface "SCSI"
:model "Perfection 636S"
:comment "US version of GT-7000"
:interface "SCSI"
:model "Perfection 636U"
:interface "USB"
:model "Perfection 610"
:interface "USB"
:model "Perfection 1200S"
:interface "SCSI"
:model "Perfection 1200U"
:interface "USB"
:model "Perfection 1200Photo"
:comment "with TPU"
:interface "USB"
:model "Expression 636"
:interface "SCSI"
:model "Expression 800"
:interface "SCSI"
:model "Expression 800"
:comment "only 8/24 bit mode supported at this time"
:interface "SCSI USB"
:model "FilmScan 200"
:interface "SCSI"
: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.cu.uk/scanner/</A>"