[htc-desire] Add configuration for osk-sdl (#765)
This commit is contained in:
parent
fe9f90a820
commit
b3a9087977
3 changed files with 11 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgname=device-htc-bravo
|
||||
pkgver=1
|
||||
pkgrel=6
|
||||
pkgrel=7
|
||||
pkgdesc="HTC Desire"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
|
@ -13,6 +13,7 @@ source="
|
|||
deviceinfo
|
||||
initfs-hook.sh
|
||||
90-android-touch-dev.rules
|
||||
pointercal
|
||||
"
|
||||
options="!check"
|
||||
|
||||
|
@ -23,8 +24,11 @@ package() {
|
|||
"$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
||||
install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
||||
"$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||
install -D -m644 "$srcdir"/pointercal \
|
||||
"$pkgdir"/etc/pointercal
|
||||
}
|
||||
|
||||
sha512sums="15d8a94edcd5bf2835cc1f772cb23c4f7c51792b8084690f18cf5a13f5e8e1d9f91fd4a984fe40ba50f976b3982e87961bde45ee0138dc06dc94ba994eff94b5 deviceinfo
|
||||
sha512sums="e2895d33c6594162b84d82035c478cc56ef0d46d16d996be6de69c214718f2bc51b0cbf47390d262eda2bdc36acfc7dae31b7d42263a7473561434086147c9ce deviceinfo
|
||||
3ce2d134aa59677e25a160b5985c552fbf048b237169bbeb85e2b8824f734627064b51c097036db10eee0254064d45d804d17372dffcd1ba246938968fe1e225 initfs-hook.sh
|
||||
f0f69ab3b5b3fed11ec5049f37c71c4e9dcf87dc1f238199a3917dd61957d46783a8798d63d400cc5d3983987e750e3fec6d7117561ad5005f28131ae4821d66 90-android-touch-dev.rules"
|
||||
f0f69ab3b5b3fed11ec5049f37c71c4e9dcf87dc1f238199a3917dd61957d46783a8798d63d400cc5d3983987e750e3fec6d7117561ad5005f28131ae4821d66 90-android-touch-dev.rules
|
||||
d3de411b31de4bf4336dfac530e6af3392620ef6276ad143ebe0e417d543bfc7f5c9fcab8dab9342798e2c03281275c97e25bd01e97c350a2596f52795a37cef pointercal"
|
||||
|
|
|
@ -5,7 +5,6 @@ deviceinfo_format_version="0"
|
|||
deviceinfo_name="HTC Desire"
|
||||
deviceinfo_manufacturer="HTC"
|
||||
deviceinfo_date=""
|
||||
deviceinfo_keyboard="false"
|
||||
deviceinfo_nonfree="????"
|
||||
deviceinfo_dtb=""
|
||||
deviceinfo_modules=""
|
||||
|
@ -15,9 +14,11 @@ 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="800"
|
||||
deviceinfo_dev_touchscreen="/dev/input/event2"
|
||||
|
||||
# Fastboot related
|
||||
deviceinfo_generate_bootimg="true"
|
||||
|
|
1
device/device-htc-bravo/pointercal
Normal file
1
device/device-htc-bravo/pointercal
Normal file
|
@ -0,0 +1 @@
|
|||
8122 -24 -1119784 14 7798 -645344 65536 480 800
|
Loading…
Reference in a new issue