device-oneplus-enchilada: 5.14 and phosh changes (MR 2416)
Fix deviceinfo to reference the new names for fg and haptics modules. Bump phosh scaling to 3.0
This commit is contained in:
parent
487333981f
commit
8d534e86cb
3 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
pkgname=device-oneplus-enchilada
|
pkgname=device-oneplus-enchilada
|
||||||
pkgdesc="OnePlus 6"
|
pkgdesc="OnePlus 6"
|
||||||
pkgver=3
|
pkgver=4
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
|
@ -42,6 +42,6 @@ phosh() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
b38f2d938dc71a7aaeccd53bea01f02eba45a451d705c3020b0b759a75fb2df65b00fad479916d12249b0b79f0637bafa36b2808e6878e1bb1d0c794e9405baf deviceinfo
|
009e1cfc0ae2823bb82dbc39a1b9c1199e0e7691f0e95a6423bbfe941e07486297e0aad295f2ea44d43ed51b1440bf8e6a67867d0c1a6aad653399afbd006c1d deviceinfo
|
||||||
035f97e328ff9f976b082e66b97f76036cdee9825f3022471c7c5d371291cc4b5bd5c18196cd49f4cd9ad6390abe691b506de3b221e3c122433d5620e3b3c4c9 rootston.ini
|
9fef488a655fcbad4fb28c11d7d6cbe385096e766cd99ca59802f1dbc4e3c99dac0ff682549e02fac0b73f7e95db953f3a87c453d1b19b229785e4ffeec515ed rootston.ini
|
||||||
"
|
"
|
||||||
|
|
|
@ -39,5 +39,5 @@ deviceinfo_flash_kernel_on_update="true"
|
||||||
deviceinfo_rootfs_image_sector_size="4096"
|
deviceinfo_rootfs_image_sector_size="4096"
|
||||||
|
|
||||||
# osk-sdl
|
# osk-sdl
|
||||||
deviceinfo_modules_initfs="i2c_qcom_geni rmi_core rmi_i2c pmi8998_fg pmi8998_haptics"
|
deviceinfo_modules_initfs="i2c_qcom_geni rmi_core rmi_i2c qcom_spmi_fg qcom_spmi_haptics"
|
||||||
deviceinfo_mesa_driver="msm"
|
deviceinfo_mesa_driver="msm"
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
# Overwrites values set in /usr/share/phosh/phoc.ini
|
# Overwrites values set in /usr/share/phosh/phoc.ini
|
||||||
|
|
||||||
[output:DSI-1]
|
[output:DSI-1]
|
||||||
scale = 2.5
|
scale = 3.0
|
||||||
|
|
Loading…
Reference in a new issue