aboutsummaryrefslogtreecommitdiff
path: root/evspy.patch
diff options
context:
space:
mode:
authorGuillermo Ramos2011-09-09 16:26:08 +0200
committerGuillermo Ramos2011-09-09 16:26:08 +0200
commit0984403a3dccd78faf0ce790ca7929927cc07349 (patch)
tree3060ce43f7a65dbdb8b20013d07f307b12ff992e /evspy.patch
downloadevspy-0984403a3dccd78faf0ce790ca7929927cc07349.tar.gz
First github commit
Diffstat (limited to 'evspy.patch')
-rw-r--r--evspy.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/evspy.patch b/evspy.patch
new file mode 100644
index 0000000..916f52b
--- /dev/null
+++ b/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/