Skip to content
Snippets Groups Projects
Commit 1fb9e00b authored by st s's avatar st s
Browse files

samsung-zeroltexx: Add info on the patch preventing crash due to v4l_id probing.

parent 0c450c93
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ build() {
package() {
devicepkg_package $startdir $pkgname
# Disable v4l udev rules (which whould otherwise crash the kernel when v4l_id probes some of the device nodes of the
# FIMC-IS driver. This patch was taken from here: https://gitlab.com/postmarketOS/pmaports/-/merge_requests/1160
install -Dm644 "$srcdir"/60-persistent-v4l.rules \
"$pkgdir"/etc/udev/rules.d/60-persistent-v4l.rules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment