summaryrefslogtreecommitdiff
path: root/doc/descriptions-external/samsung.desc
blob: 6bb2d0fa5541e692c07a5083a6ed5fae9e78b8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
;
; SANE Backend specification file
;
; It's basically emacs-lisp --- so ";" indicates comment to end of line.
; All syntactic elements are keyword tokens, followed by a string or
;  keyword argument, as specified.
;
; ":backend" *must* be specified.
; All other information is optional (but what good is the file without it?).
;

:backend "samsung"                 ; name of backend
;:version "(external)"             ; version of backend
:url "http://product.samsung.com/cgi-bin/nabc/support/b2c_support_product_results.jsp"     ; backend's web page
:comment "External binary-only backend for Linux i386 (and x86_64?). See the website for the latest release."



:devicetype :scanner               ; start of a list of devices....
                                   ; other types:  :stillcam, :vidcam,
                                   ;               :meta, :api

:mfg "Samsung"                     ; name a manufacturer
:url "http://www.samsung.com/"
:comment "Multi Function Peripheral. External backend made by Samsung."

; name models for above-specified mfg.
:model "SCX-4016"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "SCX-4100"
:interface "Parport USB"
:usbid "0x04e8" "0x3413"
:status :good
:comment "Is reported to work. "

:model "SCX-4200"
:interface "USB"
:usbid "0x04e8" "0x341b"
:status :good
:comment "Is reported to work. The configuration applet must be run as root."

:model "SCX-4216F"
:interface "Parport USB"
:usbid "0x04e8" "0x3409"
:status :untested
:comment "Please contact us if you use this device."

:model "SCX-4521F"
:interface "Parport USB"
:usbid "0x04e8" "0x3419"
:status :basic
:comment "See bug report #304052"

:model "SCX-4720F"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "SCX-6220"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "SCX-6320F"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "SF-565P"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "SF-755P"
:interface "Parport USB"
:status :untested
:comment "Please contact us if you use this device."

:model "For models not mentioned here, check Samsung website"
:interface "USB"
:status :untested
:comment "Please contact us if you have a Samsung device not mentioned here.""

; :comment and :url specifiers are optional after :mfg, :model, :desc,
;  and at the top-level.