| 
									
										
										
										
											2000-03-05 13:57:25 +00:00
										 |  |  | # The options are only meaningful if the backend was | 
					
						
							|  |  |  | # compiled with USE_FORK defined | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # option buffersize: size of one buffer allocated as shared | 
					
						
							|  |  |  | #    memory for data transfer between the reader process | 
					
						
							|  |  |  | #    and the parent process | 
					
						
							|  |  |  | # option buffers: number of these buffers | 
					
						
							|  |  |  | #    The minimum is 2 | 
					
						
							|  |  |  | # option readqueue: number of queued read requests. This is | 
					
						
							|  |  |  | #    with the current SANE version (1.01) only useful for | 
					
						
							|  |  |  | #    Linux, since queued read requests are not supported | 
					
						
							| 
									
										
										
										
											2017-05-27 05:27:22 +00:00
										 |  |  | #    for other operating systems. | 
					
						
							| 
									
										
										
										
											2000-03-05 13:57:25 +00:00
										 |  |  | # | 
					
						
							|  |  |  | #    For Linux, a value of 2 is recommended, at least if a | 
					
						
							|  |  |  | #    JX-250 is used. Bigger values are only a waste of memory. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | #    For other operationg systems, set this value to zero | 
					
						
							| 
									
										
										
										
											2003-01-12 14:17:19 +00:00
										 |  |  | # | 
					
						
							|  |  |  | # option stop_on_fsu_error: should be 0 or 1. If set to 0, | 
					
						
							|  |  |  | #    the "FSU light dispersion error" does not cause the abortion | 
					
						
							|  |  |  | #    of a scan. | 
					
						
							|  |  |  | # | 
					
						
							|  |  |  | # option default_scan_source: valid values are "auto", "fsu", "adf" | 
					
						
							|  |  |  | #    and "flatbed". For "auto", the backend will enable an ADF or | 
					
						
							| 
									
										
										
										
											2017-05-27 05:27:22 +00:00
										 |  |  | #    or FSU, if installed. | 
					
						
							|  |  |  | # | 
					
						
							| 
									
										
										
										
											2000-03-05 13:57:25 +00:00
										 |  |  | # global options: | 
					
						
							|  |  |  | option buffers 4 | 
					
						
							|  |  |  | option buffersize 131072 | 
					
						
							|  |  |  | option readqueue 2 | 
					
						
							| 
									
										
										
										
											2003-01-12 14:17:19 +00:00
										 |  |  | option stop_on_fsu_error 1 | 
					
						
							|  |  |  | option default_scan_source auto | 
					
						
							| 
									
										
										
										
											2000-03-05 13:57:25 +00:00
										 |  |  | # look for all devices with vendor ID "SHARP" and type "Scanner" | 
					
						
							|  |  |  | scsi SHARP * Scanner | 
					
						
							|  |  |  | # no options specific to these devices listed -> use global options | 
					
						
							| 
									
										
										
										
											1999-08-09 18:06:01 +00:00
										 |  |  | /dev/scanner | 
					
						
							| 
									
										
										
										
											2000-03-05 13:57:25 +00:00
										 |  |  | # options specific to /dev/scanner | 
					
						
							|  |  |  |   option buffers 6 | 
					
						
							|  |  |  |   option buffersize 262144 | 
					
						
							|  |  |  |   option readqueue 2 | 
					
						
							|  |  |  | # example for another (Linux) device name: | 
					
						
							|  |  |  | #/dev/sg1 |