Re: [PATCH 0/9] tty: drop broken alt-speed handling

From: Alan Cox
Date: Tue Jun 06 2017 - 07:30:58 EST


On Tue, 6 Jun 2017 12:54:32 +0200
Johan Hovold <johan@xxxxxxxxxx> wrote:

> Setting an alt-speed using TIOCSSERIAL and SPD flags has been deprecated
> since v2.1.69 and has been broken for all tty drivers but serial-core
> since v3.10 and commit 6865ff222cca ("TTY: do not warn about setting
> speed via SPD_*") without anyone noticing (for four years).

We have the ability to set the speed directly via termios so I doubt
anyone is using the remaining hacks either but I guess someone may. All
looks good to me.

Reviewed-by: Alan Cox <alan@xxxxxxxxxxxxxxx>

Alan