Skip to content

Commit 0b7c952

Browse files
myth5Wolfram Sang
authored andcommitted
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 <[email protected]> [wsa: kept sorting and removed unnecessary parts from commit msg] Signed-off-by: Wolfram Sang <[email protected]>
1 parent 65cf62c commit 0b7c952

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/i2c-core-acpi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ static const struct acpi_device_id i2c_acpi_force_100khz_device_ids[] = {
370370
* the device works without issues on Windows at what is expected to be
371371
* a 400KHz frequency. The root cause of the issue is not known.
372372
*/
373+
{ "DLL0945", 0 },
373374
{ "ELAN06FA", 0 },
374375
{}
375376
};

0 commit comments

Comments
 (0)