Messages in this thread Patch in this message |  | | | From | Jakob Kemi <> | | Subject | Re: Linux 2.4.17-pre4 | | Date | Wed, 5 Dec 2001 22:54:26 +0100 |
| |
On Wednesdayen den 5 December 2001 19.41, Marcelo Tosatti wrote: > Duh. I forgot to add tcp_diag.c and tcp_diag.h in -pre3, which avoid it to > compile correctly. > > Well, here goes -pre4 which fixes that. > > - Added missing tcp_diag.c and tcp_diag.h (me) > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/
Hi Marcelo,
Since 2.4.14 the ieee1284 parport functions have worked improperly for some drivers (CPiA, W9966 and others). Joe <joeja@mindspring.com> was quick to find the failure. He said he was going to send the patch to you some week ago and maybe he already have. If it somehow got lost in an internet black-hole or something I try to also send it to you. It's just a one-liner which reverts to pre-2.4.14 behavior.
--- ieee1284_ops.c.orig Tue Nov 6 11:29:26 2001 +++ ieee1284_ops.c Wed Dec 5 22:44:20 2001 @@ -592,7 +592,7 @@ }
/* Event 44: Set HostAck high, acknowledging handshake. */ - parport_write_control (port, ctl); + parport_frob_control (port, PARPORT_CONTROL_AUTOFD, 0);
/* Event 45: The peripheral has 35ms to set nAck high. */ if (parport_wait_peripheral (port, PARPORT_STATUS_ACK, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |