diff options
author | Guillermo Ramos | 2011-09-09 16:58:55 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-09 16:58:55 +0200 |
commit | 536cd2d035ef69fce8c0e9c81759e0ba4d3b266f (patch) | |
tree | ffc145ceb613a96a52342a818e1ced6a74e08d06 /README | |
parent | 0984403a3dccd78faf0ce790ca7929927cc07349 (diff) | |
download | evspy-536cd2d035ef69fce8c0e9c81759e0ba4d3b266f.tar.gz |
Fixed some doc errata and added info about the patch in the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -45,3 +45,11 @@ Once it has been installed, you can load it when you want with # modprobe evspy + +** OTHER ** + +A patch is supplied (evspy.patch) to be able to compile a kernel with evspy +included; just cd to your Linux source tree, copy all the evspy files (*.c *.h) +to drivers/input/, and apply the patch. Then you should be able to configure the +kernel to include evspy just like any other module: + Device Drivers --> Input device support --> Event based keylogger |