1
0
Fork 0
No description
Find a file
2020-07-17 07:53:32 +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 add udev_hwdb 2020-07-17 07:53:32 +03:00
README.md update readme 2020-07-17 07:47:23 +03:00
udev.c formatting fixes 2020-07-04 10:18:24 +03:00
udev.h add udev_hwdb 2020-07-17 07:53:32 +03:00
udev_device.c fix 2020-07-17 04:48:15 +03:00
udev_enumerate.c remove useless include 2020-07-14 00:10:51 +03:00
udev_hwdb.c add udev_hwdb 2020-07-17 07:53:32 +03:00
udev_list.c minor fixes 2020-07-16 21:18:38 +03:00
udev_list.h init 2020-07-04 09:25:16 +03:00
udev_monitor.c implement udev_enumerate_scan_devices, rewrite udev_device logic 2020-07-07 10:07:24 +03:00

libudev-zero

Drop-in replacement for libudev intended to work without daemon

What Works

  • xorg-server
  • libinput
  • wlroots - partially works. someone reported that mouse doesn't work
  • weston - should work. need test
  • libusb - broken completely
  • kwin - fails to compile for odd reason
  • ???

TODO

  • implement hotplugging support
  • remove dirty hack. use ioctl()