device-oneplus-fajita: 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
8d534e86cb
commit
ac8d589210
3 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
pkgname=device-oneplus-fajita
|
||||
pkgdesc="OnePlus 6T"
|
||||
pkgver=3
|
||||
pkgrel=1
|
||||
pkgver=4
|
||||
pkgrel=0
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="aarch64"
|
||||
|
@ -42,6 +42,6 @@ phosh() {
|
|||
}
|
||||
|
||||
sha512sums="
|
||||
394ab79b4ec41d20e38114a7872aa0113a7b433d47858bc1a37045b064356e915ffbdd995b53873d8dce22e7f90bc1a2ff8aba85edba78fbe36ef76ae433ee11 deviceinfo
|
||||
035f97e328ff9f976b082e66b97f76036cdee9825f3022471c7c5d371291cc4b5bd5c18196cd49f4cd9ad6390abe691b506de3b221e3c122433d5620e3b3c4c9 rootston.ini
|
||||
cd8b94751890fd8891e5eafbc4f668a068885d184ad9b93366c882cfafa798e4bc77fa548532796a278b5acdf15dbf1110a1a581823567deaa00b90a72796959 deviceinfo
|
||||
9fef488a655fcbad4fb28c11d7d6cbe385096e766cd99ca59802f1dbc4e3c99dac0ff682549e02fac0b73f7e95db953f3a87c453d1b19b229785e4ffeec515ed rootston.ini
|
||||
"
|
||||
|
|
|
@ -39,5 +39,5 @@ deviceinfo_flash_kernel_on_update="true"
|
|||
deviceinfo_rootfs_image_sector_size="4096"
|
||||
|
||||
# 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"
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
# Overwrites values set in /usr/share/phosh/phoc.ini
|
||||
|
||||
[output:DSI-1]
|
||||
scale = 2.5
|
||||
scale = 3.0
|
||||
|
|
Loading…
Reference in a new issue