Only the generic device was being picked. Signed-off-by: Eduard - Gabriel Munteanu <edg...@gmail.com> --- 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 +1670,7 @@ detect_usb(struct Magicolor_Scanner *s) DBG(2, "found valid Magicolor scanner: 0x%x/0x%x (vendorID/productID)\n", vendor, product); + mc_set_device(s, product); return SANE_STATUS_GOOD; } -- 2.5.0 -- sane-devel mailing list: sane-devel@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-requ...@lists.alioth.debian.org