USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
authorHerton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Wed, 9 Mar 2011 09:19:48 +0000 (09:19 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 23 Mar 2011 20:03:47 +0000 (13:03 -0700)
commitc576af5495e8a02a7a748f1127cf9079c53c7061
tree05429e38c5b7bf9ee0baa331df5911b138084a72
parent0a04fbe5bb3d98d3ee553e9fec49ac9e16cc3217
USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626

commit 7a89e4cb9cdaba92f5fbc509945cf4e3c48db4e2 upstream.

On https://bugs.launchpad.net/ubuntu/+source/linux/+bug/636091, one of
the cases reported is a big timeout on option_send_setup, which causes
some side effects as tty_lock is held. Looks like some of ZTE MF626
devices also don't like the RTS/DTR setting in option_send_setup, like
with 4G XS Stick W14. The reporter confirms which this it solves the
long freezes in his system.

Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c