• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1;Apple backend .desc file by Milon Firikis.
2
3:backend "apple"		; name of backend
4:version "unmaintained"                  ; version of backend
5:manpage "sane-apple"		; name of manpage (if it exists)
6;:url "http://no.www.page.yet/" ; backend's web page
7
8:devicetype :scanner              ; start of a list of devices....
9
10:mfg "Apple"
11:url "http://developer.apple.com/"
12:model "Apple Scanner"
13:interface "SCSI"
14:status :good                  ; :alpha, :beta, :stable, :new
15:comment "4bit, 16 shades of gray"
16
17:model "OneScanner"
18:interface "SCSI"
19:comment "8bit, 256 shades of gray. The backend needs work especially in the quantization code but it may work."
20:status :basic                  ; :alpha, :beta, :stable, :new
21
22
23:model "Color OneScanner"
24:interface "SCSI"
25:status :minimal                  ; :alpha, :beta, :stable, :new
26:comment "truecolor (needs much work) but it scans in non color modes."
27