public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* parport ieee1284 patch
@ 2001-10-11 16:42 Dmitriy Zavin
  0 siblings, 0 replies; only message in thread
From: Dmitriy Zavin @ 2001-10-11 16:42 UTC (permalink / raw)
  To: linux-kernel

Hi gang,

I tried to compile 2.4.12 today and got some compile errors... seems
that someone forgot to put ECP in IEEE1284_PH_DIR_UNKNOWN (something
like that)

I am including the patch.. (2 lines long or so)

--Dima

PATCH_STARTS_HERE:
~~~~~~~~~~~~~~~~~~

--- linux-2.4.12/drivers/parport/ieee1284_ops.c.old	Thu Oct 11 12:16:23 2001
+++ linux-2.4.12/drivers/parport/ieee1284_ops.c	Thu Oct 11 12:16:44 2001
@@ -362,7 +362,7 @@
 	} else {
 		DPRINTK (KERN_DEBUG "%s: ECP direction: failed to reverse\n",
 			 port->name);
-		port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
+		port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
 	}
 
 	return retval;
@@ -394,7 +394,7 @@
 		DPRINTK (KERN_DEBUG
 			 "%s: ECP direction: failed to switch forward\n",
 			 port->name);
-		port->ieee1284.phase = IEEE1284_PH_DIR_UNKNOWN;
+		port->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
 	}

~~~~~~~~~~~~
END_OF_PATCH 



-- 


---------------------------------------------------------------------
 /#######/                     ###           @@  ##         $$
    $$   ## ##  $$$ $  ## ##  #   * $$   $$      $$   ###%  ##
    ##   $$$   ##  ##  $$$  $ .##   ##   ##  $$ #### $$   # $$$$%
    $$   ##    $$  $$  ##   #   ##. $$ @ $$  ##  $$  ##     ##  ##
    ##   $$    ##  ##  $$   % ,   # ## @ ##  $$  ##  $$   # $$  ##
    $$   ##     $$$ $$ $$   @  ###   $$ $$   &*  $$   ###%  ##  ##

 ___________________________________________________________________
/       Dmitriy Zavin          |  92 Montvale Avenue, Suite 3500    \
\  Member Technical Staff      |  Stoneham, MA 02180                /
/    Software Engineer         |  Phone: 781-438-1479 ext. 3344     \
\                              |  Fax:                              /
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-10-11 16:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-11 16:42 parport ieee1284 patch Dmitriy Zavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox