summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-03-14 15:52:42 +0000
commit26e3776a22bf894ced5af4c28968dc1dc99968eb (patch)
tree2d38a3789e27a423439c37a45a09cae31990a615 /target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch
parent4bd70fc26256cf485f19e0c8b881e078dc36134f (diff)
nuke obsolete kernel stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14875 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch')
-rwxr-xr-xtarget/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch b/target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch
deleted file mode 100755
index 716b04894..000000000
--- a/target/linux/s3c24xx/patches-2.6.26/1040-input-nots-mousedev.patch.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 95bdfec0f2515b7f1cd8dd959e49e950a814868b Mon Sep 17 00:00:00 2001
-From: mokopatches <mokopatches@openmoko.org>
-Date: Fri, 25 Jul 2008 22:21:22 +0100
-Subject: [PATCH] input-nots-mousedev.patch
- This patch disables the reporting of touchscreen-like devices via
- /dev/input/mice. In the Neo1973 (much like other handheld devices),
- we need this to distinguish between the touchscreen (which uses tslib)
- and optional additional usb/bluetooth mice that might be attached.
-
-Signed-off-by: Harald Welte <laforge@openmoko.org>
----
- drivers/input/mousedev.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git a/drivers/input/mousedev.c b/drivers/input/mousedev.c
-index b989748..685917e 100644
---- a/drivers/input/mousedev.c
-+++ b/drivers/input/mousedev.c
-@@ -1009,6 +1009,7 @@ static const struct input_device_id mousedev_ids[] = {
- .evbit = { BIT_MASK(EV_KEY) | BIT_MASK(EV_REL) },
- .relbit = { BIT_MASK(REL_WHEEL) },
- }, /* A separate scrollwheel */
-+#if 0
- {
- .flags = INPUT_DEVICE_ID_MATCH_EVBIT |
- INPUT_DEVICE_ID_MATCH_KEYBIT |
-@@ -1018,6 +1019,7 @@ static const struct input_device_id mousedev_ids[] = {
- .absbit = { BIT_MASK(ABS_X) | BIT_MASK(ABS_Y) },
- }, /* A tablet like device, at least touch detection,
- two absolute axes */
-+#endif
- {
- .flags = INPUT_DEVICE_ID_MATCH_EVBIT |
- INPUT_DEVICE_ID_MATCH_KEYBIT |
---
-1.5.6.3
-