All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dmitry.torokhov@gmail.com" <dmitry.torokhov@gmail.com>
To: "Jingle Wu 吳金國" <jingle.wu@emc.com.tw>
Cc: "Linux-kernel@vger.kernel.org" <Linux-kernel@vger.kernel.org>,
	 "Linux-input@vger.kernel.org" <Linux-input@vger.kernel.org>
Subject: Re: [PATCH] Input: elan_i2c - Add ic type 0x19
Date: Thu, 23 Apr 2026 11:02:15 -0700	[thread overview]
Message-ID: <aepelDuMgLKALr-7@google.com> (raw)
In-Reply-To: <KL1PR01MB511699853D1B66D137C06806DC2C2@KL1PR01MB5116.apcprd01.prod.exchangelabs.com>

On Tue, Apr 21, 2026 at 07:00:10AM +0000, Jingle Wu 吳金國 wrote:
> The 0x19 is valid 3000 serial ic type too.
> 
> Signed-off-by: Jingle Wu <jingle.wu@emc.com.tw>
> ---
>  drivers/input/mouse/elan_i2c_core.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
> index fee1796da3d0..7475803c6ce4 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -162,6 +162,9 @@ static int elan_get_fwinfo(u16 ic_type, u8 iap_version, u16 *validpage_count,
>  	case 0x15:
>  		*validpage_count = 1024;
>  		break;
> +	case 0x19:
> +		*validpage_count = 2032;
> +		break;
>  	default:
>  		/* unknown ic type clear value */
>  		*validpage_count = 0;

Applied both, thank you.

-- 
Dmitry

      parent reply	other threads:[~2026-04-23 18:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-21  7:00 [PATCH] Input: elan_i2c - Add ic type 0x19 Jingle Wu 吳金國
2026-04-21  7:02 ` [PATCH] Input: elan_i2c - increase device reset wait timeout after update FW Jingle Wu 吳金國
2026-04-23 18:02 ` Dmitry.torokhov@gmail.com [this message]

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=aepelDuMgLKALr-7@google.com \
    --to=dmitry.torokhov@gmail.com \
    --cc=Linux-input@vger.kernel.org \
    --cc=Linux-kernel@vger.kernel.org \
    --cc=jingle.wu@emc.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.