Re: [PATCH 2/3] Char: mxser_new, fix TIOCMIWAIT

2007-04-20 Thread Jan Yenya Kasprzak
Jiri Slaby wrote: : mxser_new, fix TIOCMIWAIT : : There was schedule() missing in the TIOCMIWAIT ioctl. Solve it by moving : the code to the wait_event_interruptible. OK, this fixed the problem with your DCD-change monitoring program (sorry that it took me too long to test it). -Yenya

[PATCH 2/3] Char: mxser_new, fix TIOCMIWAIT

2007-04-20 Thread Jiri Slaby
mxser_new, fix TIOCMIWAIT There was schedule() missing in the TIOCMIWAIT ioctl. Solve it by moving the code to the wait_event_interruptible. Cc: Jan "Yenya" Kasprzak <[EMAIL PROTECTED]> Signed-off-by: Jiri Slaby <[EMAIL PROTECTED]> --- commit bd99756ce7fb8f3e9105b076a71046b0d8ad1f8f tree

[PATCH 2/3] Char: mxser_new, fix TIOCMIWAIT

2007-04-20 Thread Jiri Slaby
mxser_new, fix TIOCMIWAIT There was schedule() missing in the TIOCMIWAIT ioctl. Solve it by moving the code to the wait_event_interruptible. Cc: Jan Yenya Kasprzak [EMAIL PROTECTED] Signed-off-by: Jiri Slaby [EMAIL PROTECTED] --- commit bd99756ce7fb8f3e9105b076a71046b0d8ad1f8f tree

Re: [PATCH 2/3] Char: mxser_new, fix TIOCMIWAIT

2007-04-20 Thread Jan Yenya Kasprzak
Jiri Slaby wrote: : mxser_new, fix TIOCMIWAIT : : There was schedule() missing in the TIOCMIWAIT ioctl. Solve it by moving : the code to the wait_event_interruptible. OK, this fixed the problem with your DCD-change monitoring program (sorry that it took me too long to test it). -Yenya