From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4B9EAC433EF for ; Mon, 25 Apr 2022 12:15:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235874AbiDYMS6 (ORCPT ); Mon, 25 Apr 2022 08:18:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232982AbiDYMSv (ORCPT ); Mon, 25 Apr 2022 08:18:51 -0400 Received: from mxout03.lancloud.ru (mxout03.lancloud.ru [45.84.86.113]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D25FC1A04A; Mon, 25 Apr 2022 05:15:45 -0700 (PDT) Received: from LanCloud DKIM-Filter: OpenDKIM Filter v2.11.0 mxout03.lancloud.ru C9C9520DF1ED Received: from LanCloud Received: from LanCloud Received: from LanCloud Subject: Re: [PATCH] USB: serial: pl2303: add device id for HP LM930 Display To: Scott Chen CC: , , Johan Hovold , Greg Kroah-Hartman , , References: <20220425072454.33126-1-scott@labau.com.tw> From: Sergey Shtylyov Organization: Open Mobile Platform Message-ID: <3e03878f-2930-20fb-1983-bc56f23e1dc8@omp.ru> Date: Mon, 25 Apr 2022 15:15:42 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20220425072454.33126-1-scott@labau.com.tw> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.11.198] X-ClientProxiedBy: LFEXT02.lancloud.ru (fd00:f066::142) To LFEX1907.lancloud.ru (fd00:f066::207) Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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 [...] > 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