Comment 8 for bug 1069898

Revision history for this message
Sanjay Kumar (sanjay-kumar14) wrote :

Hello Peter,

I am not sure about the repo update but you can install latest HPLIP release from:
http://hplipopensource.com/hplip-web/install/install/index.html (automatic installer) or
http://hplipopensource.com/hplip-web/install/manual/index.html (manual installation, if automatic installer is not supported)

Hello Till,

Can you provide an update on this to Peter.

FYI diff:
Index: scan/sane/hpaio.c
===================================================================
--- scan/sane/hpaio.c (revision 17153)
+++ scan/sane/hpaio.c (revision 17154)
@@ -335,7 +335,7 @@
        return soapht_open(devicename, pHandle);
     if (ma.scantype == HPMUD_SCANTYPE_LEDM)
        return ledm_open(devicename, pHandle);
- if ((ma.scantype == HPMUD_SCANTYPE_SCL) || (ma.scantype == HPMUD_SCANTYPE_PML))
+ if ((ma.scantype == HPMUD_SCANTYPE_SCL) || (ma.scantype == HPMUD_SCANTYPE_SCL_DUPLEX) ||(ma.scantype == HPMUD_SCANTYPE_PML))
        return sclpml_open(devicename, pHandle);
     else
        return SANE_STATUS_UNSUPPORTED;

Thanks,
Sanjay