| 
									
										
										
										
											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 "mustek_pp"              ; name of backend | 
					
						
							| 
									
										
										
										
											2016-12-25 23:13:33 +00:00
										 |  |  | :version "13 (unmaintained)"      ; version of backend | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | :manpage "sane-mustek_pp"         ; name of manpage (if it exists) | 
					
						
							|  |  |  |                                   ; backend's web page | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :url "http://penguin-breeder.org/sane/mustek_pp/" | 
					
						
							|  |  |  | :comment "Supports CIS and CCD type parallel port scanners from Mustek." | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :devicetype :scanner              ; start of a list of devices.... | 
					
						
							|  |  |  |                                   ; other types:  :stillcam, :vidcam, | 
					
						
							|  |  |  |                                   ;               :meta, :api | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :mfg "Mustek"                     ; name a manufacturer | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :url "http://www.mustek.com/" | 
					
						
							| 
									
										
										
										
											2003-01-12 19:44:26 +00:00
										 |  |  | :url "http://www.mustek.com.tw/" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :url "http://www.mustek.de/" | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :model "ScanExpress 6000 P" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "ScanExpress 600 SEP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "ScanMagic 4800 P" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "600 III EP Plus" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-10-01 21:33:57 +00:00
										 |  |  | :model "96 CP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							|  |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :model "ScanExpress 600 CP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :model "ScanMagic 600 CP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :model "ScanExpress 1200 CP" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :model "ScanExpress 1200 CP+" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :mfg "Medion/Lifetec/Tevion/Cytron" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :url "http://www.medion.de/" | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :comment "Those scanners are also known as \"Aldi Scanner\" or \"Tchibo Scanners\"" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :model "MD 9848" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-10-15 10:32:43 +00:00
										 |  |  | :model "MD 9806" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							|  |  |  | :status :good | 
					
						
							|  |  |  | :comment "300 dpi CCD scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :model "MD/LT 935x" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :model "MD/LT 985x" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :model "MD/LT 9890" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :mfg "Targa" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "Funline TS12 EP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "600x1200 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :model "Funline TS6 EP" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :mfg "Trust" | 
					
						
							|  |  |  | :url "http://www.trust-site.com/home/" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-02-02 16:28:11 +00:00
										 |  |  | :model "Easy Connect 9600+" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-06-19 19:37:47 +00:00
										 |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "Easy Connect 19200+" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							|  |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :mfg "Viviscan" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :model "Compact II" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :mfg "Cybercom" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :model "9352" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
										
											2007-01-21 21:51:00 +00:00
										 |  |  | :comment "CIS scanner" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :mfg "Gallery" | 
					
						
							| 
									
										
										
										
											2003-01-24 21:12:03 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :model "4800" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							| 
									
										
										
										
											2003-11-24 08:55:49 +00:00
										 |  |  | :status :good | 
					
						
							| 
									
										
										
											
												2003-11-23  Jochen Eisinger <jochen@penguin-breeder.org>
	* backend/mustek_pp.c, sanei/sanei_pa4s2.c: added support for auto
	  probing of the port
	* configure{.in}, backend/mustek_pp_ccd.*, backend/Makefile.in,
	  backend/dll.conf, doc/sane-mustek_pp_ccd.man, doc/sane.man,
	  doc/Makefile.in, doc/descriptions/mustek_pp_ccd.desc: mustek_pp_ccd
	  backend removed
	* backend/mustek_pp.conf, mustek_pp_ccd300.[ch],
	  doc/sane-mustek_pp.man, doc/descriptions/mustek_pp.desc: fixed CCD
	  support for mustek_pp backend
	* backend/mustek_pp_null.c: beautified debug scanner name
											
										 
											2003-11-24 08:53:30 +00:00
										 |  |  | :comment "300 dpi CCD scanner" | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-05-25 13:24:03 +00:00
										 |  |  | :mfg "Network" | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | :model "Easy Plus 30 Bit" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							|  |  |  | :status :good | 
					
						
							|  |  |  | :comment "300 dpi CCD scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-06-12 16:27:05 +00:00
										 |  |  | :mfg "Micromaxx" | 
					
						
							| 
									
										
										
										
											2006-06-12 16:24:18 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | :model "MM-9851" | 
					
						
							|  |  |  | :interface "Parport (EPP)" | 
					
						
							|  |  |  | :status :good | 
					
						
							|  |  |  | :comment "300x600 dpi CIS scanner" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-03-20 22:43:31 +00:00
										 |  |  | ; :comment and :url specifiers are optional after :mfg, :model, :desc, | 
					
						
							|  |  |  | ;  and at the top-level. |