lkml.org 
[lkml]   [1999]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 2.3.17 imm.c
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/

\
 
 \ /
  Last update: 2005-03-22 13:53    [W:0.032 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site