diff options
author | Guillermo Ramos | 2011-09-04 04:54:07 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-09-04 04:54:07 +0200 |
commit | 19f0515e3d0b9aef3729fbe5e454fd5d154475d4 (patch) | |
tree | 4ca5b81f3519f9f685bb2a76d8ff622f54ef3dcb /evspy/evspy.patch | |
parent | 1ff68663847e325cccb43b9545053d7bdf3ac9db (diff) | |
download | lkm-19f0515e3d0b9aef3729fbe5e454fd5d154475d4.tar.gz |
AƱadidos comentarios y parche
Diffstat (limited to 'evspy/evspy.patch')
-rw-r--r-- | evspy/evspy.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/evspy/evspy.patch b/evspy/evspy.patch new file mode 100644 index 0000000..916f52b --- /dev/null +++ b/evspy/evspy.patch @@ -0,0 +1,31 @@ +diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig +index 23e82e4..ac4889a 100644 +--- a/drivers/input/Kconfig ++++ b/drivers/input/Kconfig +@@ -149,6 +149,14 @@ config INPUT_EVBUG + To compile this driver as a module, choose M here: the + module will be called evbug. + ++config INPUT_EVSPY ++ tristate "Event based keylogger" ++ help ++ This is an experimental keylogger made for educational purposes ++ ++ To compile this driver as a module, choose M here: the ++ module will be called evspy. ++ + config INPUT_APMPOWER + tristate "Input Power Event -> APM Bridge" if EXPERT + depends on INPUT && APM_EMULATION +diff --git a/drivers/input/Makefile b/drivers/input/Makefile +index 0c78949..00c8429 100644 +--- a/drivers/input/Makefile ++++ b/drivers/input/Makefile +@@ -15,6 +15,7 @@ obj-$(CONFIG_INPUT_MOUSEDEV) += mousedev.o + obj-$(CONFIG_INPUT_JOYDEV) += joydev.o + obj-$(CONFIG_INPUT_EVDEV) += evdev.o + obj-$(CONFIG_INPUT_EVBUG) += evbug.o ++obj-$(CONFIG_INPUT_EVSPY) += evspy.o + + obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/ + obj-$(CONFIG_INPUT_MOUSE) += mouse/ |