patch-2.2.15 linux/drivers/char/serial167.c
Next file: linux/drivers/char/specialix.c
Previous file: linux/drivers/char/serial.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Apr 21 12:46:06 2000
- Orig file:
v2.2.14/drivers/char/serial167.c
- Orig date:
Thu Nov 5 17:58:43 1998
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/char/serial167.c linux/drivers/char/serial167.c
@@ -775,6 +775,7 @@
(tty->ldisc.write_wakeup)(tty);
}
wake_up_interruptible(&tty->write_wait);
+ wake_up_interruptible(&tty->poll_wait);
}
} /* do_softint */
@@ -1332,6 +1333,7 @@
info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
restore_flags(flags);
wake_up_interruptible(&tty->write_wait);
+ wake_up_interruptible(&tty->poll_wait);
if ((tty->flags & (1 << TTY_DO_WRITE_WAKEUP))
&& tty->ldisc.write_wakeup)
(tty->ldisc.write_wakeup)(tty);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)