1141cc406Sopenharmony_ci; 2141cc406Sopenharmony_ci; SANE Backend specification file 3141cc406Sopenharmony_ci; 4141cc406Sopenharmony_ci; It's basically emacs-lisp --- so ";" indicates comment to end of line. 5141cc406Sopenharmony_ci; All syntactic elements are keyword tokens, followed by a string or 6141cc406Sopenharmony_ci; keyword argument, as specified. 7141cc406Sopenharmony_ci; 8141cc406Sopenharmony_ci; ":backend" *must* be specified. 9141cc406Sopenharmony_ci; All other information is optional (but what good is the file without it?). 10141cc406Sopenharmony_ci; 11141cc406Sopenharmony_ci; See doc/descriptions.txt for details. 12141cc406Sopenharmony_ci 13141cc406Sopenharmony_ci:backend "brother2" ; name of backend 14141cc406Sopenharmony_ci;:version "1.0.0" ; version of backend (or "unmaintained") 15141cc406Sopenharmony_ci;:manpage "sane-template" ; name of manpage (if it exists) 16141cc406Sopenharmony_ci:url "http://solutions.brother.com/linux/sol/printer/linux/sane_drivers.html" ; backend's web page 17141cc406Sopenharmony_ci: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." 18141cc406Sopenharmony_ci ; comment about the backend 19141cc406Sopenharmony_ci 20141cc406Sopenharmony_ci:devicetype :scanner ; start of a list of devices.... 21141cc406Sopenharmony_ci ; other types: :stillcam, :vidcam, 22141cc406Sopenharmony_ci ; :meta, :api 23141cc406Sopenharmony_ci 24141cc406Sopenharmony_ci:mfg "Brother" ; name a manufacturer 25141cc406Sopenharmony_ci:url "http://www.brother.com/" ; manufacturer's URL 26141cc406Sopenharmony_ci;:comment "" 27141cc406Sopenharmony_ci ; comment about the manufacturer 28141cc406Sopenharmony_ci 29141cc406Sopenharmony_ci;data taken from Brother website and Brsane2.ini 30141cc406Sopenharmony_ci 31141cc406Sopenharmony_ci:model "DCP-110C" 32141cc406Sopenharmony_ci:status :good 33141cc406Sopenharmony_ci:interface "USB" 34141cc406Sopenharmony_ci:usbid "0x04f9" "0x0169" 35141cc406Sopenharmony_ci 36141cc406Sopenharmony_ci:model "DCP-115C" 37141cc406Sopenharmony_ci:status :good 38141cc406Sopenharmony_ci:interface "USB" 39141cc406Sopenharmony_ci:usbid "0x04f9" "0x018c" 40141cc406Sopenharmony_ci 41141cc406Sopenharmony_ci:model "DCP-116C" 42141cc406Sopenharmony_ci:status :untested 43141cc406Sopenharmony_ci:interface "USB" 44141cc406Sopenharmony_ci:usbid "0x04f9" "0x018d" 45141cc406Sopenharmony_ci:comment "No report yet." 46141cc406Sopenharmony_ci 47141cc406Sopenharmony_ci:model "DCP-117C" 48141cc406Sopenharmony_ci:status :good 49141cc406Sopenharmony_ci:interface "USB" 50141cc406Sopenharmony_ci:usbid "0x04f9" "0x018e" 51141cc406Sopenharmony_ci 52141cc406Sopenharmony_ci:model "DCP-120C" 53141cc406Sopenharmony_ci:status :good 54141cc406Sopenharmony_ci:interface "USB" 55141cc406Sopenharmony_ci:usbid "0x04f9" "0x0190" 56141cc406Sopenharmony_ci 57141cc406Sopenharmony_ci:model "DCP-310CN" 58141cc406Sopenharmony_ci:status :untested 59141cc406Sopenharmony_ci:interface "USB network" 60141cc406Sopenharmony_ci:usbid "0x04f9" "0x016b" 61141cc406Sopenharmony_ci:comment "No report yet." 62141cc406Sopenharmony_ci 63141cc406Sopenharmony_ci:model "DCP-315CN" 64141cc406Sopenharmony_ci:status :untested 65141cc406Sopenharmony_ci:interface "USB network" 66141cc406Sopenharmony_ci:usbid "0x04f9" "0x0191" 67141cc406Sopenharmony_ci:comment "No report yet." 68141cc406Sopenharmony_ci 69141cc406Sopenharmony_ci:model "DCP-330C" 70141cc406Sopenharmony_ci:status :untested 71141cc406Sopenharmony_ci:interface "USB" 72141cc406Sopenharmony_ci:usbid "0x04f9" "0x01a9" 73141cc406Sopenharmony_ci:comment "No report yet." 74141cc406Sopenharmony_ci 75141cc406Sopenharmony_ci:model "DCP-340CW" 76141cc406Sopenharmony_ci:status :untested 77141cc406Sopenharmony_ci:interface "USB" 78141cc406Sopenharmony_ci:usbid "0x04f9" "0x0192" 79141cc406Sopenharmony_ci:comment "No report yet." 80141cc406Sopenharmony_ci 81141cc406Sopenharmony_ci:model "DCP-7010" 82141cc406Sopenharmony_ci:status :good 83141cc406Sopenharmony_ci:interface "USB" 84141cc406Sopenharmony_ci:usbid "0x04f9" "0x0182" 85141cc406Sopenharmony_ci 86141cc406Sopenharmony_ci:model "DCP-7020" 87141cc406Sopenharmony_ci:status :untested 88141cc406Sopenharmony_ci:interface "USB" 89141cc406Sopenharmony_ci:usbid "0x04f9" "0x0183" 90141cc406Sopenharmony_ci:comment "No report yet." 91141cc406Sopenharmony_ci 92141cc406Sopenharmony_ci:model "DCP-7025" 93141cc406Sopenharmony_ci:status :good 94141cc406Sopenharmony_ci:interface "USB" 95141cc406Sopenharmony_ci:usbid "0x04f9" "0x0184" 96141cc406Sopenharmony_ci 97141cc406Sopenharmony_ci:model "MFC-210C" 98141cc406Sopenharmony_ci:status :good 99141cc406Sopenharmony_ci:interface "USB" 100141cc406Sopenharmony_ci:usbid "0x04f9" "0x0161" 101141cc406Sopenharmony_ci 102141cc406Sopenharmony_ci:model "MFC-215C" 103141cc406Sopenharmony_ci:status :good 104141cc406Sopenharmony_ci:interface "USB" 105141cc406Sopenharmony_ci:usbid "0x04f9" "0x0193" 106141cc406Sopenharmony_ci:comment "brscan2-0.0.2 necessary" 107141cc406Sopenharmony_ci 108141cc406Sopenharmony_ci:model "MFC-240C" 109141cc406Sopenharmony_ci:status :good 110141cc406Sopenharmony_ci:interface "USB" 111141cc406Sopenharmony_ci:usbid "0x04f9" "0x01ab" 112141cc406Sopenharmony_ci:comment "Reportedly working." 113141cc406Sopenharmony_ci 114141cc406Sopenharmony_ci:model "MFC-3240C" 115141cc406Sopenharmony_ci:status :untested 116141cc406Sopenharmony_ci:interface "USB" 117141cc406Sopenharmony_ci:usbid "0x04f9" "0x0173" 118141cc406Sopenharmony_ci:comment "No report yet." 119141cc406Sopenharmony_ci 120141cc406Sopenharmony_ci:model "MFC-3340CN" 121141cc406Sopenharmony_ci:status :untested 122141cc406Sopenharmony_ci:interface "USB network" 123141cc406Sopenharmony_ci:usbid "0x04f9" "0x0174" 124141cc406Sopenharmony_ci:comment "No report yet." 125141cc406Sopenharmony_ci 126141cc406Sopenharmony_ci:model "MFC-410CN" 127141cc406Sopenharmony_ci:status :basic 128141cc406Sopenharmony_ci:interface "USB network" 129141cc406Sopenharmony_ci:usbid "0x04f9" "0x0163" 130141cc406Sopenharmony_ci:comment "Sometimes hangs and refuses to scan. A simple power off/on switch will fix things." 131141cc406Sopenharmony_ci 132141cc406Sopenharmony_ci:model "MFC-420CN" 133141cc406Sopenharmony_ci:status :untested 134141cc406Sopenharmony_ci:interface "USB network" 135141cc406Sopenharmony_ci:usbid "0x04f9" "0x0162" 136141cc406Sopenharmony_ci:comment "No report yet." 137141cc406Sopenharmony_ci 138141cc406Sopenharmony_ci:model "MFC-425CN" 139141cc406Sopenharmony_ci:status :untested 140141cc406Sopenharmony_ci:interface "USB network" 141141cc406Sopenharmony_ci:usbid "0x04f9" "0x0194" 142141cc406Sopenharmony_ci:comment "No report yet." 143141cc406Sopenharmony_ci 144141cc406Sopenharmony_ci:model "MFC-5440CN" 145141cc406Sopenharmony_ci:status :good 146141cc406Sopenharmony_ci:interface "USB network" 147141cc406Sopenharmony_ci:usbid "0x04f9" "0x016d" 148141cc406Sopenharmony_ci 149141cc406Sopenharmony_ci:model "MFC-5840CN" 150141cc406Sopenharmony_ci:status :untested 151141cc406Sopenharmony_ci:interface "USB network" 152141cc406Sopenharmony_ci:usbid "0x04f9" "0x016e" 153141cc406Sopenharmony_ci:comment "No report yet." 154141cc406Sopenharmony_ci 155141cc406Sopenharmony_ci;only in ini 156141cc406Sopenharmony_ci:model "MFC-610CLN" 157141cc406Sopenharmony_ci:status :untested 158141cc406Sopenharmony_ci:interface "USB network" 159141cc406Sopenharmony_ci:usbid "0x04f9" "0x0166" 160141cc406Sopenharmony_ci:comment "No report yet." 161141cc406Sopenharmony_ci 162141cc406Sopenharmony_ci;only in ini 163141cc406Sopenharmony_ci:model "MFC-610CLN" 164141cc406Sopenharmony_ci:status :untested 165141cc406Sopenharmony_ci:interface "USB network" 166141cc406Sopenharmony_ci:usbid "0x04f9" "0x0168" 167141cc406Sopenharmony_ci:comment "No report yet." 168141cc406Sopenharmony_ci 169141cc406Sopenharmony_ci:model "MFC-620CN" 170141cc406Sopenharmony_ci:status :untested 171141cc406Sopenharmony_ci:interface "USB network" 172141cc406Sopenharmony_ci:usbid "0x04f9" "0x0165" 173141cc406Sopenharmony_ci:comment "No report yet." 174141cc406Sopenharmony_ci 175141cc406Sopenharmony_ci:model "MFC-640CW" 176141cc406Sopenharmony_ci:status :untested 177141cc406Sopenharmony_ci:interface "USB" 178141cc406Sopenharmony_ci:usbid "0x04f9" "0x0197" 179141cc406Sopenharmony_ci:comment "No report yet." 180141cc406Sopenharmony_ci 181141cc406Sopenharmony_ci:model "MFC-7220" 182141cc406Sopenharmony_ci:status :untested 183141cc406Sopenharmony_ci:interface "USB" 184141cc406Sopenharmony_ci:usbid "0x04f9" "0x0185" 185141cc406Sopenharmony_ci:comment "No report yet." 186141cc406Sopenharmony_ci 187141cc406Sopenharmony_ci:model "MFC-7225N" 188141cc406Sopenharmony_ci:status :untested 189141cc406Sopenharmony_ci:interface "USB network" 190141cc406Sopenharmony_ci:usbid "0x04f9" "0x0186" 191141cc406Sopenharmony_ci:comment "No report yet." 192141cc406Sopenharmony_ci 193141cc406Sopenharmony_ci:model "MFC-7420" 194141cc406Sopenharmony_ci:status :good 195141cc406Sopenharmony_ci:interface "USB" 196141cc406Sopenharmony_ci:usbid "0x04f9" "0x0180" 197141cc406Sopenharmony_ci:comment "No report yet." 198141cc406Sopenharmony_ci 199141cc406Sopenharmony_ci:model "MFC-7820N" 200141cc406Sopenharmony_ci:status :good 201141cc406Sopenharmony_ci:interface "USB network" 202141cc406Sopenharmony_ci:usbid "0x04f9" "0x0181" 203141cc406Sopenharmony_ci:comment "Network connection reported to work." 204141cc406Sopenharmony_ci 205141cc406Sopenharmony_ci:model "MFC-7840W" 206141cc406Sopenharmony_ci:status :good 207141cc406Sopenharmony_ci:interface "USB" 208141cc406Sopenharmony_ci:usbid "0x04f9" "0x01e5" 209141cc406Sopenharmony_ci:comment "Reported to work with brscan3 driver." 210141cc406Sopenharmony_ci 211141cc406Sopenharmony_ci:model "MFC-820CW" 212141cc406Sopenharmony_ci:status :untested 213141cc406Sopenharmony_ci:interface "USB" 214141cc406Sopenharmony_ci:usbid "0x04f9" "0x0195" 215141cc406Sopenharmony_ci:comment "No report yet." 216141cc406Sopenharmony_ci 217141cc406Sopenharmony_ci:model "MFC-8460N" 218141cc406Sopenharmony_ci:status :untested 219141cc406Sopenharmony_ci:interface "USB" 220141cc406Sopenharmony_ci:usbid "0x04f9" "0x01a5" 221141cc406Sopenharmony_ci:comment "No report yet." 222141cc406Sopenharmony_ci 223141cc406Sopenharmony_ci:model "MFC-8860DN" 224141cc406Sopenharmony_ci:status :untested 225141cc406Sopenharmony_ci:interface "USB" 226141cc406Sopenharmony_ci:usbid "0x04f9" "0x01a6" 227141cc406Sopenharmony_ci:comment "No report yet." 228141cc406Sopenharmony_ci 229141cc406Sopenharmony_ci:model "MFC-9420CN" 230141cc406Sopenharmony_ci:status :untested 231141cc406Sopenharmony_ci:interface "USB network" 232141cc406Sopenharmony_ci:usbid "0x04f9" "0x018a" 233141cc406Sopenharmony_ci:comment "No report yet." 234