Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Challenge #5 #7

Open
roeey777 opened this issue Sep 19, 2021 · 0 comments
Open

Challenge #5 #7

roeey777 opened this issue Sep 19, 2021 · 0 comments
Assignees
Labels
challenge Eudyptula Challenge

Comments

@roeey777
Copy link
Owner

This is Task 05 of the Eudyptula Challenge

Yeah, you survived the coding style mess! Now, on to some "real"
things, as I know you are getting bored by these so far.

So, simple task this time around:

  • take the kernel module you wrote for task 01, and modify it so that
    when a USB keyboard is plugged in, the module will be automatically
    loaded by the correct userspace hotplug tools (which are implemented
    by depmod / kmod / udev / mdev / systemd, depending on what distro
    you are using.)

Yes, so simple, and yet, it's a bit tricky. As a hint, go read chapter
14 of the book, "Linux Device Drivers, 3rd edition." Don't worry, it's
free, and online, no need to go buy anything.

@roeey777 roeey777 added the challenge Eudyptula Challenge label Sep 19, 2021
@roeey777 roeey777 self-assigned this Sep 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
challenge Eudyptula Challenge
Projects
None yet
Development

No branches or pull requests

1 participant