dell_dock: Use correct offset for finding version of MST (Fixes: #804)

The offset that was previously used was dependent upon compiler behavior.
This address is fixed and won't change between versions.
This commit is contained in:
Mario Limonciello 2018-10-17 22:33:58 -05:00 committed by Richard Hughes
parent 2ef4e09e88
commit ce4a1a8ba6

View File

@ -100,9 +100,9 @@ FirmwareSizeMax=524288
DellDockUnlockTarget = 9
InstallDuration = 95
DellDockInstallDurationI2C=360
DellDockBlobMajorOffset = 0x06F0
DellDockBlobMinorOffset = 0x06F1
DellDockBlobBuildOffset = 0x06F2
DellDockBlobMajorOffset = 0x18400
DellDockBlobMinorOffset = 0x18401
DellDockBlobBuildOffset = 0x18402
# Thunderbolt controller
[Guid=TBT-00d4b070]