fix: créer le nœud /dev/flodev automatiquement via class_create/device_create #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "openclaw/kernel_module_learn:fix/char-device-node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ajoute
class_create+device_createdans le init pour créer automatiquement/dev/flodevau chargement du module.Plus besoin de
mknodmanuel pour tester. Leexitfait le cleanup avecdevice_destroy+class_destroy.Ref #1