You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

  1. From 99676e0e0463dc5674c6aff1d158ae3c796815d9 Mon Sep 17 00:00:00 2001
  2. From: illiliti <illiliti@protonmail.com>
  3. Date: Tue, 7 Sep 2021 01:49:28 +0300
  4. Subject: [PATCH 03/15] readme: What works -> What doesn't work
  5. ---
  6. README.md | 23 ++++++++++++-----------
  7. 1 file changed, 12 insertions(+), 11 deletions(-)
  8. --- a/README.md
  9. +++ b/README.md
  10. @@ -24,17 +24,18 @@ of `libudev` which can be used with any
  11. [0] https://github.com/FreeBSDDesktop/libudev-devd
  12. [1] https://github.com/oasislinux/libinput
  13. -## What Works
  14. +## What doesn't work
  15. -* [x] xorg-server
  16. -* [ ] dosfstools - need to implement udev_enumerate_add_match_parent()
  17. -* [x] libinput
  18. -* [x] usbutils
  19. -* [x] wlroots
  20. -* [x] weston
  21. -* [x] libusb
  22. -* [x] kwin
  23. -* [ ] ???
  24. +* dosfstools - requires udev_enumerate_add_match_parent()
  25. +* PulseAudio - highly depends on udev internal properties
  26. +* udisks2 - highly depends on udev internal properties
  27. +* android-tools - requires udev rules for non-root usage
  28. +* NetworkManager - needs investigation
  29. +* libgudev - needs investigation
  30. +* PipeWare - depends on udev internal properties
  31. +* ldm - depends on udev internal properties
  32. +* lvm2 - uses deprecated `udev_queue` API
  33. +* ???
  34. ## Dependencies