The mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See the kernel documentation for further details.
Provides
Requires
License
MIT
Changelog
* Tue Aug 25 2020 dmueller@suse.com
- update to 1.1.6:
* adjust for 64bit time_t for 32bit architectures
* Use a macro for `nlongs` so it can be used in constant expression
* mtdev-matching.c: declare global variables static
* mtdev-mapgen.c: declare init_caps() static
* caps.c: declare mtdev_set_slots() static
* Sat Feb 28 2015 mpluskal@sus