From ce4a1a8ba638c4fc44a1d14401b5a2731d002fd1 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Wed, 17 Oct 2018 22:33:58 -0500 Subject: [PATCH] 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. --- plugins/dell-dock/dell-dock.quirk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/dell-dock/dell-dock.quirk b/plugins/dell-dock/dell-dock.quirk index 345eb30ab..5ec659f5d 100644 --- a/plugins/dell-dock/dell-dock.quirk +++ b/plugins/dell-dock/dell-dock.quirk @@ -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]