public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Scott Chen <scott@labau.com.tw>
Cc: young@labau.com.tw, roger@labau.com.tw,
	Johan Hovold <johan@kernel.org>,
	linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] USB: serial: pl2303: add device id for HP LM930 Display
Date: Mon, 25 Apr 2022 10:16:48 +0200	[thread overview]
Message-ID: <YmZY8HAezroMkNbj@kroah.com> (raw)
In-Reply-To: <20220425072454.33126-1-scott@labau.com.tw>

On Mon, Apr 25, 2022 at 03:24:52PM +0800, Scott Chen wrote:
> Add the device id for the HPLM930Display which is a PL2303GC based device
> 
> Signed-off-by: Scott Chen <scott@labau.com.tw>
> ---
>  drivers/usb/serial/pl2303.c | 1 +
>  drivers/usb/serial/pl2303.h | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c
> index 88b284d61681..1d878d05a658 100644
> --- a/drivers/usb/serial/pl2303.c
> +++ b/drivers/usb/serial/pl2303.c
> @@ -106,6 +106,7 @@ static const struct usb_device_id id_table[] = {
>  	{ USB_DEVICE(HP_VENDOR_ID, HP_LCM220_PRODUCT_ID) },
>  	{ USB_DEVICE(HP_VENDOR_ID, HP_LCM960_PRODUCT_ID) },
>  	{ USB_DEVICE(HP_VENDOR_ID, HP_LM920_PRODUCT_ID) },
> +	{ USB_DEVICE(HP_VENDOR_ID, HP_LM930_PRODUCT_ID) },
>  	{ USB_DEVICE(HP_VENDOR_ID, HP_LM940_PRODUCT_ID) },
>  	{ USB_DEVICE(HP_VENDOR_ID, HP_TD620_PRODUCT_ID) },
>  	{ USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) },
> diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h
> index c5406452b774..9d8102639e16 100644
> --- a/drivers/usb/serial/pl2303.h
> +++ b/drivers/usb/serial/pl2303.h
> @@ -135,6 +135,7 @@
>  #define HP_TD620_PRODUCT_ID	0x0956
>  #define HP_LD960_PRODUCT_ID	0x0b39
>  #define HP_LD381_PRODUCT_ID	0x0f7f
> +#define HP_LM930_PRODUCT_ID     0x0f9b

Please use a tab here too.

thanks,

greg k-h

  reply	other threads:[~2022-04-25  8:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  7:24 [PATCH] USB: serial: pl2303: add device id for HP LM930 Display Scott Chen
2022-04-25  8:16 ` Greg Kroah-Hartman [this message]
2022-04-25 12:15 ` Sergey Shtylyov

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=YmZY8HAezroMkNbj@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=johan@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=roger@labau.com.tw \
    --cc=scott@labau.com.tw \
    --cc=young@labau.com.tw \
    /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