summaryrefslogtreecommitdiff
path: root/recipes-core/udev/files/hotplug.rules
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/udev/files/hotplug.rules')
-rw-r--r--recipes-core/udev/files/hotplug.rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/udev/files/hotplug.rules b/recipes-core/udev/files/hotplug.rules
new file mode 100644
index 0000000..a36a47d
--- /dev/null
+++ b/recipes-core/udev/files/hotplug.rules
@@ -0,0 +1,2 @@
+# SD card hotplug configuration of read_ahead cache size
+KERNEL=="mmcblk?", ACTION=="add" RUN+="/etc/udev/scripts/hotplug.sh"