patch-2.2.11 linux/drivers/misc/parport_pc.c

Next file: linux/drivers/net/Config.in
Previous file: linux/drivers/macintosh/via-pmu.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.10/linux/drivers/misc/parport_pc.c linux/drivers/misc/parport_pc.c
@@ -829,9 +829,9 @@
 	/* Done probing.  Now put the port into a sensible start-up state. */
 	if (p->modes & PARPORT_MODE_PCECR)
 		/*
-		 * Put the ECP detected port in the more SPP like mode.
+		 * Put the ECP detected port in the more PS2 like mode.
 		 */
-		parport_pc_write_econtrol(p, 0x0);
+		parport_pc_write_econtrol(p, 0x34);
 	parport_pc_write_control(p, 0x8);
 	parport_pc_write_data(p, 0);
 	udelay (50);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)