Blame SOURCES/0004-slowswid.patch

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