[sane-devel] Konica Minolta magicolor 1690MF multi-function printer/scanner

2010-07-31 Thread Reinhold Kainhofer
00 00 00 00 00 00 00 00 00 00 00106E5A ff 00 00 00 00 00 00 00 00 00 00 ... 0BC5 04 03 00 ... Cheers, Reinhold -- ------ Reinhold Kainhofer,

[sane-devel] [PATCH] Fix handling of SANE_CONFIG_DIR environment variable

2010-09-03 Thread Reinhold Kainhofer
E_CONFIG_DIR and default paths); fix pointers to invalid/freed strings when SANE_CONFIG_DIR is set * backend/dll.c: When searching for the dll.d/ directory, also use the SANE_CONFIG_DIR env variable. Cheers, Reinhold -- -

[sane-devel] Device with two USB bulk IN endpoints? (Was: Rising project: Support of Konica-Minolta Magicolor 2480MF)

2010-09-06 Thread Reinhold Kainhofer
lists.alioth.debian.org/pipermail/sane-devel/2009-March/024266.html Has anything happened in this direction? Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actu

[sane-devel] question about SANE backend fill_buffer function

2010-09-07 Thread Reinhold Kainhofer
n2 backend also has vertical color shifts. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] SNMP detection of network scanners?

2010-09-13 Thread Reinhold Kainhofer
your own risk! -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Musi

[sane-devel] [PATCH] Fix handling of SANE_CONFIG_DIR environment variable

2010-09-13 Thread Reinhold Kainhofer
Am Freitag, 3. September 2010, 16:57:14 schrieb Reinhold Kainhofer: > Attached is a patch for the current sane-backends git, which fixes several > problems with the handling of the SANE_CONFIG_DIR environment variable. Is there anyone here you can take a look at the patch, concerning corre

[sane-devel] [PATCH] Fix handling of SANE_CONFIG_DIR environment variable

2010-09-15 Thread Reinhold Kainhofer
#x27;t imagine a situation where the wrong pointers might pose a security vulnerability). Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienn

[sane-devel] Who has a KONICA MINOLTA device? (or an Epson AL-CX16)

2010-10-05 Thread Reinhold Kainhofer
uld be just as interested... -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] magicolor backend (alpha-quality)

2010-10-05 Thread Reinhold Kainhofer
/magicolor_scan -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] Rising project : Support of Konica-Minolta Magicolor 2480MF

2010-10-13 Thread Reinhold Kainhofer
ys indicated by the letter being uppercase). Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.

[sane-devel] Help with Kodak please

2010-10-14 Thread Reinhold Kainhofer
r.com/hardware/magicolor_scan and http://wiki.kainhofer.com/hardware/bizhub_scan). Cheers, Reinhold -- -- Reinhold Kainhofer, Vienna University of Technology, Austria email: reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Finan

[sane-devel] magicolor backend

2010-10-31 Thread Reinhold Kainhofer
Am Dienstag, 5. Oktober 2010, um 01:19:47 schrieb Reinhold Kainhofer: > My backend for KONICA MINOLTA devices (currently only the magicolor 1690mf > multi-function scanner) is progressing nicely. Here's a status update for my magicolor backend (git repo at http://repo.or.cz/w/s

[sane-devel] How to handle devices with multiple USB bulk-in endpoints

2010-10-31 Thread Reinhold Kainhofer
magicolor backend, I'll have to tackle that problem. What would you think is the best approach to letting sanei_usb_open select which of the endpoints to use? Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com,

[sane-devel] How to handle devices with multiple USB bulk-in endpoints

2010-11-02 Thread Reinhold Kainhofer
the backends? The problem with this approach is that any backend outside the sane-backends tree needs to copy those files over and keep them up to date from sane-backends. -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://r

[sane-devel] How to handle devices with multiple USB bulk-in endpoints

2010-11-06 Thread Reinhold Kainhofer
ei provides utility function for all the basic functionality common to most backends. Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ.

[sane-devel] sanei_usb limitations

2010-11-27 Thread Reinhold Kainhofer
; type SANE_Byte). That's basically what my patch does (there's some more work to do, like making it possible to use a default endpoint in the auto-detection phase): http://codereview.appspot.com/2823041/ Cheers, Reinhold -- ---

