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 "samsung"                 ; name of backend
13;:version "(external)"             ; version of backend
14:url "http://product.samsung.com/cgi-bin/nabc/support/b2c_support_product_results.jsp"     ; backend's web page
15:comment "External binary-only backend for Linux i386 (and x86_64?). See the website for the latest release."
16
17
18
19:devicetype :scanner               ; start of a list of devices....
20                                   ; other types:  :stillcam, :vidcam,
21                                   ;               :meta, :api
22
23:mfg "Samsung"                     ; name a manufacturer
24:url "http://www.samsung.com/"
25:comment "Multi Function Peripheral. External backend made by Samsung.  Please check the Samsung website and/or contact us if you have a Samsung device not mentioned here."
26
27; name models for above-specified mfg.
28:model "SCX-4016"
29:interface "Parport USB"
30:status :untested
31:comment "Please contact us if you use this device."
32
33:model "SCX-4100"
34:interface "Parport USB"
35:usbid "0x04e8" "0x3413"
36:status :good
37:comment "Is reported to work. "
38
39:model "SCX-4200"
40:interface "USB"
41:usbid "0x04e8" "0x341b"
42:status :good
43:comment "Is reported to work. The configuration applet must be run as root."
44
45:model "SCX-4216F"
46:interface "Parport USB"
47:usbid "0x04e8" "0x3409"
48:status :untested
49:comment "Please contact us if you use this device."
50
51:model "SCX-4521F"
52:interface "Parport USB"
53:usbid "0x04e8" "0x3419"
54:status :basic
55:comment "See bug report #304052"
56
57:model "SCX-4720F"
58:interface "Parport USB"
59:status :untested
60:comment "Please contact us if you use this device."
61
62:model "SCX-6220"
63:interface "Parport USB"
64:status :untested
65:comment "Please contact us if you use this device."
66
67:model "SCX-6320F"
68:interface "Parport USB"
69:status :untested
70:comment "Please contact us if you use this device."
71
72:model "SF-565P"
73:interface "Parport USB"
74:status :untested
75:comment "Please contact us if you use this device."
76
77:model "SF-755P"
78:interface "Parport USB"
79:status :untested
80:comment "Please contact us if you use this device."
81