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