It seems that some of the gobi 2000 devices have three interfaces rather than four. Detect them correctly as well. Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx> --- This is on top of Anssi's original support patch. drivers/usb/serial/qcserial.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c index 433137a..eaf3b81 100644 --- a/drivers/usb/serial/qcserial.c +++ b/drivers/usb/serial/qcserial.c @@ -134,6 +134,7 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id) } break; + case 3: case 4: /* Composite mode */ if (ifnum == 2) { -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html