[sane-devel] [PATCH 0/2] build fix for win32

2012-01-17 Thread Ruediger Meier
From: Ruediger Meier Ruediger Meier (2): add checks for ntddscsi.h and ddk/ntddscsi.h (to be used for win32) build fix, use the right scsi header on win32 configure | 14 ++ configure.in |1 + include/sane/config.h.in |6 ++ sanei/sane

[sane-devel] [PATCH 1/2] add checks for ntddscsi.h and ddk/ntddscsi.h (to be used for win32)

2012-01-17 Thread Ruediger Meier
From: Ruediger Meier --- configure| 14 ++ configure.in |1 + include/sane/config.h.in |6 ++ 3 files changed, 21 insertions(+), 0 deletions(-) diff --git a/configure b/configure index ae60009..ba864b0 100755 --- a/configure +++ b/configure

[sane-devel] build fix, use the right scsi header on win32

2012-01-17 Thread Ruediger Meier
From: Ruediger Meier Now we are using either ddk/ntddscsi.h or ntddscsi.h and even don't stop if we have none of them. --- sanei/sanei_scsi.c| 10 -- tools/sane-find-scanner.c | 17 +++-- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/sanei/sanei_

[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Chris Bagwell
This patch series makes minor portability fixes to following backends. I've not seen any objections from various maintainers... so if I do not hear back by weekend, I'll commit this patch series. canon_dr cardscan epjitsu fujitsu kodak gt68xx microtek2 dll Thanks for this and other windows patch

[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread m. allan noah
5 of the 8 backends are mine, and I have no objection. allan On Tue, Jan 17, 2012 at 3:40 PM, Chris Bagwell wrote: > This patch series makes minor portability fixes to following backends. > ?I've not seen any objections from various maintainers... so if I do > not hear back by weekend, I'll comm

[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Ruediger Meier
On Tuesday 17 January 2012, Chris Bagwell wrote: > This patch series makes minor portability fixes to following > backends. I've not seen any objections from various maintainers... so > if I do not hear back by weekend, I'll commit this patch series. Thx, I just see I've messed up that patch serie

[sane-devel] [PATCH 0/2] build fix for win32

2012-01-17 Thread Ruediger Meier
On Tuesday 17 January 2012, Ruediger Meier wrote: > From: Ruediger Meier > > Ruediger Meier (2): > add checks for ntddscsi.h and ddk/ntddscsi.h (to be used for win32) > build fix, use the right scsi header on win32 > > configure | 14 ++ > configure.in

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

2012-01-17 Thread Bruce Karsh
I haven't received a reply to this and it's been nearly a month. The patch makes the MX882 scanner work with Sane. I'd like to see it included in the git tree. How can I gp about doing this? (The MX882 is a desktop multi-function full-duplex flatbed copier. fax, inkjet printer, scanner). Thanks,

[sane-devel] Subject: [PATCH 0/4] fix and cleanup portable PATH_SEP and DIR_PATH defines

2012-01-17 Thread Chris Bagwell
On Tue, Jan 17, 2012 at 3:01 PM, Ruediger Meier wrote: > On Tuesday 17 January 2012, Chris Bagwell wrote: >> This patch series makes minor portability fixes to following >> backends. I've not seen any objections from various maintainers... so >> if I do not hear back by weekend, I'll commit this p