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.
4 lines
32 B
Nix
4 lines
32 B
Nix
{
|
|
imports = [ ./ipu6.nix ];
|
|
}
|