On Thu, 1 Nov 2007 19:59:25 GMT
Linux Kernel Mailing List <linux-kernel@vger.kernel.org> wrote:
NO NO NO NO NO NO NO
Line disciplines have no business touching termios ioctls. Especially
wrongly.
Nothing anywhere in the kernel but the core ioctl code should be
processing TCGET/TCSET calls.
Just delete them. It will return -ENOIOCTLCMD and the core tty layer will
process them.
Alan
-