[sane-devel] Fwd: sanei_usb limitations

2010-11-27 Thread Reinhold Kainhofer
Am Samstag, 27. November 2010, um 00:10:54 schrieb m. allan noah: > Reinhold Kainhofer has recently worked up a patch with an alternative > implementation of your idea- and there was some discussion about yet a > third mechanism, which relies on a 'setting' function to b

[sane-devel] Rising project : Support of Konica-Minolta Magicolor 2480MF

2010-08-06 Thread Reinhold Kainhofer
Hello Jean-Marc, On Fri, 6 Aug 2010, Jean-Marc CHALLIER wrote: > I wanted to start the development of a back-end for the Konica-Minolta > Magicolor 2480MF Multi-Functional Peripheral (MFP). I have several > questions : > * Has such a project already been started ? I searched the archives of the

[sane-devel] Rising project : Support of Konica-Minolta Magicolor 2480MF

2010-08-06 Thread Reinhold Kainhofer
uot;usually contains the SANE API code", but without any further mention what exactly needs to be coded and what the API is exactly, and how USB/network connections are to be detected/handled. Cheers, Reinhold -- -- Reinhold

[sane-devel] Rising project : Support of Konica-Minolta Magicolor 2480MF

2010-08-06 Thread Reinhold Kainhofer
are to be detected/handled. > > Apparently you missed the SANE Standard (API) documents: Yes, I really missed them. I looked at "Contributing -> Writing a Backend (Driver)", which only referred to backend-writing.txt, but not to the SANE API... Cheers, Reinhold -- ----

[sane-devel] Rising project : Support of Konica-Minolta Magicolor 2480MF

2010-08-09 Thread Reinhold Kainhofer
t; layer changes. As I see MagiColor devices have separate > descriptors/configurations for different functions, though. Well, my USB sniffs basically use 3 and 5 only. > I could provide the backend sources, looks like it would be suitable > to operate MagiColor devices with some modific

[sane-devel] Device info about KONICA-MINOLTA magicolor 1690MF

2010-08-27 Thread Reinhold Kainhofer
so I couldn't add an entry and link there... Would be nice if you could add this info to the homepage. Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial

[sane-devel] Fwd: sanei_usb limitations

2011-01-04 Thread Reinhold Kainhofer
Am Samstag, 27. November 2010, um 00:10:54 schrieb m. allan noah: > Reinhold Kainhofer has recently worked up a patch with an alternative > implementation of your idea- and there was some discussion about yet a > third mechanism, which relies on a 'setting' function to b

[sane-devel] Fwd: sanei_usb limitations

2011-01-05 Thread Reinhold Kainhofer
got one new function, and no other code changes? Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] Fwd: sanei_usb limitations

2011-01-05 Thread Reinhold Kainhofer
New patch is now up at: http://codereview.appspot.com/2823041/ Am Mittwoch, 5. Januar 2011, um 02:25:24 schrieb m. allan noah: > On Tue, Jan 4, 2011 at 8:01 PM, Reinhold Kainhofer > wrote: > > Am Dienstag, 4. Januar 2011, um 22:19:16 schrieb m. allan noah: > >> I think

[sane-devel] Fwd: sanei_usb limitations

2011-01-05 Thread Reinhold Kainhofer
Am Mittwoch, 5. Januar 2011, um 15:25:59 schrieb m. allan noah: > On Tue, Jan 4, 2011 at 8:55 PM, Reinhold Kainhofer > > wrote: > > New patch is now up at: > > http://codereview.appspot.com/2823041/ > > Looks good, except you forgot your copyright notice :) [...] >

[sane-devel] New magicolor backend for inclusion in git

2011-01-06 Thread Reinhold Kainhofer
that takes longer than 1 second! What do you think of this backend? Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, A

[sane-devel] New magicolor backend for inclusion in git

2011-01-14 Thread Reinhold Kainhofer
ult and runs each backend's initialization (get_devices), so here it is a problem. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Reinhold Kainhofer
Unfortunately, the autofoo reconf seems to have missed to add the HAVE_LIBSNMP variable to configure.h.in (so SNMP was never enabled, even if you have the net-snmp development files installed). I'll commit a fix for that shortly, so that warning won't appear when you have the net-snmp lib

