]> git.hungrycats.org Git - linux/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:03:26 +0000 (14:03 -0500)
commit31fe65f261093ab3b6ded26a9b53645c3309beb7
tree84b554a90105a97a861fb732eb331ae4cd6f6f3d
parentea7f479eb3467ca2db0798a1daf3540493eca8a5
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