lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <PN3PR01MB959789DD6D574E16141E5DC4B888A@PN3PR01MB9597.INDPRD01.PROD.OUTLOOK.COM>
Date: Wed,  7 May 2025 14:05:18 +0000
From: Aditya Garg <gargaditya08@...e.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>,
	Mark Brown <broonie@...nel.org>,
	Manuel Fombuena <fombuena@...look.com>,
	Carlos Song <carlos.song@....com>,
	Andi Shyti <andi.shyti@...nel.org>,
	Clark Wang <xiaoning.wang@....com>,
	Thomas Weißschuh <thomas.weissschuh@...utronix.de>,
	Takashi Iwai <tiwai@...e.de>
Cc: linux-input@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Xuntao Chi <chotaotao1qaz2wsx@...il.com>,
	Matthias Eilert <kernel.hias@...ert.tech>,
	Markus Rathgeb <maggu2810@...il.com>
Subject: [PATCH 4/4] Input: synaptics - enable InterTouch for DLL060d

Add support for InterTouch on DLL060d by adding it to the list of
SMBus-enabled variants.

Link: https://lore.kernel.org/linux-input/CAOcK=CMO2YKouZkDz=9oCfEjeYp-uB51trovG3Wru7J++eT31A@mail.gmail.com/
Reported-by: Markus Rathgeb <maggu2810@...il.com>
Signed-off-by: Aditya Garg <gargaditya08@...e.com>
---
 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 fd48f89d0..d62dc4466 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -164,6 +164,7 @@ static const char * const topbuttonpad_pnp_ids[] = {
 #ifdef CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS
 static const char * const smbus_pnp_ids[] = {
 	/* all of the topbuttonpad_pnp_ids are valid, we just add some extras */
+	"DLL060d", /* Dell Precision M3800 */
 	"LEN0048", /* X1 Carbon 3 */
 	"LEN0046", /* X250 */
 	"LEN0049", /* Yoga 11e */
-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