diff options
author | Michael Büsch <mb@bu3sch.de> | 2011-10-29 22:52:07 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2011-10-29 22:52:07 +0000 |
commit | ba9ee13744548909b767ab4dcc71dc0eb00433b7 (patch) | |
tree | 471dfd149ad0b82f14ca849f9ad0214b4a0dcbf8 /target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch | |
parent | e184bfe6f044b886297ef7b7133079cafcb7d5af (diff) | |
download | upstream-ba9ee13744548909b767ab4dcc71dc0eb00433b7.tar.gz upstream-ba9ee13744548909b767ab4dcc71dc0eb00433b7.tar.bz2 upstream-ba9ee13744548909b767ab4dcc71dc0eb00433b7.zip |
omap24xx: Refresh 3.1 patches
SVN-Revision: 28676
Diffstat (limited to 'target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch')
-rw-r--r-- | target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch b/target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch index cf14e474cb..4b9a4d35ac 100644 --- a/target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch +++ b/target/linux/omap24xx/patches-3.1/710-evdev-events-without-grab.patch @@ -2,10 +2,10 @@ drivers/input/evdev.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -Index: linux-3.1-rc4/drivers/input/evdev.c +Index: linux-3.1/drivers/input/evdev.c =================================================================== ---- linux-3.1-rc4.orig/drivers/input/evdev.c 2011-08-29 06:16:01.000000000 +0200 -+++ linux-3.1-rc4/drivers/input/evdev.c 2011-10-27 16:47:54.773182635 +0200 +--- linux-3.1.orig/drivers/input/evdev.c 2011-10-30 00:48:28.025057860 +0200 ++++ linux-3.1/drivers/input/evdev.c 2011-10-30 00:48:55.309039009 +0200 @@ -92,7 +92,7 @@ static void evdev_event(struct input_han unsigned int type, unsigned int code, int value) { |