Version upgrade to 3.12.9 plus fix for bnc#780413 OBS-URL: https://build.opensuse.org/request/show/137049 OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=55
12 lines
551 B
Diff
12 lines
551 B
Diff
--- 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 )
|