From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 67A8E1DC1A7; Mon, 12 May 2025 17:30:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747071034; cv=none; b=F95WpxD+t4Svlt0xCtOXMReNPxfxwVXJwj26RjMSXp1+dgP0BNZqtzCvqkOVyhxIXauJScYLym4+8JXDzVf6QQjXIjKY3xR/hZj4q+SmJKbe7PiyJkVd22SvTxIpzzs/lRX30Vg40B9wSCUirhwaOOm2g5KSOnguKU+Hw7FSP9w= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1747071034; c=relaxed/simple; bh=dVmOAlNDGEo+YLxyBDMk0Q/8ygaUMSQOCVlmS2MlJaw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kZgowBq9KQ5XZTo7Hx4zXF+rTuAdZw6cehLELxoVjgPKmUMDSQDf38iusnReCXwX6xEXxvlxx7AGkjD5O3mUI/ObmT2YlzNBzn7W9upxzT6Du8wtXy9oM8gCRUJrzbOjpN4vxZB7swt7d1oJN3cpcNflHzLRU2t2zChBccB/98U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=y4oyW3Gg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="y4oyW3Gg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 75E18C4CEE7; Mon, 12 May 2025 17:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1747071033; bh=dVmOAlNDGEo+YLxyBDMk0Q/8ygaUMSQOCVlmS2MlJaw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=y4oyW3GgR7T41tTObQoKN6Znrj2Y0+fEO+CJaHGH+hpRZ3AIpaQjew+OOg/sMdSCJ PDflhzypVr9kZ3DgaXU1LnPDonOychTNm0inY1IZbiGy5Uqz9WotOnIP2RWVzdl7R3 i9lDDH9GIjKap7L+z6n0v2m++Gb6UntxghDK36Bk= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Manuel Fombuena , Aditya Garg , Dmitry Torokhov Subject: [PATCH 5.15 15/54] Input: synaptics - enable InterTouch on Dynabook Portege X30-D Date: Mon, 12 May 2025 19:29:27 +0200 Message-ID: <20250512172016.262978592@linuxfoundation.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250512172015.643809034@linuxfoundation.org> References: <20250512172015.643809034@linuxfoundation.org> User-Agent: quilt/0.68 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Manuel Fombuena commit 6d7ea0881000966607772451b789b5fb5766f11d upstream. [ 5.989588] psmouse serio1: synaptics: Your touchpad (PNP: TOS0213 PNP0f03) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org. [ 6.039923] psmouse serio1: synaptics: Touchpad model: 1, fw: 9.32, id: 0x1e2a1, caps: 0xf00223/0x840300/0x12e800/0x52d884, board id: 3322, fw id: 2658004 The board is labelled TM3322. Present on the Toshiba / Dynabook Portege X30-D and possibly others. Confirmed working well with psmouse.synaptics_intertouch=1 and local build. Signed-off-by: Manuel Fombuena Signed-off-by: Aditya Garg Link: https://lore.kernel.org/r/PN3PR01MB9597711E7933A08389FEC31DB888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- drivers/input/mouse/synaptics.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c @@ -192,6 +192,7 @@ static const char * const smbus_pnp_ids[ "SYN3221", /* HP 15-ay000 */ "SYN323d", /* HP Spectre X360 13-w013dx */ "SYN3257", /* HP Envy 13-ad105ng */ + "TOS0213", /* Dynabook Portege X30-D */ NULL };