public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alexandre GRIVEAUX <agriveaux@deutnet.info>
To: Johan Hovold <johan@kernel.org>
Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
	linux-kernel@vger.kernel.org, agriveaux@deutnet.info
Subject: Re: [PATCH RESEND 1/2] USB: serial: omninet: Adding Zyxel Omni 56K Plus
Date: Tue, 25 May 2021 11:25:34 +0200	[thread overview]
Message-ID: <20210525092534.GA7238@localhost.localdomain> (raw)
In-Reply-To: <YKyg2EYDn2BEnvYU@hovoldconsulting.com>

On Tue, May 25, 2021 at 09:01:44AM +0200, Johan Hovold wrote:
> On Sun, May 23, 2021 at 06:35:21PM +0200, Alexandre GRIVEAUX wrote:
> > Adding Zyxel Omni 56K Plus modem, this modem include:
> 
> Nit: In the future, try to use imperative mood in your commit messages
> (i.e. use "add" rather than "adding").
> 
Hello,

Ok.

> Also, why is there a RESEND prefix in the subject? This is the first
> time I see this patch.

For the RESEND, I have a residual mailname file with
"localhost.localdomain" inside, i've checked log, some address received
messages, so i've changed the subject prefix to "resend". sorry for
that.

Thanks.

> 
> > USB chip:
> > NetChip
> > NET2888
> > 
> > Main chip:
> > 901041A
> > F721501APGF
> > 
> > Another modem using the same chips is the Zyxel Omni 56K DUO/NEO,
> > could be added with the right USB ID.
> > 
> > Signed-off-by: Alexandre GRIVEAUX <agriveaux@deutnet.info>
> > ---
> >  drivers/usb/serial/omninet.c | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/drivers/usb/serial/omninet.c b/drivers/usb/serial/omninet.c
> > index 83c62f920c50..8be91f5a4dd7 100644
> > --- a/drivers/usb/serial/omninet.c
> > +++ b/drivers/usb/serial/omninet.c
> > @@ -26,6 +26,7 @@
> >  
> >  #define ZYXEL_VENDOR_ID		0x0586
> >  #define ZYXEL_OMNINET_ID	0x1000
> > +#define ZYXEL_OMNI_56K_PLUS_ID	0x1500
> >  /* This one seems to be a re-branded ZyXEL device */
> >  #define BT_IGNITIONPRO_ID	0x2000
> >  
> > @@ -41,6 +42,7 @@ static void omninet_port_remove(struct usb_serial_port *port);
> >  static const struct usb_device_id id_table[] = {
> >  	{ USB_DEVICE(ZYXEL_VENDOR_ID, ZYXEL_OMNINET_ID) },
> >  	{ USB_DEVICE(ZYXEL_VENDOR_ID, BT_IGNITIONPRO_ID) },
> > +	{ USB_DEVICE(ZYXEL_VENDOR_ID, ZYXEL_OMNI_56K_PLUS_ID) },
> >  	{ }						/* Terminating entry */
> >  };
> >  MODULE_DEVICE_TABLE(usb, id_table);
> 
> Now applied with a slightly modified commit message. Thanks.
> 
> Johan

  reply	other threads:[~2021-05-25  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-23 16:35 [PATCH RESEND 1/2] USB: serial: omninet: Adding Zyxel Omni 56K Plus Alexandre GRIVEAUX
2021-05-23 16:35 ` [PATCH RESEND 2/2] USB: serial: omninet: Renaming driver to Zyxel omni.net Alexandre GRIVEAUX
2021-05-25  7:03   ` Johan Hovold
2021-05-25  7:01 ` [PATCH RESEND 1/2] USB: serial: omninet: Adding Zyxel Omni 56K Plus Johan Hovold
2021-05-25  9:25   ` Alexandre GRIVEAUX [this message]
2021-05-26  7:52     ` Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210525092534.GA7238@localhost.localdomain \
    --to=agriveaux@deutnet.info \
    --cc=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox