mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
Remove runqemu from build... document platform_device.c a bit further, add a modprobe.conf test
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user