mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 07:00:30 +00:00
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:
parent
2ef4e09e88
commit
ce4a1a8ba6
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user