mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 19:17:22 +00:00
Added OEM byte (47) to verbose output
This commit is contained in:
parent
fe43278196
commit
cad476e5b1
@ -1388,6 +1388,8 @@ ipmi_sdr_print_sensor_full(struct ipmi_intf *intf,
|
|||||||
DISCRETE_SENSOR,
|
DISCRETE_SENSOR,
|
||||||
target,
|
target,
|
||||||
lun);
|
lun);
|
||||||
|
printf(" OEM : %X\n",
|
||||||
|
sensor->oem);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
||||||
return 0; /* done */
|
return 0; /* done */
|
||||||
@ -1793,6 +1795,8 @@ ipmi_sdr_print_sensor_compact(struct ipmi_intf *intf,
|
|||||||
DISCRETE_SENSOR,
|
DISCRETE_SENSOR,
|
||||||
target,
|
target,
|
||||||
lun);
|
lun);
|
||||||
|
printf(" OEM : %X\n",
|
||||||
|
sensor->oem);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
} else {
|
} else {
|
||||||
int dostate = 1;
|
int dostate = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user