]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
USB: serial: option: add support for Novatel MiFi USB620L
authorAleksander Morgado <aleksander@aleksander.es>
Wed, 11 Nov 2015 18:51:40 +0000 (19:51 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Dec 2015 19:31:24 +0000 (14:31 -0500)
commit4a56a92f517dfa44280d688e65e9683117688840
tree998fcdd4ffd404827b847bdda203cb14d3d19325
parentc47ac41f789ff6cb210173dc51eaceb00138286b
USB: serial: option: add support for Novatel MiFi USB620L

commit e07af133c3e2716db25e3e1e1d9f10c2088e9c1a upstream.

Also known as Verizon U620L.

The device is modeswitched from 1410:9020 to 1410:9022 by selecting the
4th USB configuration:

 $ sudo usb_modeswitch –v 0x1410 –p 0x9020 –u 4

This configuration provides a ECM interface as well as TTYs ('Enterprise
Mode' according to the U620 Linux integration guide).

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/option.c