From c2a08cdd799667a32b96b00f66f1aa894ce1d904 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sat, 28 Aug 2021 02:24:47 +0300 Subject: [PATCH] contib/mdev.conf: mdevd can rebroadcast uevents natively --- contrib/mdev.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/mdev.conf b/contrib/mdev.conf index 18c9dc5..f7c8c1f 100644 --- a/contrib/mdev.conf +++ b/contrib/mdev.conf @@ -1,5 +1,11 @@ # example rules for mdev.conf # +# NOTE: +# since https://github.com/skarnet/mdevd/commit/b61ab0373a724d38e059655d561b5fb3dcb2aff6, +# mdevd can rebroadcast uevents natively which means that you don't need to add anything +# to /etc/mdev.conf. In order to enable this functionality, you need to add `-O 4` to +# mdevd arguments. +# # NOTE: replace /path/to/helper with path to compiled binary of helper.c # handle all uevents(not recommended)