blob: 046bb4ea2e875cd686ac582a0f1c7c0a96f72963 (
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
 | ;Apple backend .desc file by Milon Firikis.
:backend "apple"		; name of backend
:version "unmaintained"                  ; version of backend
:manpage "sane-apple"		; name of manpage (if it exists)
;:url "http://no.www.page.yet/" ; backend's web page
:devicetype :scanner              ; start of a list of devices....
 
:mfg "Apple"
:url "http://developer.apple.com/"	
:model "Apple Scanner"
:interface "SCSI"
:status :good                  ; :alpha, :beta, :stable, :new
:comment "4bit, 16 shades of gray"
:model "OneScanner"
:interface "SCSI"
:comment "8bit, 256 shades of gray. The backend needs work especially in the quantization code but it may work."
:status :basic                  ; :alpha, :beta, :stable, :new
:model "Color OneScanner"
:interface "SCSI"
:status :minimal                  ; :alpha, :beta, :stable, :new
:comment "truecolor (needs much work) but it scans in non color modes."
 |