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

From: Sergey Shtylyov
Date: Mon Apr 25 2022 - 08:16:05 EST


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 <scott@xxxxxxxxxxxx>

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