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:backend "hp5590" 12:version "1.0.5" 13:manpage "sane-hp5590" 14 15:devicetype :scanner 16 17:mfg "Hewlett-Packard" 18:url "http://www.hp.com" 19 20:model "ScanJet 4500C" 21:interface "USB" 22:usbid "0x03f0" "0x1205" 23:status :complete 24:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives" 25 26:model "ScanJet 4570C" 27:interface "USB" 28:usbid "0x03f0" "0x1305" 29:status :complete 30:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/TMA slides/TMA negatives" 31 32:model "ScanJet 5500C" 33:interface "USB" 34:usbid "0x03f0" "0x1305" 35:status :untested 36:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/TMA slides/TMA negatives" 37 38:model "ScanJet 5550C" 39:interface "USB" 40:usbid "0x03f0" "0x1205" 41:status :complete 42:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives" 43 44:model "ScanJet 5590" 45:interface "USB" 46:usbid "0x03f0" "0x1705" 47:status :complete 48:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives" 49 50:model "ScanJet 7650" 51:interface "USB" 52:usbid "0x03f0" "0x1805" 53:status :complete 54:comment "Lineart/grayscale/color (24 bit), 100/200/300/600/1200/2400 DPI, flatbed/ADF/ADF duplex/TMA slides/TMA negatives" 55