The suspension/shutdown regression affects kernel 6.16 and later, not
just 6.16 specifically. Use versionAtLeast instead of equality check.
Also fix issue reference (372 was a separate issue) and typo.
This adds automatic detection and configuration for Intel IPU6 cameras:
This is particularly useful for modern Intel laptops (11th-14th gen) with
integrated webcams that require the intel-ipu6 drivers. Auto-configuration
eliminates manual setup for these specialized devices.
Builds on PR #463457 (input peripherals).
Part of incremental upstreaming from nixos-facter-modules.