2022-04-25 14:06:09

by Sergey Shtylyov

[permalink] [raw]
Subject: Re: [PATCH] USB: serial: pl2303: add device id for HP LM930 Display

Hello!

On 4/25/22 10:24 AM, Scott Chen wrote:

> Add the device id for the HPLM930Display which is a PL2303GC based device
>
> Signed-off-by: Scott Chen <[email protected]>

[...]
> 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

Indent with a tab please, like the entries above and below.

> #define HP_LCM220_PRODUCT_ID 0x3139
> #define HP_LCM960_PRODUCT_ID 0x3239
> #define HP_LD220_PRODUCT_ID 0x3524

MBR, Sergey