1
0
Fork 0
No description
Find a file
2020-08-07 21:00:37 +03:00
libudev.pc.in add libudev.pc. thanks @E5ten 2020-07-10 20:59:25 +03:00
LICENSE init 2020-07-04 09:25:16 +03:00
Makefile implement pthreads 2020-07-28 13:05:51 +03:00
README.md update readme 2020-08-07 21:00:37 +03:00
udev.c fix gcc 10 2020-07-26 12:34:43 +03:00
udev.h add missing include 2020-07-22 21:04:31 +03:00
udev_device.c check if switch has EV_KEY capability 2020-08-07 05:42:20 +03:00
udev_enumerate.c cleanup 2020-08-04 21:32:06 +03:00
udev_hwdb.c drop UDEV_EXPORT 2020-07-18 05:15:00 +03:00
udev_list.c do not handle unique values when no need 2020-07-29 12:27:40 +03:00
udev_list.h do not handle unique values when no need 2020-07-29 12:27:40 +03:00
udev_monitor.c drop UDEV_EXPORT 2020-07-18 05:15:00 +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
  • implement hotplugging support
  • extend devices support (pull requests are welcome)
    • tablets
    • joysticks
    • accelerometers
    • pointing sticks

Donate

You can donate if you like this project

BTC: 1BwrcsgtWZeLVvNeEQSg4A28a3yrGN3FpK