packages/libs/libudev-zero/patches/0006-readme-pros-cons.patch
Florian Eckert 0c66639a28 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-16 19:46:41 -07:00

20 lines
565 B
Diff

From 858f0b107f90b08d4031d2e3ca25a5f2145b61c4 Mon Sep 17 00:00:00 2001
From: illiliti <illiliti@protonmail.com>
Date: Thu, 9 Sep 2021 03:01:12 +0300
Subject: [PATCH 06/15] readme: pros/cons
---
README.md | 2 ++
1 file changed, 2 insertions(+)
--- a/README.md
+++ b/README.md
@@ -22,6 +22,8 @@ and setting/remapping buttons? Udev smel
all possible functionality in the single daemon/code base. Standalone UNIX-way
programs much better suited for such purposes.
+## Pros/Cons
+
Keep in mind that libudev-zero isn't ideal. Here is some pros/cons:
### Pros