[sane-devel] New magicolor backend for inclusion in git

2011-01-20 Thread Reinhold Kainhofer
ess... I'm currently really thinking of getting rid of those htole32a calls and instead simply copying over all four bytes (in little endian) manually. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http

[sane-devel] New magicolor backend for inclusion in git

2011-01-22 Thread Reinhold Kainhofer
tle-endian encoded values manually byte-by-byte. I'm currently away from home, so I cant test it with my magicolor scanner. I'll commit it as soon as I'm back home (probably tomorrow). Sorry for the breakage! Reinhold -- ------

[sane-devel] New magicolor backend for inclusion in git

2011-01-25 Thread Reinhold Kainhofer
Am Samstag, 22. Januar 2011, um 11:54:29 schrieb Reinhold Kainhofer: > Anyway, I have a local patch that gets rid of all the byteorder.h macros > and instead copies all little-endian encoded values manually byte-by-byte. > I'm currently away from home, so I cant test it with my mag

[sane-devel] New magicolor backend for inclusion in git

2011-01-31 Thread Reinhold Kainhofer
o I now increased the required net-snmp version to 5.6, as 5.5 does not provide the required functionality... Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial &

[sane-devel] Sane backends in feature freeze

2011-01-31 Thread Reinhold Kainhofer
riting.txt didn't say so... Attached is a patch that updates doc/backend-writing.txt and po/README correspondingly. Okay to push to master? Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://r

[sane-devel] Add function sanei_usb_get_endpoint

2011-01-31 Thread Reinhold Kainhofer
-- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond

[sane-devel] Add function sanei_usb_get_endpoint

2011-01-31 Thread Reinhold Kainhofer
ed endpoint. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] Add function sanei_usb_get_endpoint

2011-01-31 Thread Reinhold Kainhofer
and leave it unchanged. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.a

[sane-devel] autoconf/configure and debug

2011-06-14 Thread Reinhold Kainhofer
hat you want to prevent). Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] autoconf/configure and debug

2011-06-14 Thread Reinhold Kainhofer
nhold/.build/include Judging from the output of net-snmp-config --help, there is no other way to get the correct include pathes / libraries to link to net-snmp without dragging in all unneeded compiler flags... Cheers, Reinhold -- ----

[sane-devel] Many questions: JPEG-Compressed scan; public or password login; Error messages; Scanner HDD access

2011-10-05 Thread Reinhold Kainhofer
ge selection part)? Any ideas? Thanks, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial & Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lily

[sane-devel] Version of net-snmp

2012-01-02 Thread Reinhold Kainhofer
ion, AFAIK. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial& Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org

[sane-devel] Konica-Minolta Magicolor 1690MF

2012-03-20 Thread Reinhold Kainhofer
backend isn't enabled at all. If you get some output, maybe we can track down the problem. Cheers, Reinhold -- -- Reinhold Kainhofer,reinhold at kainhofer.com, http://reinhold.kainhofer.com * Financial& Actuari

[sane-devel] Konica-Minolta Magicolor 1690MF

2012-03-20 Thread Reinhold Kainhofer
nd was included only in 1.0.22 (see the News entry on the left side of the SANE homepage: http://www.sane-project.org/ ). Cheers, Reinhold -- -- Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Fin

[sane-devel] New backend kodakaio for kodak AiO devices - adding tosane-backends

2012-06-21 Thread Reinhold Kainhofer
backend and did a huge search-and-replace to get rid of everything epson-specific and instead use magicolor-specific names (e.g. *_mc_* etc.) Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainho

[sane-devel] New backend kodakaio for kodak AiO devices - adding tosane-backends

2012-06-21 Thread Reinhold Kainhofer
nd. Cheers, Reinhold -- ------ Reinhold Kainhofer, reinhold at kainhofer.com, http://reinhold.kainhofer.com/ * Financial& Actuarial Math., Vienna Univ. of Technology, Austria * http://www.fam.tuwien.ac.at/, DVR: 0005886 * LilyPond, Music typesetting, http://www.lilypond.org