samsung-i927: Set touchscreen and keyboard in deviceinfo (!217)
[skip ci]: already built successfully in CI
This commit is contained in:
parent
6b1072a789
commit
7df8828dfb
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname="device-samsung-i927"
|
||||
pkgdesc="Samsung Captivate Glide"
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armhf"
|
||||
|
@ -41,5 +41,5 @@ nonfree_firmware() {
|
|||
mkdir "$subpkgdir"
|
||||
}
|
||||
|
||||
sha512sums="7edacfb24ec729bcf354ad3516aca0b17bceadef4090d848d30fb2fa77494a50d4e5901033222094c758a8b81d97710df1d460fd613541da11f566110ea4b9b0 deviceinfo
|
||||
sha512sums="9a6677a65bb651bb009115d4cf001277a708d0ea3b65cabd5b453580d8f97101c51008c0c1d4a152f6157dcc2a7bdd24c115d84336b29128f56d2249a1e97c1f deviceinfo
|
||||
d8ce60ea7acaabf627ddca2f0887a4cda46f313b7aaf7934bef2fef8a6e0798ccefab849e4571e4e3fcd06ae34c1a6efe3b58b401e2e443416f6200e6d4ea769 modules-load.conf"
|
||||
|
|
|
@ -15,9 +15,9 @@ deviceinfo_keyboard="true"
|
|||
deviceinfo_external_storage="true"
|
||||
deviceinfo_screen_width="480"
|
||||
deviceinfo_screen_height="800"
|
||||
deviceinfo_dev_touchscreen=""
|
||||
deviceinfo_dev_touchscreen="/dev/input/event2"
|
||||
deviceinfo_dev_touchscreen_calibration=""
|
||||
deviceinfo_dev_keyboard=""
|
||||
deviceinfo_dev_keyboard="/dev/input/event1"
|
||||
|
||||
# Bootloader related
|
||||
deviceinfo_flash_method="heimdall-bootimg"
|
||||
|
|
Loading…
Reference in a new issue