android_device_samsung_mond.../bluetooth
Valera1978 a8b1498c3c A workaround for kernels missing CLOCK_BOOTTIME_ALARM
If the kernel doesn't have support for CLOCK_BOOTTIME_ALARM,
then timer_create(CLOCK_BOOTTIME_ALARM) will fail.

Added #ifdef KERNEL_MISSING_CLOCK_BOOTTIME_ALARM guard to get around
the issue. Platforms that don't have CLOCK_BOOTTIME_ALARM should have
the following lines in the device's "bdroid_buildcfg.h" file:

 /* Defined if the kernel does not have support for CLOCK_BOOTTIME_ALARM */
 #define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
2016-10-16 22:33:17 +03:00
..
bdroid_buildcfg.h A workaround for kernels missing CLOCK_BOOTTIME_ALARM 2016-10-16 22:33:17 +03:00
vnd_viennalte.txt Init 2016-01-10 17:51:48 +03:00