option: add Alcatel X200 to sendsetup blacklist
authorDan Williams <dcbw@redhat.com>
Mon, 6 Jun 2011 21:22:44 +0000 (16:22 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 6 Jun 2011 22:58:14 +0000 (15:58 -0700)
commit15badbcc8eede58b0d7e53a3acde1c90a7b6e40e
tree1ea554354240cf1dca726ce45b4656752ae793bd
parentcdacb598fe7ab85de80908c818dd7d66a2971117
option: add Alcatel X200 to sendsetup blacklist

This modem really wants sendsetup blacklisted for interfaces 0 and 1,
otherwise the kernel hardlocks for about 10 seconds while waiting for
the modem's firmware to respond, which it of course doesn't do.

A slight complication here is that TCT (who owns the Alcatel brand) used
the same USB IDs for the X200 as the X060s despite the devices having
completely different firmware and AT command sets, so we end up adding
the X060s to the blacklist at the same time.  PSA to OEMs: don't use the
same USB IDs for different devices.  Really.  It makes your kittens cry.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Cc: stable@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/option.c