From 0115b200b4dce6d7c0ec2dfd0abc377aa3c192f3 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Fri, 10 Jan 2003 16:56:32 +0000 Subject: [PATCH] Removed microtek2 problem, updated Irix patch section and Linux/Sparc section. --- ChangeLog | 2 ++ TODO | 12 ++++-------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index dc4bb1509..a6cb1864f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Pedro Morais . * sanei/sanei_usb.c: Comment out resetep at sane_close. This function sets th USB data toggle only on the host side. + * TODO: Removed microtek2 problem, updated Irix patch section and + Linux/Sparc section. 2003-01-10 Gerhard Jaeger diff --git a/TODO b/TODO index de7da9f27..72c65d483 100644 --- a/TODO +++ b/TODO @@ -44,8 +44,6 @@ backends - coolscan: Lots of compilation warnings (e.g. "backend/coolscan-scsidef.h", line 160: warning: initialization type mismatch; empty declarations), see sane-devel. - - microtek2.c (scsi_read_control_bits): Make sure to pass a size_t* - to sanei_scsi_cmd(). * Make sure that USB backends don't depend on the kernel USB scanner driver but also work with libusb. The linux kernel scanner driver may be @@ -57,13 +55,9 @@ backends * Check the Irix patches from http://www.mostang.com/pipermail/sane-devel/2002-December/017010.html - - gphoto2 - configure/Makefile.in changes not accepted for now + - as6e - bh - - canon - coolscan - - dc210 - done - - dc240 - done - - dc25 - done doc --- @@ -134,7 +128,9 @@ sanei platform-specific ----------------- * SCSI access doesn't seem to work on Linux/Sparc. See emails from - Tomislav Renic on sane-devel (2001-09-21). + Tomislav Renic on sane-devel (2001-09-21). Looks like it only happens + on 64 bit systems. SANE is compiled as 32 bit program there but + the kernel expects 64 bit structures. * Really fix all the parport/inb/outb compilation issues which break porting to some non-i386 platforms.