mirror of
https://opendev.org/x/pyghmi
synced 2025-01-27 19:37:44 +00:00
Merge "Fix FPC detection for Lenovo Nextscale"
This commit is contained in:
commit
d550969f1c
@ -267,7 +267,7 @@ class OEMHandler(generic.OEMHandler):
|
||||
def is_fpc(self):
|
||||
"""True if the target is a Lenovo nextscale fan power controller
|
||||
"""
|
||||
fpc_ids = ((19046, 32, 1063))
|
||||
fpc_ids = ((19046, 32, 1063),)
|
||||
return (self.oemid['manufacturer_id'], self.oemid['device_id'],
|
||||
self.oemid['product_id']) in fpc_ids
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user