packages/libs/libudev-zero/patches/0003-readme-What-works-What-doesn-t-work.patch
Florian Eckert caed72238c libudev-zero: backport latest changes to fix blocking on devices scan
This change added the latest upstream changes since version 1.0.0.

When using the smart plugin from collectd, there are problems with the
function udev_enumerate_scan_devices. This function is blocked and no
longer returns. Backporting the latest fixes from libudev-zero solves
the problem.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-03-25 03:48:49 +00:00

41 lines
1.2 KiB
Diff

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