Linux I2C development
 help / color / mirror / Atom feed
* [PATCH] i2c: acpi: Add VEN_04F3 to i2c_acpi_force_100khz_device_ids
@ 2026-05-19  5:24 Jacob Bazata
  2026-05-19 10:05 ` Mika Westerberg
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Bazata @ 2026-05-19  5:24 UTC (permalink / raw)
  To: wsa+renesas, westeri; +Cc: linux-i2c, linux-acpi, linux-kernel, Jacob Bazata

This model trackpad (04F3:32AA), found on various Dell XPS models
from 2023 including XPS 9500, 9510, 9520 and 9530 is well documented to,
at random, exhibit excessive smoothing with no obvious cause, similar
to other trackpad devices listed in the i2c_acpi_force_100khz_device
_ids struct.

Forcing the bus to 100KHz eliminates this behavior.

Signed-off-by: Jacob Bazata <jacobbazata@gmail.com>
---
 drivers/i2c/i2c-core-acpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
index 28c0e4884..512ebdfcc 100644
--- a/drivers/i2c/i2c-core-acpi.c
+++ b/drivers/i2c/i2c-core-acpi.c
@@ -373,6 +373,7 @@ static const struct acpi_device_id i2c_acpi_force_100khz_device_ids[] = {
 	{ "DLL0945", 0 },
 	{ "ELAN0678", 0 },
 	{ "ELAN06FA", 0 },
+	{ "VEN_04F3", 0 },
 	{}
 };
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] i2c: acpi: Add VEN_04F3 to i2c_acpi_force_100khz_device_ids
@ 2026-05-19  5:10 Jacob Bazata
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Bazata @ 2026-05-19  5:10 UTC (permalink / raw)
  To: wsa+renesas, westeri; +Cc: linux-i2c, linux-acpi, inux-kernel, Jacob Bazata

This model trackpad (04F3:32AA), found on various Dell XPS models
from 2023 including XPS 9500, 9510, 9520 and 9530 is well documented to,
at random, exhibit excessive smoothing with no obvious cause, similar
to other trackpad devices listed in the i2c_acpi_force_100khz_device
_ids struct.

Forcing the bus to 100KHz eliminates this behavior.

Signed-off-by: Jacob Bazata <jacobbazata@gmail.com>
---
 drivers/i2c/i2c-core-acpi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/i2c-core-acpi.c b/drivers/i2c/i2c-core-acpi.c
index 28c0e4884..512ebdfcc 100644
--- a/drivers/i2c/i2c-core-acpi.c
+++ b/drivers/i2c/i2c-core-acpi.c
@@ -373,6 +373,7 @@ static const struct acpi_device_id i2c_acpi_force_100khz_device_ids[] = {
 	{ "DLL0945", 0 },
 	{ "ELAN0678", 0 },
 	{ "ELAN06FA", 0 },
+	{ "VEN_04F3", 0 },
 	{}
 };
 
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-19 11:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19  5:24 [PATCH] i2c: acpi: Add VEN_04F3 to i2c_acpi_force_100khz_device_ids Jacob Bazata
2026-05-19 10:05 ` Mika Westerberg
2026-05-19 11:08   ` Andy Shevchenko
  -- strict thread matches above, loose matches on Subject: below --
2026-05-19  5:10 Jacob Bazata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox