Skip to content

community/linux-postmarketos-qcom-sdm845: Fix touch input on Xiaomi Poco F1 (tianma) during initfs

Daniel Hofmann requested to merge dahopem/pmaports:sdm845-6.5-release-fix into master

In current pmOS edge, the touchscreen input on Xiaomi Poco F1 (tianma) during initfs is broken. It is most likely that !4416 (merged) broke it.

Before !4416 (merged), the touchscreen had the driver nt36525, while, after !4416 (merged), the touchscreen has the driver nvt-ts. The name of the driver has changed, but the name of touchscreen driver kernel module to be loaded during initfs should also have changed. But such a change was not part of !4416 (merged). This explains why the touchscreen input on Xiaomi Poco F1 (tianma) during initfs was broken.

This merge request contains that missing change.

Merge request reports