2012-10-04 15:20:01 +00:00
|
|
|
--- 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
|
2012-06-26 11:12:09 +00:00
|
|
|
if (strcmp(*((char **)handle), "SCL-PML") == 0)
|
|
|
|
return sclpml_get_option_descriptor(handle, option);
|
2012-10-04 15:20:01 +00:00
|
|
|
else
|
|
|
|
- return SANE_STATUS_UNSUPPORTED;
|
|
|
|
+ return NULL;
|
2012-06-26 11:12:09 +00:00
|
|
|
} /* 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 )
|