[PATCH] parport.h ieee1284_ops.c 2.4.12

From: Garst R. Reese (reese@isn.net)
Date: Thu Oct 11 2001 - 10:39:39 EST


Attached patches fix my problems with 2.4.12
include/linux/parport.h
drivers/parport/ieee1284_ops.c
Garst

--- ieee1284_ops.c~ Thu Oct 11 10:02:34 2001
+++ ieee1284_ops.c Thu Oct 11 11:59:26 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;
         }
 
 


--- parport.h~ Thu Oct 11 11:29:28 2001
+++ parport.h Thu Oct 11 11:57:08 2001
@@ -252,7 +252,7 @@
         IEEE1284_PH_ECP_SETUP,
         IEEE1284_PH_ECP_FWD_TO_REV,
         IEEE1284_PH_ECP_REV_TO_FWD,
- IEEE1284_PH_ECP_DIR_UNKNOWN,
+ IEEE1284_PH_ECP_DIR_UNKNOWN
 };
 struct ieee1284_info {
         int mode;

-
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/



This archive was generated by hypermail 2b29 : Mon Oct 15 2001 - 21:00:39 EST