2020-07-31 00:12:50 +03:00
2020-07-10 20:59:25 +03:00
2020-07-04 09:25:16 +03:00
2020-07-28 13:05:51 +03:00
2020-07-30 14:51:08 +03:00
2020-07-31 00:12:50 +03:00
2020-07-30 23:37:51 +03:00
2020-07-18 05:15:00 +03:00
2020-07-18 05:15:00 +03:00
2020-07-26 12:34:43 +03:00
2020-07-22 21:04:31 +03:00

Donate with Bitcoin

libudev-zero

Drop-in replacement for libudev intended to work without daemon

What Works

  • xorg-server
  • libinput
  • wlroots
  • weston
  • libusb - broken completely
  • kwin - fix
  • ???

Dependencies

  • C99 compiler (build time)
  • POSIX make (build time)
  • POSIX & XSI libc
  • Linux >= 2.6.39

Installation

make
make PREFIX=/usr install # overwrites existing udev libraries if any

TODO

  • speed up udev_enumerate_scan_devices()
    • threads
    • readfile()
    • deferred plugging via udev_monitor_receive_device()
    • caching impossible to implement
  • implement hotplugging support
  • remove dirty hack. use ioctl()
Description
No description provided
Readme 199 KiB
Languages
C 96.2%
Makefile 3.8%