]> Pileus Git - ~andy/linux/commit
serial: omap: Remove the default setting of special character
authorShubhrajyoti D <shubhrajyoti@ti.com>
Wed, 3 Oct 2012 11:54:37 +0000 (17:24 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Oct 2012 18:29:11 +0000 (11:29 -0700)
commit7ba897d77ce2df4538c2d3e5bcf3640bde3a54cd
treebeaa7f060c7e4ef2091c5c0d503b92d19bdbec02
parent39aee51d439d8ad7339ee49dc3ccaf91ca61d8f0
serial: omap: Remove the default setting of special character

Special character detect enable if enabled by default.Received data
comparison with XOFF2 data happens by default.

tty provides only XOFF1 no X0FF2 is provided so no need
to enable check for XOFF2.

Keeping this enabled might give some slow transfers due to dummy xoff2
comparison with xoff2 reset value.

Since not all want the XOFF2 support lets not enable it by
default.

Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/omap-serial.c