Re: [PATCH] serial: speed setup failure reporting

2008-01-10 Thread Alan Cox
It only causes a problem if you set a completely bogus baud rate (out of range) and that baud rate was not a standard one and you were using the new tty ioctls - so its fairly low priority 8) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMA

Re: [PATCH] serial: speed setup failure reporting

2008-01-09 Thread Andrew Morton
On Thu, 3 Jan 2008 16:55:07 + Alan Cox <[EMAIL PROTECTED]> wrote: > Invalid speeds are forced to 9600. Update the code for this to encode new > style baud rates properly. > > Signed-off-by: Alan Cox <[EMAIL PROTECTED]> > > diff -u --new-file --recursive --exclude-from /usr/src/exclude > lin

[PATCH] serial: speed setup failure reporting

2008-01-03 Thread Alan Cox
Invalid speeds are forced to 9600. Update the code for this to encode new style baud rates properly. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.24-rc6-mm1/drivers/serial/serial_core.c linux-2.6.24-rc6-mm1/drivers/