On Thu, 24 Oct 2024 22:04:52 +0300 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > When device is enumerated via ACPI the respective device node is of > ACPI device type. Use that to check for ACPI enumeration, rather than > calling for full match which is O(n) vs. O(1) for the regular check. > > Acked-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@xxxxxxx> > Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> Applied.