Imported Upstream version 2.6.5
This commit is contained in:
parent
fefe62b2bd
commit
a1fa151fc7
201 changed files with 7974 additions and 709 deletions
|
|
@ -1,6 +1,7 @@
|
|||
/* nut-ipmipsu.c - Driver for IPMI Power Supply Units (PSU)
|
||||
*
|
||||
* Copyright (C) 2011 - Arnaud Quette <arnaud.quette@free.fr>
|
||||
* Copyright (C)
|
||||
* 2011 - 2012 Arnaud Quette <arnaud.quette@free.fr>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -26,7 +27,7 @@
|
|||
#include "nut-ipmi.h"
|
||||
|
||||
#define DRIVER_NAME "IPMI PSU driver"
|
||||
#define DRIVER_VERSION "0.06"
|
||||
#define DRIVER_VERSION "0.07"
|
||||
|
||||
/* driver description structure */
|
||||
upsdrv_info_t upsdrv_info = {
|
||||
|
|
@ -62,9 +63,6 @@ void upsdrv_initinfo(void)
|
|||
ipmi_dev.manufacturer ? ipmi_dev.manufacturer : "unknown",
|
||||
ipmi_dev.product ? ipmi_dev.product : "unknown");
|
||||
|
||||
dstate_setinfo("driver.version.data", "%s", DRIVER_NAME);
|
||||
dstate_setinfo("driver.version.internal", DRIVER_VERSION);
|
||||
|
||||
dstate_setinfo ("device.type", "psu");
|
||||
|
||||
/* Publish information from the IPMI structure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue