libx52/daemon
nirenjan ae13480717 Allow libx52 calls to return TRY_AGAIN
Some libx52 APIs, notably the clock related ones, can return
LIBX52_ERROR_TRY_AGAIN. This is not a real error, but it is useful
information. It indicates to the application that there is no change
applied to the internal state, and that it should wait until trying
again.

Given that the clock thread calls the libx52_set_clock method every
second, treating the TRY_AGAIN state as a failure and logging it causes
a lot of spurious noise in the logs.  This change ensures that the API
returns a real error before logging it.
2021-07-23 09:43:02 -07:00
..
Makefile.am Add threads to find and update X52 device 2021-07-21 00:01:49 -07:00
x52d.conf Add daemon framework 2021-07-15 15:53:56 -07:00
x52d_config.c Replace autogenerated stubs with extern functions 2021-07-22 15:56:12 -07:00
x52d_config.def Add daemon framework 2021-07-15 15:53:56 -07:00
x52d_config.h Replace autogenerated stubs with extern functions 2021-07-22 15:56:12 -07:00
x52d_config_parser.c Add daemon framework 2021-07-15 15:53:56 -07:00
x52d_const.h Add daemon framework 2021-07-15 15:53:56 -07:00
x52d_device.c Allow libx52 calls to return TRY_AGAIN 2021-07-23 09:43:02 -07:00
x52d_device.h Add threads to find and update X52 device 2021-07-21 00:01:49 -07:00
x52d_main.c Add stub to apply configuration 2021-07-21 10:49:16 -07:00