fstools: media change detection (eg:sdcard) using kernel polling
authorMatthias Badaire <mbadaire@gmail.com>
Tue, 15 May 2018 22:07:37 +0000 (00:07 +0200)
committerJo-Philipp Wich <jo@mein.io>
Fri, 21 Jun 2019 12:17:22 +0000 (14:17 +0200)
commitfc39d5fc4500c512bd7e0427000f72b324486e5e
tree6ce05446e9b9e9e6bcd30d5e88fa3090c40a9726
parentb463a13881d3699c0f2d67ceeda146c76af58ac6
fstools: media change detection (eg:sdcard) using kernel polling

Linux kernel has a polling mechanism that can be activated by changing
the parameter /sys/module/block/parameters/events_dfl_poll_msecs which
is deactivated by default or the /sys/block/[device]/events_poll_msecs
for one device.

This patch set the events_poll_msecs when a disk is inserted.
Once the media disk change event is sent by the kernel then we force a
re-read of the devices using /sbin/block info.

With this patch, insertion and ejection of sd card will automatically
generate partition devices in /dev.

Signed-off-by: Matthias Badaire <mbadaire@gmail.com>
[rewrap commit message, fix bashisms, fix non-matching condition,
 bump pkg release]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit cf8483cb4ffc99bf3f512bb134860ccc8c099abe)
package/system/fstools/Makefile
package/system/fstools/files/media-change.hotplug [new file with mode: 0644]