2020-08-04 18:02:06 +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-08-04 18:02:06 +03:00
2020-08-04 16:11:17 +03:00
2020-08-01 03:21:01 +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 - doesn't work for now. temporary workaround is compiling libusb with --disable-udev
  • 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()
  • implement hotplugging support
Description
No description provided
Readme 199 KiB
Languages
C 96.2%
Makefile 3.8%