USB: qcserial: support generic Qualcomm serial ports
authorBjørn Mork <bjorn@mork.no>
Sun, 15 Jul 2012 14:47:39 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 00:17:59 +0000 (17:17 -0700)
commite7ad21e00eab6b77fb9b5cd79512b7dee473f476
tree679112b8c4aa37f37efa96a0c7ed464f3fe8d973
parent0dfbf65eb070a6dda535fcfec6028a7412698358
USB: qcserial: support generic Qualcomm serial ports

No need to verify the interface layout when doing
interface number based matching.  We can safely trust
the device ID table in this case.

This allows the driver to support any USB interface
layout for non-Gobi 1k/2k+ devices.

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