mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
637539bdee673927c498f8e1c0d7dda435b2226b
supplement to commit: rcinput: Fix build issues with _TIME_BITS=64 - Ensured compatibility with various definitions of input_event structure as per input.h. - Added conditional compilation to check for input_event_sec macro. - Used input_event_sec and input_event_usec macros if defined. - Provided fallback to direct timeval members for versions without the macros. This ensures compatibility with both newer and older kernel versions, different C library implementations, and possible standard settings of build systems. Addressing different definitions of the input_event structure maintains robustness across kernel, library, and build system configurations.
…
…
…
…
Neutrino-HD ツ
Description
Languages
C++
85.3%
C
12.3%
M4
0.6%
Makefile
0.6%
JavaScript
0.4%
Other
0.7%