diff --git a/device-nokia-rx51/90-touchscreen-dev.rules b/device-nokia-rx51/90-touchscreen-dev.rules new file mode 100644 index 000000000..e7498b044 --- /dev/null +++ b/device-nokia-rx51/90-touchscreen-dev.rules @@ -0,0 +1 @@ +SUBSYSTEM=="input", ATTRS{phys}=="spi1.0/input-ts", ENV{WL_CALIBRATION}="1.094563 -0.020949 -34.586121 0.009427 -1.148506 503.816956" diff --git a/device-nokia-rx51/APKBUILD b/device-nokia-rx51/APKBUILD index e34a0a399..f6f23f1bd 100644 --- a/device-nokia-rx51/APKBUILD +++ b/device-nokia-rx51/APKBUILD @@ -9,7 +9,7 @@ depends="linux-nokia-rx51 uboot-tools linux-firmware" makedepends="uboot-tools" install="" subpackages="" -source="deviceinfo uboot-script.cmd backlight-enable.sh" +source="deviceinfo uboot-script.cmd backlight-enable.sh 90-touchscreen-dev.rules" options="!check" build() { @@ -24,8 +24,11 @@ package() { "$pkgdir"/boot/boot.scr install -D -m644 "$srcdir"/backlight-enable.sh \ "$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}-backlight.sh + install -D -m644 "$srcdir"/90-touchscreen-dev.rules \ + "$pkgdir"/etc/udev/rules.d/90-touchscreen-dev.rules } sha512sums="7eb602ae1f6002a928f2a5cf12edf21ffe76e6e378907f73da6b6df98016bf5f3e256f93a4187a354069631f283a2f0769b5acf05445e42d8f630966b36dfa6b deviceinfo dbbab330a9a136ec22c52bf6376049d6598c01e784f9a8a1da144f56621a086c5e52a10afac5c067c9ca921354d76babeea81e0eac2d407a1aae448e7ddee3b4 uboot-script.cmd -3d55e34b95791636e44a5f41754f3d0de039dbba41f7a556d43a95c9e64afcfa930046b4b96b40020b6f196096ffba93514682927e32fa4488686fdd19c6da5a backlight-enable.sh" +3d55e34b95791636e44a5f41754f3d0de039dbba41f7a556d43a95c9e64afcfa930046b4b96b40020b6f196096ffba93514682927e32fa4488686fdd19c6da5a backlight-enable.sh +98c554a709d6e8da5835bd792d833355d830fca1cfea12ec7fe4f41d1d1126389c51a8a392a7f94093473c19263cc6846cc40d7e179c2facf12db2d68ff923f9 90-touchscreen-dev.rules"