Searched hist:c71d61258bd3cd8573166011b450a1eecce2c572 (Results 1 – 2 of 2) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | sensors.hpp | diff c71d61258bd3cd8573166011b450a1eecce2c572 Tue Nov 29 16:10:32 CST 2022 Ed Tanous <edtanous@google.com> Fix sensor override
c1d019a6056a2a0ef50e577b3139ab5a8dc49355 Sensor Optimization
Recently changed the way Ids were calculated in the sensor subsystem. Unfortunately, it wasn't clear to the author that this would effect the sensor override system, which relies on matching up a member ID with a dbus path, and was broken by this change.
This commit breaks out the code to calculate the type and name from a given URI segment into a helper method.
Tested: Inspection only. Very few systems support this feature. Code appears more correct than previously, which is known broken, so the lack of testing here seems reasonable.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I9aa8099a947a36b5ce914bc07ae60f1ebf0d209b
|
/openbmc/bmcweb/ |
H A D | meson.build | diff c71d61258bd3cd8573166011b450a1eecce2c572 Tue Nov 29 16:10:32 CST 2022 Ed Tanous <edtanous@google.com> Fix sensor override
c1d019a6056a2a0ef50e577b3139ab5a8dc49355 Sensor Optimization
Recently changed the way Ids were calculated in the sensor subsystem. Unfortunately, it wasn't clear to the author that this would effect the sensor override system, which relies on matching up a member ID with a dbus path, and was broken by this change.
This commit breaks out the code to calculate the type and name from a given URI segment into a helper method.
Tested: Inspection only. Very few systems support this feature. Code appears more correct than previously, which is known broken, so the lack of testing here seems reasonable.
Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I9aa8099a947a36b5ce914bc07ae60f1ebf0d209b
|