Patch for parport

Tim Waugh (tmw20@cam.ac.uk)
Thu, 22 May 1997 14:13:04 +0100 (BST)


Hi,

This patch stops device lock-ups on the most recently-registered parport
device if it is not the first(!). Sorry it took me so long to find it!

Tim.
*/

--- linux/drivers/pnp/parport_share.c~ Thu May 22 05:23:10 1997
+++ linux/drivers/pnp/parport_share.c Thu May 22 05:23:11 1997
@@ -222,2 +222,3 @@
tmp->private = handle;
+ tmp->flags = flags;
tmp->irq_func = irq_func;