aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2016-01-12 22:34:17 +0100
committerAndrea Adami <andrea.adami@gmail.com>2016-01-19 22:44:01 +0100
commitd9edb47c98812d9617e5132b32202f5463ec0796 (patch)
tree3bb5ca3a94d6d4fc8f10acc6465fa07b2d824c55 /recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch
parent1dc06f845b2ac531f64d3154ea6280f9243fc865 (diff)
downloadmeta-handheld-krogoth.tar.gz
linux-yocto_3.14: remove stale recipekrogoth
Kernel 3.14 and 3.19 have been removed from oe-core with commit 6814521d0b88ee66442158ed70e77cbdd35d4782 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch')
-rw-r--r--recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch b/recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch
deleted file mode 100644
index 97953f0..0000000
--- a/recipes-kernel/linux/linux-yocto-3.14/tosa/0007-wm97xx-adapt-parameters-to-tosa-touchscreen.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From ebfd313189245e51d3729139a1f41b2ee5ad2784 Mon Sep 17 00:00:00 2001
-From: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
-Date: Wed, 9 Oct 2013 05:49:18 +0400
-Subject: [PATCH 7/7] wm97xx: adapt parameters to tosa touchscreen.
-
-Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com>
----
- drivers/input/touchscreen/wm97xx-core.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c
-index 7e45c9f..b08c16b 100644
---- a/drivers/input/touchscreen/wm97xx-core.c
-+++ b/drivers/input/touchscreen/wm97xx-core.c
-@@ -70,11 +70,11 @@
- * Documentation/input/input-programming.txt for more details.
- */
-
--static int abs_x[3] = {350, 3900, 5};
-+static int abs_x[3] = {150, 4000, 5};
- module_param_array(abs_x, int, NULL, 0);
- MODULE_PARM_DESC(abs_x, "Touchscreen absolute X min, max, fuzz");
-
--static int abs_y[3] = {320, 3750, 40};
-+static int abs_y[3] = {200, 4000, 40};
- module_param_array(abs_y, int, NULL, 0);
- MODULE_PARM_DESC(abs_y, "Touchscreen absolute Y min, max, fuzz");
-
---
-1.8.5.2
-