| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; 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 "coolscan"               ; name of backend | 
					
						
							| 
									
										
										
										
											2000-08-12 15:11:46 +00:00
										 |  |  | :version "0.4.3"                  ; version of backend | 
					
						
							|  |  |  | :status :alpha                     ; :alpha, :beta, :stable, :new | 
					
						
							|  |  |  | :url "http://andreas.rick.free.fr/sane/" ; backend's web page | 
					
						
							|  |  |  | :manpage "sane-coolscan" | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | :devicetype :scanner              ; start of a list of devices.... | 
					
						
							|  |  |  |                                   ; other types:  :stillcam, :vidcam, | 
					
						
							|  |  |  |                                   ;               :meta, :api | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :mfg "Nikon"                   ; name a manufacturer | 
					
						
							|  |  |  | :url "http://www.nikon.com/" | 
					
						
							|  |  |  | :model "LS-20"                 ; name models for above-specified mfg. | 
					
						
							| 
									
										
										
										
											2000-08-12 15:11:46 +00:00
										 |  |  | :interface "SCSI" | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | :comment "The LS-20 has been replaced by the LS-30" | 
					
						
							| 
									
										
										
										
											2000-08-12 15:11:46 +00:00
										 |  |  | :model "LS-30"                 ; name models for above-specified mfg. | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							|  |  |  | :comment "alpha: only 24/30 bit RGB + 32/40 bit RGBI"  | 
					
						
							|  |  |  | :model "LS-2000"               ; name models for above-specified mfg. | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							|  |  |  | :comment "alpha: only 24/36 bit + RGB 32/48 bit RGBI" | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | :model "LS-1000" | 
					
						
							| 
									
										
										
										
											2000-08-12 15:11:46 +00:00
										 |  |  | :interface "SCSI" | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | :comment "Doesn't support gamma correction"  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ; :comment and :url specifiers are optional after :mfg, :model, :desc, | 
					
						
							|  |  |  | ;  and at the top-level. |