You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Hello World Linux USB Driver for a Pen Drive
#How to Make the Module
Run "sudo make -C /lib/modules/$(uname -r)/build/ M=$(pwd)" to make the module
Then use "insmod" and "rmmod" commands to add and remove the module to the kernel
About
This is a Hello World Linux USB Driver for a Pen Drive