Re: [PATCH] 2.3.17 imm.c

Tim Waugh (tim@cyberelk.demon.co.uk)
Fri, 10 Sep 1999 23:42:42 +0100 (GMT)


On Fri, 10 Sep 1999 fdavis112@juno.com wrote:

> - if (modes & PARPORT_MODE_PCPS2)
> + if (modes & PARPORT_MODE_TRISTATE)
> imm_hosts[i].mode = IMM_PS2;
>
> - if (modes & PARPORT_MODE_PCECPPS2) {
> + if (modes & PARPORT_MODE_ECP) {
> w_ecr(ppb, 0x20);
> imm_hosts[i].mode = IMM_PS2;
> }
> - if (modes & PARPORT_MODE_PCECPEPP)
> + if ((modes & PARPORT_MODE_EPP) && (modes & PARPORT_MODE_ECP))

This looks wrong. Please see the patch I posted to this list a while
back. I will submit it to Linus once someone tells me that it works.

Incidentally, ppa.c and imm.c don't seem to be maintained any more, or at
least David hasn't been answering email for quite a while.

Tim.
*/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/