maurice-daly / DriverAutomationTool

Home of the Driver Automation Tool
https://www.msendpointmgr.com
BSD 2-Clause "Simplified" License
397 stars 120 forks source link

Lenovo BIOS download using the controller version instead of BIOS version #93

Open JEngel05 opened 4 years ago

JEngel05 commented 4 years ago

Some Lenovo BIOS downloads have both a controller version and BIOS version listed.

X.XX/Y.YY X= BIOS Version Y= Embedded controller program.

When the Driver Automation Tool parses the xml, it is selecting the controller version instead of the BIOS version. This causes it to not see updated BIOS and to tag the version incorrectly into SCCM.

One example of this is the Lenovo Thinkpad T490 Type 20N2 20N3

armentpau commented 4 years ago

I took a stab at this issue in https://github.com/maurice-daly/DriverAutomationTool/pull/94