Remove runqemu from build... document platform_device.c a bit further, add a modprobe.conf test

This commit is contained in:
Ciro Santilli
2017-11-11 11:11:06 +00:00
parent a070486855
commit 0d7259fe81
4 changed files with 21 additions and 3 deletions

View File

@@ -19,6 +19,14 @@ Those parameters can also be read and modified at runtime from /sys.
modinfo
/params.ko
# Output contains MODULE_PARAM_DESC descriptions.
modprobe insertion can also set default parameters via the /etc/modprobe.conf file. So:
modprobe params
Outputs:
12 34
*/
#include <linux/delay.h> /* usleep_range */