Skip to content

device-xiaomi-beryllium: Fix touchscreen in initramfs for ebbg panels

Couldn't use the touchscreen to unlock encryption on my device with full disk encryption.

Some digging around pointed out, that the wrong/old driver was used in the deviceinfo for the touchscreen in initramfs.

After replacing focaltech_ft8719 with focaltech_fts in the deviceinfo deviceinfo_modules_initfs_ebbg variable, the touchscreen works fine in initramfs and everything (including unlocking partitions) works as expected.

Merge request reports