mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 02:59:55 +08:00

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>
21 lines
699 B
Diff
21 lines
699 B
Diff
From 6651ccc9d60637919f1c05a801f3edc3ba623cd7 Mon Sep 17 00:00:00 2001
|
|
From: Firas Khalil Khana <firasuke@gmail.com>
|
|
Date: Sun, 24 Oct 2021 19:59:06 +0300
|
|
Subject: [PATCH 10/15] Fix typo
|
|
|
|
---
|
|
README.md | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/README.md
|
|
+++ b/README.md
|
|
@@ -46,7 +46,7 @@ Keep in mind that libudev-zero isn't ide
|
|
* android-tools - requires udev rules for non-root usage
|
|
* NetworkManager - needs investigation
|
|
* libgudev - needs investigation
|
|
-* PipeWare - depends on udev internal properties
|
|
+* PipeWire - depends on udev internal properties
|
|
* ldm - depends on udev internal properties
|
|
* lvm2 - uses deprecated `udev_queue` API
|
|
* cups - needs investigation
|