Re: [PATCH v4] USB: serial: option: add Quectel EM05-G modem

From: Johan Hovold
Date: Wed Jun 22 2022 - 02:56:23 EST


On Tue, Jun 21, 2022 at 08:37:53PM +0800, Yonglin Tan wrote:
> The EM05-G modem has 2 USB configurations that are configurable via the AT
> command AT+QCFG="usbnet",[ 0 | 2 ] which make the modem enumerate with
> the following interfaces, respectively:
>
> "RMNET" : AT + DIAG + NMEA + Modem + QMI
> "MBIM" : MBIM + AT + DIAG + NMEA + Modem
>
> The detailed description of the USB configuration for each mode as follows:

> Signed-off-by: Yonglin Tan <yonglin.tan@xxxxxxxxxxx>
> ---
> V2:
> 1. Add the description of the usb interface configurations.
> 2. Add QMI Interface description.
>
> V3:
> 1. Move the entry to where the other Quectel entries with numerical PIDs are.
> 2. Define the macro and remove the comment.
> V4:
> 1. Remove a blank space at the end of the new entry.
> 2. Change the permission bit of the source file.

Now applied, thanks.

Johan