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, 9 Mar 2011 23:40:05 +0000 (15:40 -0800)
commit7a89e4cb9cdaba92f5fbc509945cf4e3c48db4e2
tree1c455c4663c22fccdce1688ce9885ed33d18b026
parent1f15318cdae665550746e7fcdfe5ef41bf2360af
USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626

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>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c