]> git.baikalelectronics.ru Git - kernel.git/commit
tty: remove dtr/rts use from the driver open methods
authorAlan Cox <alan@linux.intel.com>
Sat, 19 Sep 2009 20:13:24 +0000 (13:13 -0700)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:24 +0000 (13:13 -0700)
commita9b54cb6ed2e92ec6a9885c0641b54cbaddf0344
treece9d7cc1a598d42d1ba6d14620d8a5295cc4fcf7
parent00bd0350765083c508da32c24b5f205a30d12f0f
tty: remove dtr/rts use from the driver open methods

These are handled by the tty_port core code which will raise and lower the
carrier correctly in tty_wait_until_ready

Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cp210x.c