• Hans de Goede's avatar
    ACPI: scan: Add LATT2021 to acpi_ignore_dep_ids[] · fa153b7c
    Hans de Goede authored
    Some x86/ACPI laptops with MIPI cameras have a LATT2021 ACPI device
    in the _DEP dependency list of the ACPI devices for the camera-sensors
    (which have flags.honor_deps set).
    
    The _DDN for the LATT2021 device is "Lattice FW Update Client Driver",
    suggesting that this is used for firmware updates of something. There
    is no Linux driver for this and if Linux gets support for updates it
    will likely be in userspace through fwupd.
    
    For now add the LATT2021 HID to acpi_ignore_dep_ids[] so that
    acpi_dev_ready_for_enumeration() will return true once the other _DEP
    dependencies are met.
    Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    fa153b7c
scan.c 67.6 KB