USB: serial: option: add support for u-blox LARA-R6 family
authorMarco De Marco <marco.demarco@posteo.net>
Mon, 5 Jul 2021 19:44:21 +0000 (19:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jul 2021 07:14:28 +0000 (09:14 +0200)
commit302b8152382b2889276a65f0b70856a962d9b5fe
tree876f99ac83df898ef4ad3f9c0121ebc1b1ce55a9
parentf02faae54608493adb886017617e1572999b9fbd
USB: serial: option: add support for u-blox LARA-R6 family

commit 94b619a07655805a1622484967754f5848640456 upstream.

The patch is meant to support LARA-R6 Cat 1 module family.

Module USB ID:
Vendor  ID: 0x05c6
Product ID: 0x90fA

Interface layout:
If 0: Diagnostic
If 1: AT parser
If 2: AT parser
If 3: QMI wwan (not available in all versions)

Signed-off-by: Marco De Marco <marco.demarco@posteo.net>
Link: https://lore.kernel.org/r/49260184.kfMIbaSn9k@mars
Cc: stable@vger.kernel.org
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c