From 2b0a6d1ed41eb6b9f93682adb9201cf4cd19f5d0 Mon Sep 17 00:00:00 2001 From: luyf5 Date: Mon, 27 Sep 2021 17:36:51 +0800 Subject: [PATCH] Add handler for kent Changes are from: https://gitlab.icelab.lenovo.com/pygcon/pyghmi/commit/25e7ffb995e8fcd962a473259f8da7ea89a91c87 (111619) [manage] Unable to manage Kent/Riddler and Wild Thing 1. Add handler for kent. Change-Id: I4e61d3a99aa1f8e144c6377a82f292ab0e8b9360 --- pyghmi/ipmi/oem/lookup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyghmi/ipmi/oem/lookup.py b/pyghmi/ipmi/oem/lookup.py index 1c193b77..db1b9cf3 100755 --- a/pyghmi/ipmi/oem/lookup.py +++ b/pyghmi/ipmi/oem/lookup.py @@ -28,6 +28,7 @@ logger = logging.getLogger(__name__) oemmap = { 20301: lenovo, # IBM x86 (and System X at Lenovo) 19046: lenovo, # Lenovo x86 (e.g. Thinkserver) + 7154: lenovo, }