stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Gal Shalif <gals@liveu.tv>
Cc: "Johan Hovold" <johan@kernel.org>, "Gal Shalif" <gal@shalif.com>,
	"Bjørn Mork" <bjorn@mork.no>, "Oliver Neukum" <oneukum@suse.com>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>,
	"stable@vger.kernel.org" <stable@vger.kernel.org>
Subject: Re: [PATCH] USB: serial: option: add Novatel USB730L enterprise mode
Date: Tue, 31 Oct 2017 19:54:32 +0100	[thread overview]
Message-ID: <20171031185432.GQ7223@localhost> (raw)
In-Reply-To: <HE1PR02MB09532331EF50A9E2E7401FF6AC5E0@HE1PR02MB0953.eurprd02.prod.outlook.com>

On Tue, Oct 31, 2017 at 04:54:56PM +0000, Gal Shalif wrote:
> From 436a7eb28215081d34c386a92213bd6932d0779a Mon Sep 17 00:00:00 2001
> From: Gal Shalif <gals@liveu.tv>
> Date: Tue, 31 Oct 2017 18:00:36 +0200
> Subject: [PATCH] USB: serial: option: add Novatel USB730L enterprise mode
> 
> Add the serial interface of the Novatel USB730L
> enterprise mode.
> Change is done according to:
>   Novatel Linux Integration Guide for USB730L at:
>   https://www.verizonwireless.com/dam/support/pdf/verizon-usb730l-integration-guide.pdf
> 
> Signed-off-by: Gal Shalif <gal@shalif.com>

Your SoB should match the From: field.

> Cc: Gal Shalif Work <gals@liveu.tv>
> Cc: Bjorn Mork <bjorn@mork.no>
> Cc: Oliver Neukum <oneukum@suse.com>
> Cc: stable@vger.kernel.org
> Signed-off-by: Johan Hovold <johan@kernel.org>

And you must never add someone else's SoB (I'll add that myself when I
apply the patch).

> ---
>  drivers/usb/serial/option.c | 2 ++

Also this is a p0 patch so fails to apply without some manual
intervention.

You could try using git-format-patch and git-send-email and send the
patch to yourself first to make sure it applies using git-am.

>  1 file changed, 2 insertions(+)
> 
> diff --git drivers/usb/serial/option.c drivers/usb/serial/option.c
> index ba672cf..5ea9fa5 100644
> --- drivers/usb/serial/option.c
> +++ drivers/usb/serial/option.c
> @@ -162,6 +162,7 @@ static void option_instat_callback(struct urb *urb);
>  #define NOVATELWIRELESS_PRODUCT_E362		0x9010
>  #define NOVATELWIRELESS_PRODUCT_E371		0x9011
>  #define NOVATELWIRELESS_PRODUCT_U620L		0x9022
> +#define NOVATELWIRELESS_PRODUCT_ENTERPRISE_U730L 0x9032
>  #define NOVATELWIRELESS_PRODUCT_G2		0xA010
>  #define NOVATELWIRELESS_PRODUCT_MC551		0xB001
>  
> @@ -1121,6 +1122,7 @@ static const struct usb_device_id option_ids[] = {
>  	{ USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_E362, 0xff, 0xff, 0xff) },
>  	{ USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_E371, 0xff, 0xff, 0xff) },
>  	{ USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_U620L, 0xff, 0x00, 0x00) },
> +	{ USB_DEVICE_AND_INTERFACE_INFO(NOVATELWIRELESS_VENDOR_ID, NOVATELWIRELESS_PRODUCT_ENTERPRISE_U730L, 0xff, 0x00, 0x00) },
>  
>  	{ USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01) },
>  	{ USB_DEVICE(AMOI_VENDOR_ID, AMOI_PRODUCT_H01A) },

Other than that, this looks to good to me. Perhaps you could include the
output of usb-devices for reference as well.

Care to send a v2 with the right Signed-off-by?

Thanks,
Johan

  reply	other threads:[~2017-10-31 18:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <HE1PR02MB0953509CEB600D5D6ACD57E0AC590@HE1PR02MB0953.eurprd02.prod.outlook.com>
     [not found] ` <20171030142309.GI7223@localhost>
2017-10-31 16:54   ` [PATCH] USB: serial: option: add Novatel USB730L enterprise mode Gal Shalif
2017-10-31 18:54     ` Johan Hovold [this message]
2017-11-01 18:00       ` Gal Shalif

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=20171031185432.GQ7223@localhost \
    --to=johan@kernel.org \
    --cc=bjorn@mork.no \
    --cc=gal@shalif.com \
    --cc=gals@liveu.tv \
    --cc=linux-usb@vger.kernel.org \
    --cc=oneukum@suse.com \
    --cc=stable@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;
as well as URLs for NNTP newsgroup(s).