Re: [sane-devel] [sane-Bugs][315170] pieusb breaks Ubuntu ppa

2015-09-14 Thread Stef
On 15/09/2015 04:08, m. allan noah wrote: Looks like the pieusb backend needs an update, strdup is not ansi C, AFAIK. allan Hello, we need to do this include _first_ to get the correct 'magic': #include "../include/sane/config.h" with that pieusb.c compiles with strdup like othe

Re: [sane-devel] [sane-Bugs][315170] pieusb breaks Ubuntu ppa

2015-09-14 Thread m. allan noah
Looks like the pieusb backend needs an update, strdup is not ansi C, AFAIK. allan > On Mon, Sep 14, 2015 at 5:22 PM, wrote: >> sane-Bugs item #315170, was opened at 14.09.2015 23:22 by Rolf Bensch >> You can respond by visiting: >> https://alioth.debian.org/tracker/?func=detail&atid=410366&aid=

Re: [sane-devel] [PATCH 1/2] use getopt()

2015-09-14 Thread Matteo Croce
2015-09-14 13:19 GMT+02:00 Olaf Meeuwissen : > Matteo Croce writes: > >> 2015-09-13 7:18 GMT+02:00 Olaf Meeuwissen : >>> Matteo Croce writes: >>> >>> [snip] >>> Code's usage: [ -a [ username ] | -d [ n ] | -s [ n ] ] | -h >>> Manual page : [ -a [ username ] | -d [ n ] | -s [ n ] | -h ] >>> ge

Re: [sane-devel] Preparing for a sane-backends release

2015-09-14 Thread m. allan noah
We are not dropping SCSI any time soon, don't worry about that. However, you are the first 3097 user I have ever met! I'll send you a separate email about fixing the duplex interlacing. allan On Mon, Sep 14, 2015 at 5:41 PM, jrdavis wrote: > I'm another that's perfectly happy with my SCSI interf

Re: [sane-devel] Preparing for a sane-backends release

2015-09-14 Thread jrdavis
I'm another that's perfectly happy with my SCSI interfaced scanner. a Fujitsu M3097DG - B&W! It does everything I want, so I see no reason to replace it. My only issue is that, last time I checked it was still interleaving the front and back of a page when duplex scanning. ( two page images

Re: [sane-devel] Preparing for a sane-backends release

2015-09-14 Thread Johannes Meixner
Hello Olaf On Sep 12 17:30 Olaf Meeuwissen wrote (excerpt): Johannes Meixner writes: ... I wonder if support for parallel port scanners is still needed? Me wonders too. ... You could build your SANE library packages without the backends for parallel scanners and see how many bug reports y

Re: [sane-devel] [PATCH 1/2] use getopt()

2015-09-14 Thread Olaf Meeuwissen
Matteo Croce writes: > 2015-09-13 7:18 GMT+02:00 Olaf Meeuwissen : >> Matteo Croce writes: >> >> [snip] >> Code's usage: [ -a [ username ] | -d [ n ] | -s [ n ] ] | -h >> Manual page : [ -a [ username ] | -d [ n ] | -s [ n ] | -h ] >> getopt : [-a username] [-d n] [-s n] [-h] >> >> An i

Re: [sane-devel] Unsupported scanner

2015-09-14 Thread Johannes Meixner
Hello, On Sep 13 15:50 Zdravko Nikolov wrote (excerpt): Canon Canoscan LiDE 700F OpenSUSE 13.2 In general regarding "Configuring Scanners" see https://en.opensuse.org/SDB:Configuring_Scanners You didn't tell what version of sane-backends you use. In OpenSUSE 13.2 we provide the sane-backen

Re: [sane-devel] Disabling epson backend build

2015-09-14 Thread Olaf Meeuwissen
Alessandro Zummo writes: > On Sun, 13 Sep 2015 10:56:36 +0900 > Olaf Meeuwissen wrote: > >> A simpler way would be to tune the hard-coded lists of supported >> scanners (in backend/epson_usb.c) and modify the *.desc files to follow >> suit. Oh, I see that both backends use the *same* file and th

Re: [sane-devel] Fwd: [sane-Bugs][315132] fixes too small arrays in backend/niash.c

2015-09-14 Thread Olaf Meeuwissen
Stef writes: > Hello, > > I think that this one isn't a bug. I'm considering closing it as > 'invalid'. May someone double-check ? When used through a well-behaved SANE frontend nothing bad will happen. In that respect it is perhaps not a bug. It sure it a coding style that is begging