From 0984403a3dccd78faf0ce790ca7929927cc07349 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 9 Sep 2011 16:26:08 +0200 Subject: First github commit --- evspy.patch | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 evspy.patch (limited to 'evspy.patch') 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/ -- cgit v1.2.3