Install MIPI support for IPU7 Intel camera

This commit is contained in:
David Heinemeier Hansson
2026-03-15 18:43:31 +01:00
parent 0495ac2363
commit 3154290769
3 changed files with 7 additions and 0 deletions
@@ -0,0 +1,5 @@
# Install MIPI camera support for Intel IPU7 hardware
if grep -q "OVTI08F4" /sys/bus/acpi/devices/*/hid 2>/dev/null; then
omarchy-pkg-add intel-ipu7-camera
fi