[sane-devel] How to submit new scanner backend code

2012-01-23 Thread Rolf Bensch
Hello Bruce,


Am 21.01.2012 18:43, schrieb Bruce Karsh:
 Then we should name this scanner as it is: MX882. Please try the attached
 patch.

 Yes, it works


Due to an open bug (#313452) I changed the scanner name to Canon PIXMA 
MX880 Series.

There is a reference to the MX882 and MX885 scanners in the man page: 
PIXMA MX880 Series, MX882, MX885.

The new code is available in git now.

Cheers,
Rolf



[sane-devel] xsane source repositories

2012-01-23 Thread Michael Nagel
Hi there,

I am looking for an official, public repository of the xsane source code.
Is there such a thing, and if yes, where is it?

Best Regards
Michael



[sane-devel] xsane source repositories

2012-01-23 Thread Ruediger Meier
On Monday 23 January 2012, Michael Nagel wrote:
 Hi there,

 I am looking for an official, public repository of the xsane source
 code. Is there such a thing, and if yes, where is it?

Don't think there is one - just tar balls.
I've made a git repo of them and could publish it if you are interested 
in this.

cu,
Rudi



[sane-devel] [PATCH 00/13] win32 portable net backend

2012-01-23 Thread Chris Bagwell
Ruediger, I'm try to find time and comment on this soon.  Should I
comment on github or should you post the patches to the list so I can
reply?  I had at least 3 comments from quick glance.

Also, you might should request write access to git so you can commit
these patches yourself if you think you'll be cleaning up for a while;
although I have no problems doing that on your behalf.

Even if you commit yourself, I think your current process is good
though since your touching framework and other people's backends.  If
its more than a trivial #ifdef HAVE_HEADER_FILE addition, I also post
framwork/other's backend patches to list before committing.

Chris

On Sun, Jan 22, 2012 at 1:35 AM, Ruediger Meier sweet_f_a at gmx.de wrote:
 Hi,

 I've spend some time making the net backend win32 portable. Maybe we
 could build a useful native (non-cygwin) xsane (saned client) on
 Windows now.

 Please pull from my private clone
 git://github.com/rudimeier/sane-backends.git
 branch win32/net

 Hope this doesn't break something.
 If wanted I would post these patches on this list too.


 Ruediger Meier (13):
 ?bldchn, provide macro SANE_CHECK_NETDB_FUNC
 ?bldchn, add checks for netdb.h and ws2tcpip.h
 ?bldchn, use our new macro SANE_CHECK_NETDB_FUNC
 ?bldchn, checking for socklen_t more safe
 ?fix sanei_udp, socklen_t was not defined on win32
 ?bldchn, don't always disable net backend on win32
 ?net, move some includes from net.h to net.c
 ?net, add missing includes for win32
 ?net, re-use sane_set_io_mode
 ?net, implement O_NONBLOCK stuff for win32
 ?net, use recv/send instead of read/write
 ?net, call WSAStartup on win32
 ?bldchn, SANE_CHECK_IPV6 more portable

 ?acinclude.m4 ? ? ? ? ? ? | ? 76 +++---
 ?backend/net.c ? ? ? ? ? ?| ? 54 +++-
 ?backend/net.h ? ? ? ? ? ?| ? ?3 -
 ?configure ? ? ? ? ? ? ? ?| ?201
 ++
 ?configure.in ? ? ? ? ? ? | ? 22 +-
 ?include/sane/config.h.in | ? ?9 ++
 ?sanei/sanei_udp.c ? ? ? ?| ? ?3 +
 ?7 files changed, 329 insertions(+), 39 deletions(-)

 --
 1.7.6.1

 --
 sane-devel mailing list: sane-devel at lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/sane-devel
 Unsubscribe: Send mail with subject unsubscribe your_password
 ? ? ? ? ? ? to sane-devel-request at lists.alioth.debian.org



[sane-devel] [PATCH 00/13] win32 portable net backend

2012-01-23 Thread Ruediger Meier
On Monday 23 January 2012 at 16:58, you wrote:
 Ruediger, I'm try to find time and comment on this soon.  Should I
 comment on github or should you post the patches to the list so I can
 reply?  I had at least 3 comments from quick glance.

Thx,
better I post them on the list to discuss there right? I'am going to 
post them later this night.
Anyway you may also comment on github if you want.

BTW even I've re-rolled these patches again to fix some trivial things.
Maybe you need to pull again.

 Also, you might should request write access to git so you can commit
 these patches yourself if you think you'll be cleaning up for a
 while; although I have no problems doing that on your behalf.

I think I will not really need it. Just came over to have a native ipv6 
net backend for our windows clients.
Probably I will post a few more fixes but that's it.

cu,
Rudi