Found 4 matching messages (0.018 seconds). Page 1 of 1.
First cut at moving the soft carrier handling knowledge entirely into the core code. ... -2.6.25-rc3-mm1/drivers/char/tty_ioctl.c 2008-03-10 12:57:53. ... @@ -753,6 +756,32 @@ } /** + * tty_change_softcar - carrier change ioctl helper + * @tty: tty to ...
linux-kernel - Alan Cox - Mar 10 2008 - 17:56
... > First cut at moving the soft carrier handling knowledge entirely into the > core ... 2.6.25-rc3-mm1/drivers/char/tty_ioctl.c 2008-03-10 12:57: ... @@ -753,6 +756,32 @@ > } > > /** > + * tty_change_softcar - carrier change ioctl helper > + * @tty: tty to ...
linux-kernel - Andrew Morton - Mar 11 2008 - 00:26
... First cut at moving the soft carrier handling knowledge entirely into the > ... it we can fix the error handling. > > Signed-off-by: Alan Cox < ... .6.25-rc3-mm1/drivers/char/tty_ioctl.c 2008-03-10 12:57: ... .6.25-rc3-mm1/drivers/char/tty_ioctl.c 2008-03-10 13:27 ...
linux-kernel - Jiri Slaby - Mar 10 2008 - 18:24
> > + int bit = arg ? CLOCAL : 0; > > + struct ktermios old = *tty->termios; > > Maybe a dumb question, but shouldn't be the snapshot done in the critical > section too? Yes it should. I'll fix that in the next bits and double check the cases
linux-kernel - Alan Cox - Mar 12 2008 - 09:22