Re: [sane-devel] [PATCH 0/3] magicolor 4690MF support

2015-09-12 Thread Eduard - Gabriel Munteanu
On Sat, Sep 12, 2015 at 8:36 AM, Olaf Meeuwissen wrote: > Hi, Hi, [snip] > I only have some concerns about the "FIXME" for the network OID. Can > the device be used over the network with this value? If no, then the > network interface should probably be removed from magicolor.desc. I think i

[sane-devel] [PATCH 3/3] magicolor: add support for magicolor 4690MF

2015-09-04 Thread Eduard - Gabriel Munteanu
Currently, this works for USB, but the network OID needs to be filled in properly. Signed-off-by: Eduard - Gabriel Munteanu --- backend/magicolor.c | 19 +-- doc/descriptions/magicolor.desc | 6 ++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a

[sane-devel] [PATCH 1/3] magicolor: fix USB device detection

2015-09-04 Thread Eduard - Gabriel Munteanu
Only the generic device was being picked. Signed-off-by: Eduard - Gabriel Munteanu --- backend/magicolor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/magicolor.c b/backend/magicolor.c index e3cd80d..d934321 100644 --- a/backend/magicolor.c +++ b/backend/magicolor.c @@ -1670,6

[sane-devel] [PATCH 2/3] magicolor: complete support for duplex ADF

2015-09-04 Thread Eduard - Gabriel Munteanu
This is needed to fully-support scanners like magicolor 4960MF. Signed-off-by: Eduard - Gabriel Munteanu --- backend/magicolor.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/magicolor.c b/backend/magicolor.c index d934321..fa06074 100644 --- a/backend

[sane-devel] [PATCH 0/3] magicolor 4690MF support

2015-09-04 Thread Eduard - Gabriel Munteanu
This has been tested on USB only. Please keep me cc-ed for replies, as I'm not subscribed to the mailing list. Eduard - Gabriel Munteanu (3): magicolor: fix USB device detection magicolor: complete support for duplex ADF magicolor: add support for magicolor 4690MF backend/magico