From patchwork Thu Jun 9 22:15:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gauvain 'GovanifY' Roussel-Tarbouriech X-Patchwork-Id: 12876074 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 9418CC433EF for ; Thu, 9 Jun 2022 22:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237016AbiFIWY4 (ORCPT ); Thu, 9 Jun 2022 18:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245551AbiFIWYz (ORCPT ); Thu, 9 Jun 2022 18:24:55 -0400 X-Greylist: delayed 425 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 09 Jun 2022 15:24:53 PDT Received: from govanify.com (govanify.com [IPv6:2001:bc8:6005:126:ec4:7aff:fee4:6de2]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 27E9624AEC5 for ; Thu, 9 Jun 2022 15:24:53 -0700 (PDT) Received: from localhost (unknown [IPv6:2a01:e0a:272:dad0:597f:4427:53cf:1a33]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by govanify.com (Postfix) with ESMTPSA id 04F266C065B; Thu, 9 Jun 2022 23:15:13 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=govanify.com; s=fujiwara; t=1654812913; bh=KyOQpbXN5lo/Gp5zTDXgTTon17y3jSDDtUOOD1z9ges=; h=From:To:Cc:Subject:Date; b=d2kR/teL6sVM+oTAc5fuTY+HVphWVeidw3S3lqJhjWzoeK6wFnnJ2t5rkX8rrR/kn V0weT0GuLSdJNzIT7CJlM5ggAjKgYfHtJsUWSFZ8++T9D46OsUOrqlM7k9Ve8Klw+V V+o3dSvt+VhNDVnxuZxPjO9vRHILX4xORwbC6UPs= From: Gauvain 'GovanifY' Roussel-Tarbouriech To: dmitry.torokhov@gmail.com, linux-input@vger.kernel.org Cc: Gauvain 'GovanifY' Roussel-Tarbouriech Subject: [PATCH] Input: synaptics - enable TrackPoint on ThinkPad T25 Date: Fri, 10 Jun 2022 00:15:55 +0200 Message-Id: <20220609221554.25459-1-gauvain@govanify.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Confirmed to work with psmouse.synaptics_intertouch=1 across reboot/S3. This keyboard has only been shipped with the ThinkPad 25th anniversary edition and is the only modern revision of the 7 row keyboard ever made. Signed-off-by: Gauvain 'GovanifY' Roussel-Tarbouriech --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 434d48ae4b12..e3a7209434c5 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -177,6 +177,7 @@ static const char * const smbus_pnp_ids[] = { "LEN0091", /* X1 Carbon 6 */ "LEN0092", /* X1 Carbon 6 */ "LEN0093", /* T480 */ + "LEN0094", /* T25 */ "LEN0096", /* X280 */ "LEN0097", /* X280 -> ALPS trackpoint */ "LEN0099", /* X1 Extreme Gen 1 / P1 Gen 1 */