Re: [PATCH v3] USB: serial: option: add Fibocom FM101-GL variants

From: Johan Hovold
Date: Wed Nov 24 2021 - 13:06:38 EST


On Tue, Nov 23, 2021 at 09:37:57PM +0800, Mingjie Zhang wrote:
> Update the USB serial option driver support for the Fibocom
> FM101-GL Cat.6
> LTE modules as there are actually several different variants.
> - VID:PID 2cb7:01a2, FM101-GL are laptop M.2 cards (with
> MBIM interfaces for /Linux/Chrome OS)
> - VID:PID 2cb7:01a4, FM101-GL for laptop debug M.2 cards(with adb
> interface for /Linux/Chrome OS)
>
> 0x01a2: mbim, tty, tty, diag, gnss
> 0x01a4: mbim, diag, tty, adb, gnss, gnss
>
> Here are the outputs of lsusb -v and usb-devices:

> Signed-off-by: Mingjie Zhang <superzmj@xxxxxxxxxxx>
> ---
> Changes in v3:
> - Add the usb device infomation
> - Make the entry in sort order (VID,PID)
>
> Changes in v2:
> - Add the description of the corresponding interface
> - Blacklist the adb interface

Now applied, thanks!

Johan