home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / hard / drivr / BetaScanMustek.lha / mustek.CHANGES next >
Text File  |  2000-11-06  |  19KB  |  558 lines

  1. CHANGES for the SANE Mustek backend
  2.  
  3. 2000-11-05
  4.   * Added support for TAIV for SE 12000 SP. Lamp is turned off while
  5.     scanning (seems to work for firmware >= 2.00)
  6.   * Adjusted transparency adapter support for all ScanExpress scanners.
  7.     The 12000 A3 SP can only do A4 beacuse I don't have the right TA.
  8.   * don't use u_int* types in mustek.h because the definitions for these 
  9.     types are not included
  10.  
  11. 2000-11-04
  12.   * SE scanners can now scan 75, 100, 150, 200, 250, 300, 400, 500, 600,
  13.     900 and 1200 dpi in color mode (the 1200 dpi models). These are fixed 
  14.     resolutions, a resolution >= the wanted resolution is selected. This
  15.     makes preview and some resolutions faster than before (at least for
  16.     some scanners), because lower resolutions can be used.
  17.   * Minimum scan resolution is 60 dpi in gray and lineart and 75 dpi in 
  18.     color mode for the SE scanners now.
  19.   
  20. 2000-10-29
  21.   * Fixed a bug concerning block LD. Paragon 1 and 2 were exchanged.
  22.   * Paragon 12000SP color mode works now without garbage at the end
  23.   * Fixed Paragon 1200 SP Pro color mode > 600 dpi (rounding problem)
  24.   * Temporarily disabled 48 bit color mode for release
  25.  
  26. 2000-10-25
  27.   * Detect support for TA IV (transparency adapter for ScanExpress scanners)
  28.   * TA IV supported now; lamp is turned off at least for SE 1200 SP Plus
  29.     scanners
  30.   * Adjusted scan area for TA: SE 12000SP Plus
  31.   * Simplify enlarge x
  32.   * Set tl-y to 0 for all ScanExpress scanners
  33.   * First attempt to support 48 bits color mode (SE 12000 SP Plus)
  34.  
  35. 2000-10-22
  36.   * Detect SE 12000 SP Plus properly
  37.   * Cover sensor only checked for SE models that support this feature
  38.  
  39. 2000-10-21
  40.   * Removed MAX_BLOCKSIZE macro (not used anymore).
  41.  
  42. 2000-10-03
  43.   * Released backend version 1.0-98.
  44.   
  45. 2000-10-03
  46.   * Fixed segmentation fault in sane_init (else statement was missing). 
  47.     Thanks to Oliver Rauch who spotted this problem.
  48.   * Re-enabled double buffering.
  49.  
  50. 2000-10-02
  51.   * Zero out inquiry memory block before reading inquiry.
  52.  
  53. 2000-10-01
  54.   * Fixed fix_line_distance_block.
  55.   * Adjusted Paragon 12000 SP to use block LD correction if necessary.
  56.   * removed LD MFS (wasn't used anyway)
  57.  
  58. 2000-09-30
  59.   * Set blockbuffer size to 2 MB for Paragon series II scanners.
  60.   * Fix sane_cancel for Paragon series II scanners
  61.   * Fix speed and grain for Paragon series II scanners
  62.   * Backtracking is used for all scanners (removed option)
  63.   * included stop_scan into do_stop
  64.   * better integration of the wait_ready functions
  65.   * check that size of buffer <= size of block buffer
  66.  
  67. 2000-09-24
  68.   * Added more debug output in sane_get_option_descriptor.
  69.   * Added more debug output in sane_control_option.
  70.   * Added check for devicename and handle != 0 in sane_open
  71.   * Added check for handle != 0 in sane_get_option_descriptor
  72.   * Added check for handle != 0 in sane_get_parameters
  73.   * Added check for handle and val != 0 in sane_control_option
  74.   * Added check for handle != 0 in sane_start
  75.   * Added check for handle, buf and len != 0 in sane_read
  76.   * Added check for handle != 0 in sane_cancel
  77.   * Added check for handle != 0 in sane_set_io_mode
  78.   * Added check for handle != 0 in sane_get_select_fd
  79.   * Output option title in sane_get_option_descriptor if name is null
  80.  
  81. 2000-09-24
  82.   * Released backend version 1.0-97.
  83.   
  84. 2000-09-24
  85.   * Added RGB brightness and contrast for 3pass scanners
  86.   * Brightness and contrast is +-100% for 3pass scanners now
  87.  
  88. 2000-09-23
  89.   * Paragon 12000CX uses pixel unit now.
  90.   * Paragon 6000CX uses pixel unit now (MSF-06000CZ).
  91.   * Option "force backtracking" is enabled by default now
  92.   * Option "scan speed" is set to "fastest" by default now
  93.   * Add option "force-wait" (for mustek.conf). If enabled, wait for scan
  94.     head to return to start position after scan.
  95.   * Make DBG output in sane_control_option() more readable
  96.   * Better error handling and debug output in sane_get_option_descriptor()
  97.   * Changed Halftone handling, removed grain size
  98.  
  99. 2000-09-22
  100.   * Paragon 12000SP 1.06 uses LD_NORMAL now.
  101.  
  102. 2000-09-19
  103.   * Return sane_status_cancelled in sane_read if last scan was cancelled.
  104.  
  105. 2000-09-18
  106.   * Changed speed_code to use values between 1...5 for 3pass scanners.
  107.     I don't know yet if these are correct for the other scanners, too.
  108.   * Don't do a stop scan for 3pass scanners (only when cancelling).
  109.   * Set bit 0 of first byte of area_and_windows for gray + color.
  110.   * Paragon 6000CX uses pixel unit now (MFS-06000CX).
  111.   * Pixel unit for 3pass scanners is now supported
  112.  
  113. 2000-09-17
  114.   * changed maximum y range of MFS-800 II SP to 288 mm because of
  115.     a report of scanner touching the end.
  116.  
  117. 2000-09-10
  118.   * added some testing (result != null and arg !=0) in sense_handler
  119.     (found by Martin Blasczyk)
  120.  
  121. 2000-08-20
  122.   * Paragon series II is also using blockmode now.
  123.   * Removed warning from mustek.c.
  124.   * Fixed (maybe) problem in scsi_sense_wait_ready and added more
  125.     debug output.
  126.  
  127. 2000-08-18
  128.   * added new option blocksize to mustek.conf
  129.   * 800 II SP works now in new block mode (get_image_status is needed
  130.     before each block)
  131.  
  132. 2000-08-17
  133.   * Removed some warnings from sanei_ab306.c.
  134.  
  135. 2000-08-16
  136.   * Fixed some bugs in fix_linedistance_block. Paragon 600 models seem to
  137.     work now. 800 II SP freezes, however.
  138.   * Fixed segmentation fault for the 600 II N in ld correction code.
  139.  
  140. 2000-08-15
  141.   * Changed handling of three pass scanners (MUSTEK_FLAG_THREE_PASS instead of
  142.     !MUSTEK_FLAG_SINGLE_PASS).
  143.   * Added flags for Paragon series I and II (MUSTEK_PLAG_PARAGON_1 and
  144.     MUSTEK_PLAG_PARAGON_2).
  145.   * Distinguish between three-pass, Paragon series 1, Paragon series 2,
  146.     ScanExpress, Pro and N type scanners.
  147.   * Added support for scanning the whole image in one block without
  148.     backtracking for the Paragon series II scanners.
  149.   * Added fix_linedistance_block: like linedistance_normal but broken
  150.     up into several SCSI buffers.
  151.  
  152. 2000-08-14
  153.   * Changed again linedistance correction for the Paragon 12000 SP 1.11.
  154.     This seems to be a never ending story.
  155.   * Set the minimum dpi value to 30. Some scanners (e.g. the MFS 8000SP
  156.     v 2.04) block the SCSI bus with lower resolutions.
  157.  
  158. 2000-08-12
  159.   * Added support for Paragon 1200 SP Pro.
  160.   * Added support for ScanExpress A3 SP.
  161.   * Removed detection for " C12" and " C04" (don't seem to exist).
  162.   * Changed SCSI read request scheme. Now two requests with half of the
  163.     maximum SCSI buffer size are entered. Standard buffer size is 128 kB,
  164.     so the buffer sent to the scanner is 64 kB for all types of scanners.
  165.   * sane_read now reads more than 4096 bytes from pipe (if available).
  166.  
  167. 2000-08-12
  168.   * SANE 1.0.3 released (including Mustek backend 1.0.96).
  169.  
  170. 2000-07-31
  171.   * Released backend version 1.0-96.
  172.  
  173. 2000-07-30
  174.   * Fixed bug concerning inquiry of 3-pass scanners. ASCII values > 127
  175.     weren't interpreted correctly (char instead of unsigned char).
  176.  
  177. 2000-07-30
  178.   * Released backend version 1.0-95
  179.  
  180. 2000-07-30
  181.   * Removed while {wait ()} loop. Used waitpid() instead. Maybe this cures
  182.     some reported freezes. It's cleaner anyway.
  183.   * Removed dead code.
  184.  
  185. 2000-07-28
  186.   * Released backend version 1.0-94
  187.  
  188. 2000-07-29
  189.   * Use #include "sane/..." instead of #include <sane/...>.
  190.  
  191. 2000-07-27
  192.   * Released backend version 1.0-93
  193.  
  194. 2000-07-27
  195.   * removed warnings
  196.  
  197. 2000-07-26
  198.   * fixed possible segfault pointer info was not checked for 0 (found by
  199.     Petter Reinholdtsen)
  200.   * Updated comment about Paragon 600 II N linedistance correction in man 
  201.     page
  202.  
  203. 2000-07-25
  204.   * Fixed color scanning for Paragon 600 II N firmware < 2.00.
  205.  
  206. 2000-07-25
  207.   * Released backend version 1.0-92
  208.   
  209. 2000-07-24
  210.   * Fixed ADF handling (output was mirrored in x direction). Gray and lineart
  211.     seems to work now. Color and halftone modes look somewhat crazy.
  212.   * Removed comment about lack of testing of ADFs in manpage. They are
  213.     tested to work now with most scanner at least basically.
  214.   * removed braindead test for Pro series concerning gamma table length
  215.     (discovered by Jan-Erik Karlsson).
  216.  
  217. 2000-07-22
  218.   * Fixed margin positions of MFS 6000CX and removed warning.
  219.   * Warning is printed with DBG level 0 again.
  220.  
  221. 2000-07-18
  222.   * Released backend version 1.0-91
  223.  
  224. 2000-07-18
  225.   * Removed again MUSTEK_FLAG_LD_NONE for MFS-08000SP. Maybe the automatical
  226.     detection works now.
  227.  
  228. 2000-07-15
  229.   * Released backend version 1.0-90
  230.  
  231. 2000-07-15
  232.   * Added MUSTEK_FLAG_LD_NONE for MFS-08000SP and removed warning for
  233.     this scanner. Added TA support. First report for this device from
  234.     Roland Koebler.
  235.   * Changed LD correction system. Some scanners (e.g. the 800 II SP)
  236.     seem to need different LD correction depending on resolution.
  237.     Now with LD_NORMAL max_value is checked and correction is only done
  238.     if it is != 0. Hope this works for all scanners.
  239.   * Moved the comment after the example port entry in mustek.conf to
  240.     the next line. Now this line should work.
  241.   * Updated manpage concerning PP scanners and 600 II N.
  242.  
  243. 2000-06-30
  244.   * Released backend version 1.0-89
  245.  
  246. 2000-06-30
  247.   * Fixed bug in do_stop. The scan slider didn't return after the scan 
  248.     in some situations.
  249.  
  250. 2000-06-28
  251.   * Released backend version 1.0-88
  252.  
  253. 2000-06-28
  254.   * Changed again linedistance handling for the Paragon 1200SP. This
  255.     time version 1.07 seems to need a special treetment. Even with normal
  256.     linedistance correction the image is corrupted at buffer boundaries
  257.     in color mode. Maybe a firmware bug? Thanks to Michael Prechtl for
  258.     all his tests.
  259.  
  260. 2000-06-25
  261.   * added missing newline to mustek.conf
  262.  
  263. 2000-06-25
  264.   * Released backend version 1.0-87
  265.  
  266. 2000-06-25
  267.   * updated manpage concerning parport and USB scanners
  268.   * added example for 600 II N to mustek.conf 
  269.  
  270. 2000-06-22
  271.   * fixed debug output bug in fix_linedistance_se (found by Jan-Erik Karlsson)
  272.  
  273. 2000-06-21
  274.   * fixed dependancy of mustek.h on sane-backends.h
  275.  
  276. 2000-06-19
  277.   * Fixed gamma correction in lineart mode for Paragon 1200 A3
  278.  
  279. 2000-06-18
  280.   * Released backend version 1.0-86
  281.  
  282. 2000-06-18
  283.   * added enlarging x resolution for Paragon 1200 A3 Pro
  284.   * Paragon 1200 A3 PRO is fully functional now. Thanks to Heinrich Falk, who
  285.     borrowed me this device.
  286.  
  287. 2000-06-17
  288.   * added calibration for Paragon 1200 A3 Pro (only dummy, doesn't work yet)
  289.   * adjusted options for Paragon 1200 A3 Pro
  290.   * added lineart support for Paragon 1200 A4 Pro
  291.   * removed support for color lineart and color halftone modes
  292.   * added color support for Paragon 1200 A3 Pro
  293.   * added scsi_wait_sense, this fixed 1200 A3 Pro hangs
  294.   * fixed gamma correction for 1200 A3 Pro. At the moment only 8 bit and
  295.     24 bit per pixel are supported (12/36 are possible in hardware)
  296.  
  297. 2000-06-16
  298.   * addded debugging output in sane_control_option
  299.   * added gamma correction for Paragon 1200 A3 Pro (doesn't work correctly yet)
  300.  
  301. 2000-06-15
  302.   * removed old config file reading system.
  303.  
  304. 2000-06-14
  305.   * Preliminary support for the Mustek Paragon 1200 A3 Pro. Only grayscale
  306.     mode works so far. Missing: Gamma correction and calibration. The scanner
  307.     is locked after each scan.
  308.  
  309. 2000-06-12
  310.   * Fixed bug in sane_control_option. option was not checked for negative
  311.     values. Thanks to Jochen Eisinger.
  312.   * Code cleanup and reorganization for inclusion of the Paragon 1200 A3 Pro.
  313.  
  314. 2000-06-07
  315.   * Fixed bug in sane_close where the chain of handles got destroyed by 
  316.     closing the first device. This bug is in the backend since 3 1/2 years.
  317.     Thanks to Jochen Eisinger for spotting this.
  318.  
  319. 2000-06-05
  320.   * Fixed some debug messages in fix_linedistance_se
  321.  
  322. 2000-06-04
  323.   * released backend version 1.0-85
  324.  
  325. 2000-06-04
  326.   * changed (again) Paragon 12000 SP linedistance handling, now 1.02 uses
  327.     normal LD corrections, all other use none. We'll see, if this works. 
  328.     Thanks to Reinhard Günzel who helped to debug this.
  329.   * fixed some long lines (>80 chars)
  330.  
  331. 2000-06-03
  332.   * released backend version 1.0-84
  333.  
  334. 2000-06-03
  335.   * changed line-distance handling, removed ld.max_value magic (didn't work)
  336.   * fixed (maybe) Paragon 12000 SP color stripes problems (v 1.11 and others)
  337.   * simpler linedistance debug output, only for 1-pass Paragon scanners
  338.  
  339. 2000-06-02
  340.   * removed code in dev_read_start which was never called (suggestion
  341.     from Jan-Erik Karlsson)
  342.  
  343. 2000-05-21
  344.   * added double buffering (trying to copy the scsi buffer to the frontend
  345.     while getting a new one). This probably won't work on all
  346.     platforms and with all SCSI host adapters but in this case performance
  347.     shouldn't be worse than before.
  348.  
  349. 2000-05-21
  350.   * released backend version 1.0-83
  351.  
  352. 2000-05-21
  353.   * The Mustek Paragon 1200 A3 PRO is now detected. This is only a test
  354.     release. Be carefull and read the PROBLEMS file if you want to
  355.     try this scanner.
  356.  
  357. 2000-05-19
  358.   * released backend version 1.0-82
  359.  
  360. 2000-05-18
  361.   * set debug level for output of unknown Mustek scanner to 0 (suggestion
  362.     from Thorben Kundinger)
  363.  
  364. 2000-05-12
  365.   * fixed bug in distinguishing firmware formats
  366.   * added shrinked image fix to ScanExpress 12000SP models <= v2.0
  367.  
  368. 2000-05-08
  369.   * fixed remaining sane_cancel problems (in non_blocking mode)
  370.   * fixed color stripes and segmentation fault for Paragon MFS-12000SP 
  371.     1.00 (at least for me)
  372.   * added more debug output to inquiry
  373.   * added possibility to distinguish old and new firmware formats
  374.   * added one more debug level (5)
  375.   * added output of SANE version
  376.  
  377. 2000-05-07
  378.   * released backend version 1.0-81
  379.  
  380. 2000-05-06
  381.   * added transparency adapter support for the Paragon 600 II CD, 600S, 
  382.     800 II SP, 600 II N, ScannExpress 6000SP and 12000SP
  383.   * removed "color lineart" and "color halftone" for all scanners.
  384.     These modes didn't work for any of my scanners.
  385.   * added more debug output for ADF and TA
  386.   * fixed bug when ADF is out of documents
  387.   * Scan source option is only available if TA or ADF is present. For
  388.     SE and N models TA is always available because it can't be detected 
  389.     by hardware
  390.   * removed "backtrack", "speed" and "grain" from 600 II N options,
  391.     the scanner doesn't support them
  392.   * updated mustek.desc and mustek.man
  393.  
  394. 2000-05-02
  395.   * Reduced scan area for the Paragon MFC-600S because of ugly noises at
  396.     the end of the scan area
  397.  
  398. 2000-04-29
  399.   * Adjusted scan area to the Windows driver defaults for ScanExpress
  400.     6000SP; added MUSTEK_FLAG_ENLARGE_X for this scanner
  401.   * Added Warning for scanners that are not (fully) tested
  402.  
  403. 2000-04-26
  404.   * changed sane_init to use sanei_config_read () and 
  405.     sanei_config_get_string ()
  406.  
  407. 2000-04-24
  408.   * released backend version 1.0-80
  409.   
  410. 2000-04-23
  411.   * fixed lineart and color scanning >600 dpi for the SE 12000SP
  412.   * added variable debug_level to be faster without debugging in attach ()
  413.   * fixed bug in mustek.conf handling; positional options were applied
  414.     to the first device only
  415.   * added an option to mustek.conf: "buffersize". This overwrites the
  416.     default scan buffer sizes. The unit is kilobytes.
  417.   * adjusted mustek.conf to more reasonable defaults
  418.   * update manpage and mustek.desc to reflect the changes
  419.  
  420. 2000-04-22
  421.   * fixed greyscale scanning >600 dpi for the SE 12000SP
  422.  
  423. 2000-04-21
  424.   * added more debug output to sane_get_parameters
  425.  
  426. 2000-04-20
  427.   * Output of scanning time now works with scanimage, too.
  428.   * Adjusted scan area to the Windows driver defaults for Paragon 
  429.     MFS-6000CX
  430.   * Added transparency adapter support for the Paragon MFS-6000CX and
  431.     MFS-12000SP
  432.  
  433. 2000-04-19
  434.   * Adjusted scan area to the Windows driver defaults for Paragon 
  435.     MFS-12000SP
  436.  
  437. 2000-04-17
  438.   * added support for the sanei_scsi_open_extended method with variable
  439.     buffersizes
  440.   * removed support for SCSI queue. Couldn't find improvements
  441.     for any scanner
  442.  
  443. 2000-04-16
  444.   * removed "color lineart" and "color halftone" for single pass scanners.
  445.     These modes didn't work for any of my scanners.
  446.   * fixed problems in color mode for the MFS-8000SP (gamma table is now
  447.     uploaded even if not selected)
  448.   * Output "cover open" only for ScanExpress scanners (Paragon scanners 
  449.     don't have a cover sensor)
  450.   * Added transparency adapter support for the Paragon MFS-6000SP and
  451.     MFS-12000CX
  452.   * Added output of transfer speed (kb/s)
  453.   * maximum allocated memory for read request can be set by a #define
  454.   * buffer size can be set on a per scanner basis
  455.   * Adjusted scan area to the Windows driver defaults for Paragon 
  456.     800 II SP
  457.   * Added quotation marks to inquiry output
  458.  
  459. 2000-04-15
  460.   * Adjusted scan area to the Windows driver defaults for Paragon 8000SP,
  461.     ScanExpress 12000SP
  462.   * Fixed scan area settings (TL-X and TL-Y) for transparency adapter (TA)
  463.   * Added TA support for Paragon 8000SP
  464.   
  465. 2000-04-13
  466.   * Added more debug output in sane_read and some other functions
  467.   * removed warnings
  468.  
  469. 2000-04-12
  470.   * Added more debug output concerning buffer handling
  471.  
  472. 2000-04-10
  473.   * Adjusted scan area to the Windows driver defaults for Paragon 12000CX,
  474.     6000SP, 600 II CD, 600 II N
  475.  
  476. 2000-04-09
  477.   * released backend version 1.0-79
  478.   
  479. 2000-04-08
  480.   * added output of scanning time (debuglevel 2 and higher)
  481.   * removed old code from sane_cancel
  482.  
  483. 2000-04-07
  484.   * fixed line-distance correction for the 600 II N
  485.   * rewrite of the 600 II N code
  486.   * documentation update for the 600 II N
  487.  
  488. 2000-04-06
  489.   * Rewrite of resolution encoding for 3-pass scanners
  490.   * added more comments
  491.   * some spelling errors corrected
  492.  
  493. 2000-04-03
  494.   * output backend and version information
  495.   * fixed resolution encoding for MFS12000cx
  496.   * Changed version system to be compatible to the SANE standard 
  497.     (major, minor, build); 0.78 --> 1.0-78
  498.   
  499. 2000-04-02
  500.   * released backend version 0.78
  501.   * added MUSTEK_FLAG_DOUBLE_RES for the MFS-12000CX 3-pass scanner,
  502.     resolutions > 600 dpi should work now
  503.     
  504. 2000-04-01
  505.   * reduced scan area for Paragon 800 S / II SP 
  506.  
  507. 2000-03-29
  508.   * released backend version 0.77
  509.   * inquiry is printed in full text at debug level 4
  510.   * more debug level tweaking
  511.   * man page update
  512.   * model name update
  513.   
  514. 2000-03-25
  515.   * corrected some spelling errors
  516.   
  517. 2000-03-24
  518.   * reduced scanarea for the MSF-6000SP
  519.   * restructured scanner recognition
  520.  
  521. 2000-03-18
  522.   * released backend version 0.76
  523.   
  524. 2000-03-17
  525.   * removed some compiler warnings
  526.   * changed the sane.model names (e.g. ScanExpress 12000SP instead of
  527.     C06IDW...)
  528.   * added SCSI information output to inquiry
  529.   * adjusted debug levels and debug output
  530.  
  531. 2000-03-15
  532.   * fixed typo in man page
  533.  
  534. 2000-03-12
  535.   * released backend version 0.75
  536.   * man page update
  537.   * mustek.desc update
  538.   * test for option < 0 in sane_get_option_descriptor (thanks to Oliver Rauch)
  539.   * added do_stop in sane_cancel (don't wait for next read that will
  540.     possibly never happen)
  541.   * fixed firmware version identification for newer ScanExpress models
  542.     (patch from Marco G. Salvagno)
  543.   * probably fixed linedistance correction at high resolutions for 
  544.     MFS-1200SP firmware 1.00 and possibly others (patch from Andreas Beck)
  545.   * added check for ADF ready in sane_start (patch from Joerg Anders)
  546.   * Bug fix in the STORE makros (patch from Norbert Mueller)
  547.  
  548.   
  549. 2000-03-06
  550.   * created mustek.CHANGES file
  551.   * released backend version 0.74
  552.   * added linedistance correction for the 600 II N + documentation updates
  553.   * added detection of newer ScanExpress models ("XC06" instead og " C06")
  554.   * bugfix for 600 II N waiting 60 s before cancelling
  555.  
  556.  
  557. Henning Meier-Geinitz <hmg@gmx.de>
  558.