From f6b720cc0c72eface074e2d89ad8ba7a1a190565 Mon Sep 17 00:00:00 2001 From: Ilia Sotnikov Date: Sun, 6 Mar 2011 13:41:58 +0200 Subject: [PATCH] hp5590: in ADF modes the device can scan up to 14", which is usually bigger than what scanner reports back during initialization hp5590: fixed detection of HP4500 devices (tested) and HP5550 (untested) - these devices need no reading USB-in-USB acknowledgement after each command. To achieve that, proto_flags are passed down to low-level functions. These flags are taken from device descriptions hp5590: fixed up get_status command - index should be 0x00, not 0x20 hp5590: bump up the backend version --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6ed8bb41..c06e4f44a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2011-03-06 Ilia Sotnikov + * backend/hp5590.c, backend/hp5590_cmds.{c,h}: in ADF modes the device can + scan up to 14", which is usually bigger than what scanner reports back + during initialization + * backend/hp5590.c, backend/hp5590_cmds.{c,h}, backend/hp5590_low.{c,h}: + fixed detection of HP4500 devices (tested) and HP5550 (untested) - these + devices need no reading USB-in-USB acknowledgement after each command. To + achieve that, proto_flags are passed down to low-level functions. These + flags are taken from device descriptions + * backend/hp5590_low.{c,h}: fixed up get_status command - index should + be 0x00, not 0x20 + * backend/hp5590.c: bump up the backend version + 2011-03-04 Julien Blache * frontend/saned.c: define PATH_MAX if needed, fixes build on HURD. Patch from Pino Toscano .