]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
Thu, 23 Jun 2011 22:05:37 +0000 (15:05 -0700)
commit546dfbd1cb8678d70d2bbacc1d7aaf5417cc12a4
tree1ec21bd121b1c4d7155dce9cf894ed7b6c3aa261
parent54aa4fdee504e9ece39880032ea4331001802d8d
option: add Alcatel X200 to sendsetup blacklist

commit 15badbcc8eede58b0d7e53a3acde1c90a7b6e40e upstream.

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