aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-27 18:14:11 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-11-27 18:14:11 -0800
commitefcd9507530e47f544cab2f5134b834c449fd946 (patch)
tree272acf472a34144ca1aefef7da6f75e213fd5add
parent015d812ccc46ddbb4856023af5ae6c6dd1297e61 (diff)
downloadltsi-kernel-efcd9507530e47f544cab2f5134b834c449fd946.tar.gz
fix up the input patch
-rw-r--r--patches.misc/input-add-support-for-rohm-bu21023-24-touchscreen.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/patches.misc/input-add-support-for-rohm-bu21023-24-touchscreen.patch b/patches.misc/input-add-support-for-rohm-bu21023-24-touchscreen.patch
index 2dfc9c3141370..a3e8d06dee224 100644
--- a/patches.misc/input-add-support-for-rohm-bu21023-24-touchscreen.patch
+++ b/patches.misc/input-add-support-for-rohm-bu21023-24-touchscreen.patch
@@ -10,8 +10,9 @@ Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
---
drivers/input/touchscreen/Kconfig | 11
+ drivers/input/touchscreen/Makefile | 1
drivers/input/touchscreen/rohm_bu21023.c | 1218 +++++++++++++++++++++++++++++++
- 2 files changed, 1229 insertions(+)
+ 3 files changed, 1230 insertions(+)
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -31,6 +32,13 @@ Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
+ module will be called bu21023_ts.
+
endif
+--- a/drivers/input/touchscreen/Makefile
++++ b/drivers/input/touchscreen/Makefile
+@@ -84,3 +84,4 @@ obj-$(CONFIG_TOUCHSCREEN_W90X900) += w90
+ obj-$(CONFIG_TOUCHSCREEN_SX8654) += sx8654.o
+ obj-$(CONFIG_TOUCHSCREEN_TPS6507X) += tps6507x-ts.o
+ obj-$(CONFIG_TOUCHSCREEN_ZFORCE) += zforce_ts.o
++obj-$(CONFIG_TOUCHSCREEN_ROHM_BU21023) += rohm_bu21023.o
--- /dev/null
+++ b/drivers/input/touchscreen/rohm_bu21023.c
@@ -0,0 +1,1218 @@