Linux Driver Code
Table of Contents
1 Virtual Mouse Driver
I wrote a virtual mouse driver to use keyboard to control mouse cursor.
Usage:
- Ctr+Alt+p: move cursor upward
- Ctr+Alt+n: move cursor down
- Ctr+Alt+b: move cursor left
- Ctr+Alt+f: move cursor right
- Ctr+Alt+Space: left mouse button clicked
- Ctr+Alt+m: right mouse button clicked
- Alt+u: wheel scroll up
- Alt+v: Wheel scroll down
- Capslock: lock speed
2 A simple file system: qfs
qfs is a simple file system just has one file.
3 A stackable file system: maskfs
maskfs is modified from ecryptfs, I used it to mask all files in a directory, and want to say: what you saw is not necessarily true.