From 365dbed87975960b0d288a49eaa8379b7cf3620d Mon Sep 17 00:00:00 2001 From: Penghui Cui Date: Sun, 26 Sep 2021 18:00:22 +0800 Subject: [PATCH] Add firmware version to device_id for some devices change with version Change-Id: I73fdce5a47ca2d89e64e9d3108087d62085c0473 --- pyghmi/ipmi/command.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyghmi/ipmi/command.py b/pyghmi/ipmi/command.py index 7b798761..a67a9ed3 100644 --- a/pyghmi/ipmi/command.py +++ b/pyghmi/ipmi/command.py @@ -240,6 +240,10 @@ class Command(object): '> 4 & 0b1111, + response['data'][3] & 0b1111) } def oem_init(self):