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-12 23:31:37 +03:00
2020-08-15 07:39:02 +03:00
2020-08-04 21:32:06 +03:00
2020-07-18 05:15:00 +03:00
2020-07-26 12:34:43 +03:00
2020-08-14 19:33:18 +03:00

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 # will overwrite existing udev libraries if any
# rebuild all packages which depends on udev
# here we go !

TODO

  • speed up performance
  • extend devices support
  • implement hotplugging support

Donate

You can donate if you like this project

BTC: 1BwrcsgtWZeLVvNeEQSg4A28a3yrGN3FpK

Description
No description provided
Readme 199 KiB
Languages
C 96.2%
Makefile 3.8%