Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-28 Thread Johan Hovold
On Wed, Oct 28, 2020 at 08:34:09AM +0800, Ziyi Cao wrote: > Hi Johan: > > `lsusb -d 2c7c:6026 -v` dump, in attachment file. Thank you, I've applied the patch now. Johan

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-28 Thread Ziyi Cao
Hi Johan: `lsusb -d 2c7c:6026 -v` dump, in attachment file. Thanks. On Tue, Oct 27, 2020, at 16:43, Johan Hovold wrote: > On Tue, Oct 20, 2020 at 12:08:06AM +0800, Ziyi Cao wrote: > > Add usb product id of the Quectel EC200T module. > > > > Signed-off-by: Ziyi Cao > > --- > > For reference, c

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-27 Thread Johan Hovold
On Tue, Oct 20, 2020 at 12:08:06AM +0800, Ziyi Cao wrote: > Add usb product id of the Quectel EC200T module. > > Signed-off-by: Ziyi Cao > --- For reference, can you provide the output of "lsusb -v" for this device? Johan

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-21 Thread Greg Kroah-Hartman
On Thu, Oct 22, 2020 at 12:05:55AM +0800, Ziyi Cao wrote: > Request to accept this patch, thanks. > > On Tue, Oct 20, 2020, at 00:08, Ziyi Cao wrote: It's been less than days, in the middle of the merge window, when we are all totally busy and we can't take patches anyway. Please relax, there is

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-21 Thread Ziyi Cao
Request to accept this patch, thanks. On Tue, Oct 20, 2020, at 00:08, Ziyi Cao wrote: > Add usb product id of the Quectel EC200T module. > > Signed-off-by: Ziyi Cao > --- > drivers/usb/serial/option.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/serial/option.c b/driv

[PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-19 Thread Ziyi Cao
Add usb product id of the Quectel EC200T module. Signed-off-by: Ziyi Cao --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 2a3bfd6f8..7e879233b 100644 --- a/drivers/usb/serial/option.c +++ b/drive

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-18 Thread Greg Kroah-Hartman
On Mon, Oct 19, 2020 at 01:07:10AM +0800, septs wrote: > Add usb product id of the Quectel EC200T module. > > Signed-off-by: septs Also, this address doesn't match your "From:" line, which means we can't take it anyway.

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-18 Thread Greg Kroah-Hartman
On Mon, Oct 19, 2020 at 01:07:10AM +0800, septs wrote: > Add usb product id of the Quectel EC200T module. > > Signed-off-by: septs As my bot said before, you need to use your "legal name" here. Is this how you sign documents? If so, that's fine, but I have to ask. thanks, greg k-h

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-18 Thread septs
Add usb product id of the Quectel EC200T module. Signed-off-by: septs --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 2a3bfd6f8..7e879233b 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/

Re: [PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-18 Thread Greg Kroah-Hartman
On Sun, Oct 18, 2020 at 06:51:11PM +0800, septs wrote: > Add usb product id of the Quectel EC200T module. > --- > drivers/usb/serial/option.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c > index 2a3bfd6f8..7e879233b 100644 >

[PATCH 1/1] usb: serial: option: add Quectel EC200T module support

2020-10-18 Thread septs
Add usb product id of the Quectel EC200T module. --- drivers/usb/serial/option.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index 2a3bfd6f8..7e879233b 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c @@