mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
660a619944
Refines the driver selection logic to correctly handle overlapping or wildcard-based rules in the driver mapping file. Previously, the script would use the first rule that matched the system manufacturer and model. This could lead to a less specific rule being chosen if it appeared before a more specific one. The logic now finds all matching rules and selects the one with the most specific model name, ensuring a more accurate driver package is applied.