From: Dan Williams Date: Mon, 23 Jul 2012 19:26:07 +0000 (-0500) Subject: USB: qcserial: fix port handling on Gobi 1K and 2K+ X-Git-Tag: v3.6-rc3~41^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=731879f8e3d4c61220462160311fa650a8b96abf;p=pandora-kernel.git 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 Tested-by: Bjørn Mork Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed