--- scan/sane/hpaio.c.orig 2012-09-04 14:32:55.000000000 +0200 +++ scan/sane/hpaio.c 2012-09-28 14:20:24.595427330 +0200 @@ -368,7 +368,7 @@ extern const SANE_Option_Descriptor * sa if (strcmp(*((char **)handle), "SCL-PML") == 0) return sclpml_get_option_descriptor(handle, option); else - return SANE_STATUS_UNSUPPORTED; + return NULL; } /* sane_hpaio_get_option_descriptor() */ extern SANE_Status sane_hpaio_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void * pValue, SANE_Int * pInfo )