e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
27 lines
975 B
Text
27 lines
975 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
# Contributor: Klaus <k-laus@mailbox.org>
|
|
pkgname="device-samsung-gts210vewifi"
|
|
pkgdesc="Galaxy Tab S2 9.7 WiFi (SM-T813)"
|
|
pkgver=0.1
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="aarch64"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-samsung-gts210vewifi mkbootimg mesa-dri-swrast mdss-fb-init-hack"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo 90-sec_touchscreen.rules"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
install -D -m644 "$srcdir"/90-sec_touchscreen.rules \
|
|
"$pkgdir"/etc/udev/rules.d/90-sec_touchscreen.rules
|
|
|
|
}
|
|
|
|
sha512sums="a634f97bddf765ef394bab17e91c7c87c6c3ca6290f4b1a78ad64baa663cf42b6700aca02f626336f51943e42c66a708a1d062c636338592c5c87309b0569856 deviceinfo
|
|
7ff1ca9e9afe4ffa62ed1ce54c9988d761c29af54c9a22f68b1b7d805a5ae280fcfc1833fb657bb1137de649c876a1d4f4592af6b323e883042e0f1aa3a554cc 90-sec_touchscreen.rules"
|