USB: qcserial: fix port handling on Gobi 1K and 2K+
authorDan Williams <dcbw@redhat.com>
Mon, 23 Jul 2012 19:26:07 +0000 (14:26 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 16:48:03 +0000 (09:48 -0700)
commit731879f8e3d4c61220462160311fa650a8b96abf
treea1d50d30772f025647979a283bf284b26d3d083b
parent1e658489ba8d87b7c89ca6f734b8319acc534dbc
USB: qcserial: fix port handling on Gobi 1K and 2K+

Bjorn's latest patchset does break Gobi 1K and 2K because on both
devices as it claims usb interface 0.  That's because usbif 0 is not
handled in the switch statement, and thus the if0 gets claimed when it
should not.  So let's just make things even simpler yet, and handle both
the 1K and 2K+ cases separately.  This patch should not affect the new
Sierra device support, because those devices are matched via
interface-specific matching and thus should never hit the composite
code.

Signed-off-by: Dan Williams <dcbw@redhat.com>
Tested-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/qcserial.c