Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: Force DLL0945 touchpad i2c freq to 100khz

This patch fixes an issue where the touchpad cursor movement becomes
slow on the Dell Precision 5560. Force the touchpad freq to 100khz
as a workaround.

Tested on Dell Precision 5560 with 6.14 to 6.14.6. Cursor movement
is now smooth and responsive.

Signed-off-by: fangzhong.zhou <myth5@myth5.com>
[wsa: kept sorting and removed unnecessary parts from commit msg]
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

authored by

fangzhong.zhou and committed by
Wolfram Sang
0b7c9528 65cf62cd

+1
+1
drivers/i2c/i2c-core-acpi.c
··· 370 370 * the device works without issues on Windows at what is expected to be 371 371 * a 400KHz frequency. The root cause of the issue is not known. 372 372 */ 373 + { "DLL0945", 0 }, 373 374 { "ELAN06FA", 0 }, 374 375 {} 375 376 };