patch to hp-backend

Peter Kirchgessner (peter@kirchgessner.net)
Mon, 18 Jan 1999 23:39:54 +0100

Hi,

for use with HP Photosmart, please apply the following patch to the
hp-backend V0.80 (http://www.kirchgessner.net).
It prevents the button "scan from ADF" to appear for that scanner.

--Peter

Patch:

--- hp-option.c.orig Sun Jan 10 15:14:34 1999
+++ hp-option.c Mon Jan 18 20:26:27 1999
@@ -2518,7 +2518,7 @@
static const struct hp_option_descriptor_s ADF_SCAN[1] = {{
SCANNER_OPTION(ADF_SCAN, BOOL, NONE),
REQUIRES(HP_COMPAT_2C | HP_COMPAT_2CX | HP_COMPAT_4C | HP_COMPAT_4P
- | HP_COMPAT_5P | HP_COMPAT_5100C | HP_COMPAT_6200C |
HP_COMPAT_PS),
+ | HP_COMPAT_5P | HP_COMPAT_5100C | HP_COMPAT_6200C),
_probe_adf_scan, 0, 0,
1, 1, 0, 0, SCL_ADF_SCAN
}};

-- 
Peter Kirchgessner
WWW:    http://www.kirchgessner.net
e-mail: peter@kirchgessner.net

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com