aboutsummaryrefslogtreecommitdiff
path: root/util/autoport/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r--util/autoport/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index add58a11a4..2abb194b14 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -678,9 +678,9 @@ func GuessSPDMap(ctx Context) []uint8 {
dmi := ctx.InfoSource.GetDMI()
if dmi.Vendor == "LENOVO" {
- return []uint8{0x50, 0x51, 0x52, 0x53}
+ return []uint8{0x50, 0x52, 0x51, 0x53}
}
- return []uint8{0x50, 0x52, 0x51, 0x53}
+ return []uint8{0x50, 0x51, 0x52, 0x53}
}
func main() {