1; SANE Backend specification file 2; 3; It's basically emacs-lisp --- so ";" indicates comment to end of line. 4; All syntactic elements are keyword tokens, followed by a string or 5; keyword argument, as specified. 6; 7; ":backend" *must* be specified. 8; All other information is optional (but what good is the file without it?). 9; 10 11:backend "hs2p" ; name of backend 12:url "http://www.acjlaw.net:8080/~jeremy/Ricoh/" 13:version "1.00 (unmaintained)" ; version of backend 14; 15:manpage "sane-hs2p" ; name of manpage (if it exists) 16:comment "This backend has been tested with the IS450DE (Duplex/Endorser). All major functions necessary for scanning are supported. This backend should work with all Ricoh scanners in the IS450 family as well as the IS420 series, but the IS420 has not yet been tested. Features provided by the optional Image Processing Unit (IPU) are not yet integrated into the backend, as my scanner lacks the IPU." 17 18:devicetype :scanner 19 20:mfg "Ricoh" ; name a manufacturer 21:url "http://www.ricoh.com/" 22 23:model "IS450" ; name models for above-specified mfg. 24:interface "SCSI" 25:status :complete 26:comment "All major scanning-related features are supported (except for IPU). Certain non-scanning features, such as those related to scanner maintenance, are not supported. Such features would be better implemented in a separate stand-alone tool. For instance, if you replace the ADF Unit, you must recalibrate the scanner optics using a Ricoh Test Sheet and reset the E^2PROM registers. Reports are welcome." 27 28:model "IS-410" 29:interface "SCSI" 30:status :untested 31:comment "Untested, please report!" 32 33:model "IS-420" 34:interface "SCSI" 35:status :untested 36:comment "Untested, please report!" 37 38:model "IS-430" 39:interface "SCSI" 40:status :untested 41:comment "Untested, please report!" 42