| 
									
										
										
										
											2002-03-20 22:43:31 +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 | 
					
						
							| 
									
										
										
										
											2016-12-25 23:13:33 +00:00
										 |  |  | :version "0.4.3 (unmaintained)"   ; version of backend | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | :url "http://andreas.rick.free.fr/sane/" ; backend's web page | 
					
						
							|  |  |  | :manpage "sane-coolscan" | 
					
						
							|  |  |  | :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. | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							|  |  |  | :comment "The LS-20 has been replaced by the LS-30" | 
					
						
							| 
									
										
										
										
											2003-07-19 12:04:09 +00:00
										 |  |  | :status :basic | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | :model "LS-30"                 ; name models for above-specified mfg. | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							| 
									
										
										
										
											2017-05-27 05:27:22 +00:00
										 |  |  | :comment "alpha: only 24/30 bit RGB + 32/40 bit RGBI" | 
					
						
							| 
									
										
										
										
											2003-07-19 12:04:09 +00:00
										 |  |  | :status :basic | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | :model "LS-2000"               ; name models for above-specified mfg. | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							|  |  |  | :comment "alpha: only 24/36 bit + RGB 32/48 bit RGBI" | 
					
						
							| 
									
										
										
										
											2003-07-19 12:04:09 +00:00
										 |  |  | :status :basic | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | :model "LS-1000" | 
					
						
							|  |  |  | :interface "SCSI" | 
					
						
							| 
									
										
										
										
											2017-05-27 05:27:22 +00:00
										 |  |  | :comment "Doesn't support gamma correction" | 
					
						
							| 
									
										
										
										
											2003-07-19 12:04:09 +00:00
										 |  |  | :status :basic | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | ; :comment and :url specifiers are optional after :mfg, :model, :desc, | 
					
						
							|  |  |  | ;  and at the top-level. |