You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
780 B
28 lines
780 B
From 850661bd57c0c98c319fd30d9e9697c1667ad457 Mon Sep 17 00:00:00 2001 |
|
From: Boris Ranto <branto@redhat.com> |
|
Date: Wed, 11 Nov 2015 17:58:43 +0100 |
|
Subject: [PATCH 09/11] ipmitool-1.8.11-bz1126333-slowswid.patch |
|
|
|
See rhbz#1194420 for details. |
|
|
|
Backported by: aledvink |
|
--- |
|
lib/ipmi_sdr.c | 2 ++ |
|
1 file changed, 2 insertions(+) |
|
|
|
diff --git a/lib/ipmi_sdr.c b/lib/ipmi_sdr.c |
|
index fa7b082..9bc5ac2 100644 |
|
--- a/lib/ipmi_sdr.c |
|
+++ b/lib/ipmi_sdr.c |
|
@@ -572,6 +572,8 @@ ipmi_sdr_get_sensor_reading_ipmb(struct ipmi_intf *intf, uint8_t sensor, |
|
uint32_t save_addr; |
|
uint32_t save_channel; |
|
|
|
+ if (target == (uint8_t) 0xb1) |
|
+ return ipmi_sdr_get_sensor_reading(intf, sensor); |
|
if ( BRIDGE_TO_SENSOR(intf, target, channel) ) { |
|
lprintf(LOG_DEBUG, |
|
"Bridge to Sensor " |
|
-- |
|
2.1.0 |
|
|
|
|