device-shift-axolotl: Revert to previous touchscreen driver in initramfs (MR 4275)
the 6.3 kernel for this device added edt-ft5x06, but it was dropped when upgraded to 6.4, so this reverts back to the focaltech driver so that the touchscreen will work again in the initramfs [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
def1f6200f
commit
0aa52ba34a
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=device-shift-axolotl
|
||||
pkgdesc="SHIFT6mq"
|
||||
pkgver=10
|
||||
pkgver=11
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
|
@ -46,6 +46,6 @@ nonfree_firmware() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
a5386915a0cbbb4db39d36a277e3965b6c6aae820b8cd9db2b7f6b644d10f078aa8de42b6263e9584299bd002ddd2ee651f0723cdeb93692b03ebaec0b681e44 deviceinfo
|
||||
95ba2e272e3a613c713fa150d44ba24acc8e96e307b8e2d92ec1d206a9ad03e54bf962dddda38d00a95c27c09b10ffb8e13b039594783132ee6963803b89767c deviceinfo
|
||||
2a3cbdad5aa91181d24a4e56e63986af6accf887c64fa4d1b6ddad1926e29050243c4b1e2fd892d38ca7c16e24dff8545a16552e5749ae31b6d01bf428468e51 q6voiced.conf
|
||||
"
|
||||
|
|
|
@ -42,4 +42,4 @@ deviceinfo_initfs_compression="zstd:fast"
|
|||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
deviceinfo_super_partitions="/dev/sda7 /dev/sda7"
|
||||
|
||||
deviceinfo_modules_initfs="edt-ft5x06 gpi i2c_qcom_geni qcom_spmi_haptics"
|
||||
deviceinfo_modules_initfs="focaltech_fts gpi i2c_qcom_geni qcom_spmi_haptics"
|
||||
|
|
Loading…
Reference in a new issue