]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/tty/n_tty.c
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 24 Jul 2013 12:29:52 +0000 (08:29 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 16:27:55 +0000 (09:27 -0700)
commit6baad008678cf07820a3099bfb2bb558b5d0fa2a
treeaa32c1082a452f78dbbd1bfb66a6e9bacff335d5
parent4b1f79c2d7352605b567cab49de20d3b67762ee3
n_tty: Factor ISTRIP and IUCLC receive_buf into separate fn

Convert to modal receive_buf processing; factor char receive
processing for unusual termios settings out of normal per-char
i/o path.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c