samsung-lt03lte: enable touchscreen

Signed-off-by: Vishwas Rajashekar <dev@vrajashkr.com>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8169>
This commit is contained in:
Vishwas Rajashekar 2026-04-06 20:02:33 +05:30 committed by The Friendly Meow (merge) Bot
parent 130e3e9e89
commit 6fab672abc
No known key found for this signature in database
4 changed files with 35 additions and 3 deletions

View file

@ -2,14 +2,15 @@
maintainer="Vishwas Rajashekar <dev@vrajashkr.com>"
pkgname=device-samsung-lt03lte
pkgdesc="Samsung Galaxy Note 10.1 2014 LTE"
pkgver=1
pkgrel=1
pkgver=2
pkgrel=0
url="https://postmarketos.org"
license="MIT"
arch="armv7"
options="!check !archcheck"
depends="
firmware-qcom-adreno-a330
firmware-samsung-lt03lte
linux-postmarketos-qcom-msm8974
lk2nd-msm8974
mkbootimg
@ -35,5 +36,5 @@ package() {
sha512sums="
70d8ea0a32b6990ccc6f014e4339d7f5b65c861835d53cd7b0c5e146912187b85b649a0d79d5e3977f955d618b023944bdf33df56527fae5a3964fd34dc7b274 deviceinfo
760cc0e57426a534412c113addf8406c43463b3153a8517cc5d97eb9eec57d1e3a4af7f36dfcb1b5ed1d2b0be7d57af7903b5209096a902949f05df79b96dd66 modules-initfs
83a9d867606937b8ee85bfc5698c29c8b8cb9e8720386884658a46cc0af7539791bf9ff66a343737c093fdaceb133231d5e19063765fe2f6bdc6b0f2ed83b9fa modules-initfs
"

View file

@ -1 +1,2 @@
pm8941_pwrkey
atmel-mxt-ts

View file

@ -0,0 +1 @@
/lib/firmware/postmarketos/maxtouch.cfg

View file

@ -0,0 +1,29 @@
maintainer="Vishwas Rajashekar <dev@vrajashkr.com>"
pkgname=firmware-samsung-lt03lte
pkgdesc="Firmware for Samsung Galaxy Note 10.1 2014 LTE"
pkgver=1
pkgrel=0
url="https://postmarketos.org"
arch="armv7"
license="proprietary"
options="!check !strip !archcheck !spdx !tracedeps pmb:cross-native"
_cfg_commit="5a1eb40e80f9de6c6bad9d0cd1438339c41af3ad"
_cfg_url="https://gitlab.com/Eisenbahnfan/exynos5-firmware/-/raw/$_cfg_commit"
source="
30-touchscreen-firmware.files
maxtouch.cfg::$_cfg_url/mXT1664S_n.cfg
"
package() {
# Touchscreen
install -Dm644 "$srcdir/maxtouch.cfg" \
-t "$pkgdir/lib/firmware/postmarketos/"
install -Dm644 "$srcdir/30-touchscreen-firmware.files" \
-t "$pkgdir/usr/share/mkinitfs/files/"
}
sha512sums="
d92d73d06d88371d8842cca02b9a396414d6f9e879c74afd8fd540c76a97edbd8655d903815a2aed508785b3fe96fa5798fbd1ceb918098b8b788555ba4267cf 30-touchscreen-firmware.files
9644a57849ed208037acd65e7f2341aeef8a1298b69d63e631c381d1cf33b19f78bfefa29b3a6110ba9d55468701224605acdce4ac9ba2d36f2fe545f03a608d maxtouch.cfg
"