[huawei-y530] Add dev_touchscreen variable in deviceinfo (#667)
This commit is contained in:
parent
a6fdf65446
commit
9705ba8b5d
2 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=device-huawei-y530
|
||||
pkgver=1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Huawei Ascend Y530"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
|
@ -22,5 +22,5 @@ package() {
|
|||
"$pkgdir"/etc/udev/rules.d/90-touchscreen-dev.rules
|
||||
}
|
||||
|
||||
sha512sums="3d75ec32c6021bfe52239ab279899660553ebfcc81305a02750c91b7c3952f02cf9576fbed9f59ed03e5b0513c16924e4382b6fc176a2b359961892468290fb7 deviceinfo
|
||||
sha512sums="842703355fbdff084800fff8225a3ad59891e7a687f951c0e93ce3d6ae499af430ed0ad18b5a523fa1e6bc51ad8de2f7b28fdead9b4acbbda65700e2e259286e deviceinfo
|
||||
23414d84cbad63472372986c6ce7db0d98a56ab4c060434b62aef420ed3d6259a968fbbdbd4400663f712e33e6bb81a8424ec7667f9959a089b29b93e15156ea 90-touchscreen-dev.rules"
|
||||
|
|
|
@ -5,7 +5,6 @@ deviceinfo_format_version="0"
|
|||
deviceinfo_name="Huawei Ascend Y530"
|
||||
deviceinfo_manufacturer="Huawei"
|
||||
deviceinfo_date=""
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_nonfree="????"
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules=""
|
||||
|
@ -15,11 +14,13 @@ deviceinfo_external_disk_install="true"
|
|||
deviceinfo_flash_methods="fastboot"
|
||||
deviceinfo_arch="armhf"
|
||||
|
||||
# Splash screen
|
||||
# Device related
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_screen_width="480"
|
||||
deviceinfo_screen_height="854"
|
||||
deviceinfo_dev_touchscreen="/dev/input/event1"
|
||||
|
||||
# Boot.img
|
||||
# Fastboot related
|
||||
deviceinfo_generate_bootimg="true"
|
||||
deviceinfo_bootimg_qcdt="true"
|
||||
deviceinfo_kernel_cmdline=""
|
||||
|
|
Loading…
Reference in a new issue