packages/libs/libudev-zero/patches/0007-readme-add-cups-and-workaround-for-pulseaudio.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

28 lines
1.1 KiB
Diff

From 6250984089514d7751985476a31d268c16b3d8f2 Mon Sep 17 00:00:00 2001
From: illiliti <illiliti@protonmail.com>
Date: Thu, 9 Sep 2021 23:53:51 +0300
Subject: [PATCH 07/15] readme: add cups and workaround for pulseaudio
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Keep in mind that libudev-zero isn't ide
## What doesn't work
* dosfstools - requires udev_enumerate_add_match_parent()
-* PulseAudio - highly depends on udev internal properties
+* PulseAudio - highly depends on udev internal properties. [workaround](https://gist.github.com/capezotte/03ee5548218e819b06459819bb120b4b#pulseaudio)
* udisks2 - highly depends on udev internal properties
* android-tools - requires udev rules for non-root usage
* NetworkManager - needs investigation
@@ -49,6 +49,7 @@ Keep in mind that libudev-zero isn't ide
* PipeWare - depends on udev internal properties
* ldm - depends on udev internal properties
* lvm2 - uses deprecated `udev_queue` API
+* cups - needs investigation
* ???
## Dependencies