mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libarmbox: - Added conditional compilation to handle different definitions of struct input_event in input.h - Ensured gettimeofday() is always used to obtain the current time - Correctly assigned time values to input_event based on platform-specific definitions - Improved debug information to output correct event time Had issues building with a different build system and platforms, but wanted to ensure it works independently of the build system. This still needs to be tested as my testing capabilities are limited and I cannot rule out side effects. Hence, the additional debug outputs.