From 95da1614f5d894fd7e66449db7c45f4d71422a71 Mon Sep 17 00:00:00 2001 From: illiliti Date: Thu, 10 Sep 2020 14:02:39 +0300 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4b6f9de..15d2423 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ make PREFIX=/usr install # will overwrite existing udev libraries if any Hotplugging ----------- +Note that hotplugging support is fully optional! You can skip this step if you +don't have anything to hotplug. + There is no complicated or overengineered way to use hotplugging. Everything is portable as much as possible. To use hotplugging the only thing you need is uevent's receiver (device manager, busybox `uevent`, CONFIG_UEVENT_HELPER, ...).