summaryrefslogtreecommitdiff
path: root/doc/descriptions/ricoh2.desc
blob: 12a9b4c5a4b979050fc9ec4b0d4c59cedcd5fcc6 (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
;
; 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?).
;
; See doc/descriptions.txt for details.

:backend "ricoh2"                 ; name of backend
:version "1.0"                    ; version of backend (or "unmaintained")
:manpage "sane-ricoh2"            ; name of manpage (if it exists)
:url "http://www.ricoh.com/"      ; backend's web page

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

:mfg "Ricoh"                      ; name a manufacturer
:url "http://www.ricoh.com/"      ; manufacturer's URL

:model "SG-3100SFNw"
:status :basic
:interface "USB"
:usbid "0x05ca" "0x0439"

:model "SG-3100SNw"
:status :basic
:interface "USB"
:usbid "0x05ca" "0x0438"

:model "SP-100SU"
:status :untested
:interface "USB"
:usbid "0x05ca" "0x042c"

:model "SP-111SU/SP-112SU"
:status :basic
:interface "USB"
:usbid "0x05ca" "0x0448"