1
0
Fork 0
No description
Find a file
2020-07-16 21:18:38 +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 format 2020-07-14 03:19:35 +03:00
README.md implement ioctl() 2020-07-13 02:26:09 +03:00
udev.c formatting fixes 2020-07-04 10:18:24 +03:00
udev.h format 2020-07-14 16:23:11 +03:00
udev_device.c silence gcc 2020-07-14 00:14:10 +03:00
udev_enumerate.c remove useless include 2020-07-14 00:10:51 +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 intented to work without daemon

What Works

  • xorg-server
  • libinput
  • wlroots - partially works. someone reported that mouse doesn't work
  • weston - need implement udev_device_new_from_subsystem_sysname()
  • kwin - fails to compile for odd reason
  • ???

TODO

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