Blame SOURCES/0004-slowswid.patch

e20f4c
diff --git a/lib/ipmi_sdr.c b/lib/ipmi_sdr.c
e20f4c
index fa7b082..9bc5ac2 100644
e20f4c
--- a/lib/ipmi_sdr.c
e20f4c
+++ b/lib/ipmi_sdr.c
e20f4c
@@ -572,6 +572,8 @@ ipmi_sdr_get_sensor_reading_ipmb(struct ipmi_intf *intf, uint8_t sensor,
e20f4c
 	uint32_t save_addr;
e20f4c
 	uint32_t save_channel;
e20f4c
 
e20f4c
+	if (target == (uint8_t) 0xb1)
e20f4c
+		return ipmi_sdr_get_sensor_reading(intf, sensor);
e20f4c
 	if ( BRIDGE_TO_SENSOR(intf, target, channel) ) {
e20f4c
 		lprintf(LOG_DEBUG,
e20f4c
 			"Bridge to Sensor "
e20f4c
-- 
e20f4c
2.1.0
e20f4c