1; 2; SANE Backend specification file 3; 4; It's basically emacs-lisp --- so ";" indicates comment to end of line. 5; All syntactic elements are keyword tokens, followed by a string or 6; keyword argument, as specified. 7; 8; ":backend" *must* be specified. 9; All other information is optional (but what good is the file without it?). 10; 11 12:backend "microtek2" ; name of backend 13:version "unmaintained" ; version of backend 14:manpage "sane-microtek2" ; name of manpage (if it exists) 15:url "http://karstenfestag.gmxhome.de/linux.html" 16 17:devicetype :scanner ; start of a list of devices.... 18 19:mfg "Microtek" ; name a manufacturer 20:url "http://www.microtek.com/" 21 22:model "ScanMaker E3plus" 23:interface "Parport" 24:status :complete 25 26:model "ScanMaker E3plus" ; name models for above-specified mfg. 27:interface "SCSI" 28:status :complete 29 30:model "ScanMaker X6" 31:interface "SCSI" 32:status :complete 33 34:model "ScanMaker X6EL" 35:interface "SCSI" 36:status :basic 37 38:model "ScanMaker X6USB" 39:interface "USB" 40:usbid "0x05da" "0x0099" 41:status :good 42 43:model "ScanMaker V300" 44:interface "SCSI" 45:status :good 46 47:model "ScanMaker V300" 48:interface "Parport" 49:status :good 50 51:model "ScanMaker V310" 52:interface "SCSI" 53:status :basic 54 55:model "ScanMaker V310" 56:interface "Parport" 57:status :basic 58 59:model "ScanMaker V600" 60:interface "SCSI" 61:status :basic 62 63:model "ScanMaker V600" 64:interface "Parport" 65:status :basic 66 67:model "ScanMaker 330" 68:interface "SCSI" 69:status :basic 70 71:model "ScanMaker 630" 72:interface "SCSI" 73:status :basic 74 75:model "ScanMaker 636" 76:interface "SCSI" 77:status :complete 78 79:model "ScanMaker 6400XL" 80:interface "SCSI" 81:status :complete 82 83:model "ScanMaker 9600XL" 84:interface "SCSI" 85:comment "only flatbed mode ?" 86:status :good 87 88:model "ScanMaker 9800XL" 89:url "unsupported/microtek-scanmaker-9800.html" 90:interface "IEEE-1394" 91:status :minimal 92:comment "IEEE-1394 seems to work. See link. More reports welcome." 93 94:model "Phantom 330CX" 95:interface "Parport" 96:status :complete 97 98:model "SlimScan C3" 99:interface "Parport" 100:status :complete 101 102:model "Phantom 636" 103:interface "SCSI" 104:status :complete 105 106:model "Phantom 636CX" 107:interface "Parport" 108:status :complete 109 110:model "SlimScan C6" 111:interface "USB" 112:usbid "0x05da" "0x009a" 113:status :complete 114 115:model "ScanMaker V6UPL" 116:interface "USB" 117:usbid "0x05da" "0x00b6" 118:status :basic 119:comment "Sometimes scan speed goes to fast and results look badly smudged." 120 121:model "ScanMaker V6USL" 122:interface "SCSI" 123:status :complete 124 125:model "ScanMaker V6USL" 126:interface "USB" 127:usbid "0x05da" "0x00a3" 128:status :complete 129 130:model "ScanMaker V6USL" 131:interface "USB" 132:usbid "0x05da" "0x80a3" 133:status :complete 134 135:model "ScanMaker X12USL" 136:interface "SCSI" 137:comment "only Flatbed mode ?" 138:status :good 139 140:mfg "Vobis" 141:url "http://www.vobis.de/" 142 143:model "HighScan" ; name models for above-specified mfg. 144:interface "SCSI" 145:comment "only E3plus based models" 146:status :complete 147 148:mfg "Scanport" 149:url "http://www.scanport.com/" 150:model "SQ300" 151:interface "Parport?" 152:status :basic 153 154:model "SQ2030" 155:interface "Parport" 156:status :basic 157 158:model "SQ4836" 159:interface "SCSI" 160:status :basic 161 162:mfg "Genius" 163:url "http://www.geniusmouse.co.uk/" 164:model "ColorPage-EP" 165:interface "Parport" 166:status :good 167