mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
beb48e500e
Implements a generic model-based matching strategy for manufacturers without explicit handling rules in the driver mapping logic. Previously, unsupported manufacturers would immediately return null without attempting to match driver rules. Now falls back to comparing normalized model names against available rules, improving driver detection coverage for manufacturers that don't require specialized matching logic. Updates logging to distinguish between successful generic matches and complete failures to find matching drivers.