kopia lustrzana https://gitlab.com/sane-project/backends
				
				
				
			
		
			
				
	
	
		
			92 wiersze
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			92 wiersze
		
	
	
		
			2.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
| ; 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 "mustek"		; name of backend
 | |
| :version "1.0-118"		; version of backend
 | |
| :status :stable			; :alpha, :beta, :stable, :new
 | |
| :manpage "sane-mustek"		; name of manpage (if it exists)
 | |
| :url "http://www.meier-geinitz.de/sane/"
 | |
| 
 | |
| :devicetype :scanner
 | |
| 
 | |
| :mfg "Mustek"			; name a manufacturer
 | |
| :url "http://www.mustek.com/"
 | |
| 
 | |
| :model "Paragon MFS-6000CX"
 | |
| :interface "SCSI"
 | |
| :comment "3-pass"
 | |
| :model "Paragon MFS-12000CX"
 | |
| :interface "SCSI"
 | |
| :comment "3-pass"
 | |
| :model "Paragon MFC-600S"
 | |
| :interface "SCSI"
 | |
| :model "Paragon 600 II CD"
 | |
| :interface "SCSI"
 | |
| :model "ScanMagic 600 II SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon MFC-800S"
 | |
| :interface "SCSI"
 | |
| :model "Paragon 800 II SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon MFS-6000SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon MFS-8000SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon MFS-1200SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon MFS-12000SP"
 | |
| :interface "SCSI"
 | |
| :model "ScanExpress 6000SP"
 | |
| :interface "SCSI"
 | |
| :model "ScanExpress 12000SP"
 | |
| :interface "SCSI"
 | |
| :model "ScanExpress 12000SP Plus"
 | |
| :interface "SCSI"
 | |
| :model "Paragon 1200 III SP"
 | |
| :interface "SCSI"
 | |
| :model "Paragon 1200 LS"
 | |
| :interface "SCSI"
 | |
| :model "ScanMagic 9636S"
 | |
| :interface "SCSI"
 | |
| :model "ScanMagic 9636S Plus"
 | |
| :interface "SCSI"
 | |
| :model "ScanExpress A3 SP"
 | |
| :interface "SCSI"
 | |
| :comment "Please test!"
 | |
| :model "Paragon 1200 SP Pro"
 | |
| :interface "SCSI"
 | |
| :model "Paragon 1200 A3 Pro"
 | |
| :interface "SCSI"
 | |
| :comment "Please test!"
 | |
| :model "Paragon 600 II N"
 | |
| :interface "Proprietary"
 | |
| 
 | |
| :mfg "Trust"			; name a manufacturer
 | |
| :url "http://www.trust-site.com"
 | |
| :model "Imagery 1200"
 | |
| :interface "SCSI"
 | |
| :comment "3-pass"
 | |
| :model "Imagery 1200 SP"
 | |
| :interface "SCSI"
 | |
| :model "Imagery 4800 SP"
 | |
| :interface "SCSI"
 | |
| :model "SCSI Connect 19200"
 | |
| :interface "SCSI"
 | |
| :model "SCSI excellence series 19200"
 | |
| :interface "SCSI"
 | |
| 
 | |
| :mfg "Primax"			; name a manufacturer
 | |
| :url "http://www.primax.nl"
 | |
| :model "Compact 4800 SCSI"
 | |
| :interface "SCSI"
 | |
| 
 | |
| ; :comment and :url specifiers are optional after :mfg, :model, :desc,
 | |
| ;  and at the top-level.
 |