USB: Prevent the funsoft serial device from entering raw mode
authorDavid Clare <david@funsoft.com>
Sat, 2 Dec 2006 02:24:38 +0000 (18:24 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:14:25 +0000 (10:14 -0800)
commitc2585d962572744271a7e254d48c747727441936
tree7e0f674b208f67abc55c6d97c9c78ef685db5e95
parente05998d50d0bf9de5409a178e2f9869c7d1ea83e
USB: Prevent the funsoft serial device from entering raw mode

Added a device specific ioctl function to prevent the disabling of canonical
mode.  EINVAL is returned for any TCSETSF ioctl that doesn't have ICANON set.
This patch is for 2.6.17 or later kernels.

When "hwinfo --modem" is executed it opens the funsoft USB serial device and
disables canonical mode.  The device is kept this way until hwininfo has
finished probing any modems on a system.  The funsoft device expects to be
running in canonical mode.  Switching the device to raw mode can cause
incomplete data packets and device timeouts.

Signed-off-by: David Clare <david@funsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/funsoft.c