]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: option: Add support for Quectel EP06
authorKristian Evensen <kristian.evensen@gmail.com>
Thu, 1 Feb 2018 09:32:32 +0000 (10:32 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 May 2018 08:06:47 +0000 (10:06 +0200)
commit70f5d4ffa5bc645161eb7ca5f7ceb3b0d3be51db
tree69164ae0ba0436b8a0ebc1c8573835e6c5c49dcd
parenta7cf2fb70a805b9b699b32d9ad06cb7787334534
USB: serial: option: Add support for Quectel EP06

commit 71a0483d56e784b1e11f38f10d7e22d265dbe244 upstream.

The Quectel EP06 is a Cat. 6 LTE modem, and the interface mapping is as
follows:

0: Diag
1: NMEA
2: AT
3: Modem

Interface 4 is QMI and interface 5 is ADB, so they are blacklisted.

This patch should also be considered for -stable. The QMI-patch for this
modem is already in the -stable-queue.

v1->v2:
* Updated commit prefix (thanks Johan Hovold)
* Updated commit message slightly.

Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
Acked-by: Johan Hovold <johan@kernel.org>
Cc: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c