Skip to content

Commit b040d6d

Browse files
feat: add support for lite-on powershelf bmc (#20)
requires special handling since the vendor string is not available in redfish/v1 output. Tested-by: Vinod Chitrali <vchitrali@nvidia.com> Signed-off-by: Vishnu Rangayyan <vrangayyan@nvidia.com> Signed-off-by: Vishnu Rangayyan <vrangayyan@nvidia.com>
1 parent 667b919 commit b040d6d

395 files changed

Lines changed: 88449 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ mod error;
4444
mod hpe;
4545
pub mod jsonmap;
4646
mod lenovo;
47+
48+
mod liteon_powershelf;
4749
mod network;
4850
mod nvidia_dpu;
4951

0 commit comments

Comments
 (0)