-
Fixed in trunk (rev. #7022)
2009-11-02 16:24:11 UTC in Open HPI
-
avpak committed revision 7022 to the Open HPI SVN repository, changing 1 files.
2009-11-02 16:23:13 UTC in Open HPI
-
File: openhpid/oh_client_session.cpp
Function: oh_client_init
Seems that g_static_rec_mutex_unlock(&ohd_sessions_sem) occurs twise.
2009-11-02 16:19:16 UTC in Open HPI
-
Fixed in trunk (rev. #7019)
2009-10-21 16:25:46 UTC in Open HPI
-
avpak committed revision 7019 to the Open HPI SVN repository, changing 1 files.
2009-10-21 16:22:53 UTC in Open HPI
-
File: clients/hpitop.c
Functions: show_{sens,ann,ctrl,wdog}
SaHpiTextBufferT is not zero-terminated string but there are places of
- printf( "%s", tb.Data )
There are a lot of trailing garbage output in RDR Id Strings.
2009-10-21 16:20:10 UTC in Open HPI
-
There are new types of resource events introduced in HPI-B.03.01
- SAHPI_RESE_RESOURCE_REMOVED
- SAHPI_RESE_RESOURCE_INACCESSIBLE
- SAHPI_RESE_RESOURCE_UPDATED
For example the first one allows removal of resource without FRU and HS capability.
The last one allows to update RDRs of alive resource. Before we used HS events state X -> state X for such updates.
Seems that changes in event...
2009-10-16 11:08:32 UTC in Open HPI
-
Fixed in trunk (rev. #7018)
2009-10-16 10:56:20 UTC in Open HPI
-
avpak committed revision 7018 to the Open HPI SVN repository, changing 1 files.
2009-10-16 10:55:39 UTC in Open HPI
-
Using SAF-hpitest-2.0.9 I have found two issues with saHpiGetIdByEntityPath (src/safhpi.c file).
1) "==" is used instead of "=" (line 535)
2) instrumentNum is used as instanceId parameter. So if there is an instrument with zero num
(i.e. LED in ATCA according to the HPI-ATCA mapping spec) then the loop of saHpiGetIdByEntityPath never finish.
When reaching instrument before LED the function...
2009-10-16 10:54:37 UTC in Open HPI