Re: Missing mustek backend maintainer, got patches?

From: Petter Reinholdtsen (pere@hungry.com)
Date: Sun Feb 20 2000 - 02:16:31 PST

  • Next message: pixel fairy: "Re: HP scanjet 6200C horizontal banding in color"

    [Henning Meier-Geinitz]
    > I don't know much about the other Mustek scanners and don't have any
    > documentation so I'm not sure if I can help here.

    I'm sure you can do more then me. :-)

    Would you take over maintaining the Mustek backend, please?

    Here are the patch from Joachim Ansorg to add support for Mustek
    ScanExpress 12000SP Plus. Could you integrate it with your patch?

    --- mustek.c~ Mon Aug 9 18:05:58 1999
    +++ mustek.c Mon Jan 31 22:22:34 2000
    @@ -771,6 +771,15 @@
           dev->dpi_range.min = SANE_FIX (75);
           dev->flags |= MUSTEK_FLAG_SE;
         }
    + else if (strncmp(model_name, "XC06", 4) == 0)
    + {
    + dev->x_range.max = SANE_FIX (216); /* measured */
    + dev->y_range.min = SANE_FIX (2.5);
    + dev->y_range.max = SANE_FIX (294.5); /* measured */
    + dev->dpi_range.max = SANE_FIX (1200);
    + dev->dpi_range.min = SANE_FIX (75);
    + dev->flags |= MUSTEK_FLAG_SE;
    + }
       else if (strncmp(model_name, " C12", 4) == 0)
         {
           dev->x_range.max = SANE_FIX (216);

    I decided to let the Mustek problem wait until after 1.0.2 is
    released. That means I will not check in the mustek patches before
    code freeze.

    The best solution is for all mustek users out there to be able to
    agree on one maintainer of the backend. Then I don't have to guess
    which patches to include, and which to refuse.

    -- 
    ##>  Petter Reinholdtsen  <##  |  pere@td.org.uit.no
    

    -- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com



    This archive was generated by hypermail 2b29 : Sun Feb 20 2000 - 02:13:59 PST