[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/b

[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 +1

[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/magicol

[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/magicolor.c