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; See doc/descriptions.txt for details. 12 13:backend "brother" ; name of backend 14;:version "1.0.0" ; version of backend (or "unmaintained") 15;:manpage "sane-template" ; name of manpage (if it exists) 16:url "http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" ; backend's web page 17:comment "External backend made by brother. As this software contains non-free parts, it can't be included into SANE. If you can't find your model here, please have a look at the brother website which contains the latest list." 18 ; comment about the backend 19 20:devicetype :scanner ; start of a list of devices.... 21 ; other types: :stillcam, :vidcam, 22 ; :meta, :api 23 24:mfg "Brother" ; name a manufacturer 25:url "http://www.brother.com/" ; manufacturer's URL 26;:comment "" 27 ; comment about the manufacturer 28 29;data taken from Brother website and Brsane.ini 30 31 32:model "DCP-1000" 33:status :untested 34:interface "USB" 35:usbid "0x04f9" "0x0112" 36:comment "No report yet." 37 38:model "DCP-1000J" 39:status :untested 40:interface "USB" 41:usbid "0x04f9" "0x0153" 42:comment "No report yet." 43 44:model "DCP-1400" 45:status :untested 46:interface "USB" 47:usbid "0x04f9" "0x0116" 48:comment "No report yet." 49 50:model "DCP-3020C" 51:status :untested 52:interface "USB" 53:usbid "0x04f9" "0x014c" 54:comment "No report yet." 55 56:model "DCP-4020C" 57:status :untested 58:interface "USB" 59:usbid "0x04f9" "0x0144" 60:comment "No report yet." 61 62:model "DCP-8020" 63:status :untested 64:interface "USB" 65:usbid "0x04f9" "0x0140" 66:comment "No report yet." 67 68:model "DCP-8025D" 69:status :good 70:interface "USB" 71:usbid "0x04f9" "0x0141" 72 73:model "DCP-8025J" 74:status :good 75:interface "USB" 76:usbid "0x04f9" "0x014f" 77:comment "No report yet." 78 79:model "DCP-8040" 80:status :untested 81:interface "USB" 82:usbid "0x04f9" "0x015d" 83:comment "No report yet." 84 85:model "DCP-8045D" 86:status :good 87:interface "USB" 88:usbid "0x04f9" "0x015e" 89 90:model "DCP-8060" 91:status :good 92:interface "USB" 93:usbid "0x04f9" "0x01a3" 94 95:model "FAX1800C" 96:status :untested 97:interface "USB" 98:usbid "0x04f9" "0x0126" 99:comment "No report yet." 100 101:model "FAX1815C" 102:status :untested 103:interface "USB" 104:usbid "0x04f9" "0x014d" 105:comment "No report yet." 106 107:model "FAX1820C" 108:status :untested 109:interface "USB" 110:usbid "0x04f9" "0x0147" 111:comment "No report yet." 112 113:model "FAX1920CN" 114:status :untested 115:interface "USB network" 116:usbid "0x04f9" "0x0149" 117:comment "No report yet." 118 119:model "FAX-2850" 120:status :untested 121:interface "USB" 122:usbid "0x04f9" "0x0123" 123:comment "No report yet." 124 125:model "FAX-2900" 126:status :untested 127:interface "USB" 128:usbid "0x04f9" "0x0117" 129:comment "No report yet." 130 131:model "FAX-3800" 132:status :untested 133:interface "USB" 134:usbid "0x04f9" "0x0118" 135:comment "No report yet." 136 137:model "FAX-4100" 138:status :untested 139:interface "USB" 140:usbid "0x04f9" "0x012e" 141:comment "No report yet." 142 143:model "FAX-4750e" 144:status :untested 145:interface "USB" 146:usbid "0x04f9" "0x012f" 147:comment "No report yet." 148 149:model "FAX-5750e" 150:status :untested 151:interface "USB" 152:usbid "0x04f9" "0x0130" 153:comment "No report yet." 154 155 156:model "MFC-100" 157:status :untested 158:interface "USB" 159:usbid "0x04f9" "0x0135" 160:comment "No report yet." 161 162:model "MFC-150CL" 163:status :untested 164:interface "USB" 165:usbid "0x04f9" "0x0136" 166:comment "No report yet." 167 168:model "MFC-3100C" 169:status :untested 170:interface "USB" 171:usbid "0x04f9" "0x010e" 172:comment "No report yet." 173 174:model "MFC-3200C" 175:status :untested 176:interface "USB" 177:usbid "0x04f9" "0x013a" 178:comment "No report yet." 179 180:model "MFC-3220C" 181:status :untested 182:interface "USB" 183:usbid "0x04f9" "0x0146" 184:comment "No report yet." 185 186:model "MFC-3320CN" 187:status :untested 188:interface "USB network" 189:usbid "0x04f9" "0x0148" 190:comment "No report yet." 191 192:model "MFC-3420C" 193:status :good 194:interface "USB" 195:usbid "0x04f9" "0x014a" 196 197:model "MFC-3420J" 198:status :untested 199:interface "USB" 200:usbid "0x04f9" "0x0157" 201:comment "No report yet." 202 203:model "MFC-3820J" 204:status :untested 205:interface "USB" 206:usbid "0x04f9" "0x0158" 207:comment "No report yet." 208 209:model "MFC-3820CN" 210:status :good 211:interface "USB network" 212:usbid "0x04f9" "0x014b" 213:comment "Network connection is reported to work." 214 215:model "MFC-4420C" 216:status :untested 217:interface "USB" 218:usbid "0x04f9" "0x013e" 219:comment "No report yet." 220 221:model "MFC-4800" 222:status :good 223:interface "USB" 224:usbid "0x04f9" "0x0110" 225 226:model "MFC-4800J" 227:status :untested 228:interface "USB" 229:usbid "0x04f9" "0x0124" 230:comment "No report yet." 231 232:model "MFC-4820C" 233:status :good 234:interface "USB" 235:usbid "0x04f9" "0x013f" 236 237:model "MFC-5100C" 238:status :good 239:interface "USB" 240:usbid "0x04f9" "0x010f" 241 242:model "MFC-5100J" 243:status :untested 244:interface "USB" 245:usbid "0x04f9" "0x0122" 246:comment "No report yet." 247 248:model "MFC-5200C" 249:status :good 250:interface "USB" 251:usbid "0x04f9" "0x0132" 252 253:model "MFC-5200J" 254:status :untested 255:interface "USB" 256:usbid "0x04f9" "0x013d" 257:comment "No report yet." 258 259:model "MFC-580" 260:status :good 261:interface "USB" 262:usbid "0x04f9" "0x0120" 263 264:model "MFC-590" 265:status :good 266:interface "USB" 267:usbid "0x04f9" "0x0121" 268 269:model "MFC-6800" 270:status :untested 271:interface "USB" 272:usbid "0x04f9" "0x0111" 273:comment "No report yet." 274 275:model "MFC-6800J" 276:status :untested 277:interface "USB" 278:usbid "0x04f9" "0x0125" 279:comment "No report yet." 280 281:model "MFC-8210" 282:status :untested 283:interface "USB" 284:usbid "0x04f9" "0x0151" 285:comment "No report yet." 286 287:model "MFC-8220" 288:status :untested 289:interface "USB" 290:usbid "0x04f9" "0x0150" 291:comment "No report yet." 292 293:model "MFC-8420" 294:status :good 295:interface "USB" 296:usbid "0x04f9" "0x0142" 297 298:model "MFC-8440" 299:status :good 300:interface "USB" 301:usbid "0x04f9" "0x015f" 302 303:model "MFC-8500" 304:status :untested 305:interface "USB" 306:usbid "0x04f9" "0x0113" 307:comment "No report yet." 308 309:model "MFC-8500J" 310:status :untested 311:interface "USB" 312:usbid "0x04f9" "0x0128" 313:comment "No report yet." 314 315:model "MFC-8820D" 316:status :good 317:interface "USB" 318:usbid "0x04f9" "0x0143" 319 320:model "MFC-8820J" 321:status :untested 322:interface "USB" 323:usbid "0x04f9" "0x014e" 324:comment "No report yet." 325 326:model "MFC-8840D" 327:status :good 328:interface "USB" 329:usbid "0x04f9" "0x0160" 330 331:model "MFC-890" 332:status :good 333:interface "USB" 334:usbid "0x04f9" "0x013c" 335 336:model "MFC-9030" 337:status :untested 338:interface "USB" 339:usbid "0x04f9" "0x012b" 340:comment "No report yet." 341 342:model "MFC-9070" 343:status :untested 344:interface "USB" 345:usbid "0x04f9" "0x011d" 346:comment "No report yet." 347 348:model "MFC-9160" 349:status :good 350:interface "USB" 351:usbid "0x04f9" "0x011f" 352:comment "Is reported to work well with backend version 0.0.12." 353 354:model "MFC-9180" 355:status :good 356:interface "USB" 357:usbid "0x04f9" "0x011e" 358:comment "Reported to work well under openSUSE 10.2." 359 360:model "MFC-9660" 361:status :untested 362:interface "USB" 363:usbid "0x04f9" "0x0119" 364:comment "No report yet." 365 366:model "MFC-9700" 367:status :untested 368:interface "USB" 369:usbid "0x04f9" "0x0114" 370:comment "No report yet." 371 372:model "MFC-9760" 373:status :untested 374:interface "USB" 375:usbid "0x04f9" "0x011c" 376:comment "No report yet." 377 378:model "MFC-9800" 379:status :untested 380:interface "USB" 381:usbid "0x04f9" "0x0115" 382:comment "No report yet." 383 384:model "MFC-9800J" 385:status :untested 386:interface "USB" 387:usbid "0x04f9" "0x0127" 388:comment "No report yet." 389 390:model "MFC-9860" 391:status :untested 392:interface "USB" 393:usbid "0x04f9" "0x011a" 394:comment "No report yet." 395 396:model "MFC-9880" 397:status :unsupported 398:interface "USB" 399:usbid "0x04f9" "0x011b" 400:comment "There is a report that this scanner does not work with the brother backend (I/O errors)" 401