Re: custom baud rates with serial core

From: Alan Cox
Date: Sat Aug 04 2007 - 11:18:49 EST


On Fri, 3 Aug 2007 19:59:51 -0400
"Mike Frysinger" <vapier.adi@xxxxxxxxx> wrote:

> is there a method for setting custom baud rates that doesnt cause a
> "deprecated" message from showing up ? for example:
> # setserial -a /dev/ttyBF0 divisor 9 spd_cust
> setserial sets custom speed on ttyBF0. This is deprecated.

If your platform is up to date then you can set arbitary speeds via the
TIOCGETS2/TIOCSETS2 ioctls. Not all platforms support this yet although
I'm working on getting the sane ones all upstream and sorted. Once that
is done glibc will be able to switch internally to TIOCGETS2/SETS2 for
the termios operations it provides and the world will be a far happier
place ...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/