commit | 4208978ec4f0d6001facf95be9defccf1a0bf313 | [log] [tgz] |
---|---|---|
author | Savin Zlobec <savin@epiko.si> | Fri Feb 15 13:42:01 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:35 2008 -0700 |
tree | 0ba2aa83a81e365500954708f7f07c459d861dbd | |
parent | c765d4cad977f7e454a53d5bca5a942156b2d94c [diff] |
USB: gadget: Hangup tty on g_serial disconnect On USB cable disconnect g_serial doesn't hangup the port tty, which results in an endless read on the tty device. With the following patch the read and select behave correctly when the cable is unplugged. Tested on at91rm9200 Signed-off-by: Savin Zlobec <savin@epiko.si> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>