From: Greg Kroah-Hartman Date: Fri, 16 Sep 2022 10:00:24 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v4.9.329~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4634384aa119a1fc64058aec0db13b0fa45ab78b;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: input-goodix-add-compatible-string-for-gt1158.patch --- diff --git a/queue-5.10/input-goodix-add-compatible-string-for-gt1158.patch b/queue-5.10/input-goodix-add-compatible-string-for-gt1158.patch new file mode 100644 index 00000000000..44e42821efe --- /dev/null +++ b/queue-5.10/input-goodix-add-compatible-string-for-gt1158.patch @@ -0,0 +1,30 @@ +From 80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3 Mon Sep 17 00:00:00 2001 +From: Jarrah Gosbell +Date: Tue, 23 Aug 2022 10:00:37 -0700 +Subject: Input: goodix - add compatible string for GT1158 + +From: Jarrah Gosbell + +commit 80b9ebd3e478cd41526cbf84f80c3e0eb885d1d3 upstream. + +Add compatible string for GT1158 missing from the previous patch. + +Fixes: 425fe4709c76 ("Input: goodix - add support for GT1158") +Signed-off-by: Jarrah Gosbell +Link: https://lore.kernel.org/r/20220813043821.9981-1-kernel@undef.tools +Signed-off-by: Dmitry Torokhov +Signed-off-by: Greg Kroah-Hartman +--- + drivers/input/touchscreen/goodix.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/input/touchscreen/goodix.c ++++ b/drivers/input/touchscreen/goodix.c +@@ -1386,6 +1386,7 @@ MODULE_DEVICE_TABLE(acpi, goodix_acpi_ma + #ifdef CONFIG_OF + static const struct of_device_id goodix_of_match[] = { + { .compatible = "goodix,gt1151" }, ++ { .compatible = "goodix,gt1158" }, + { .compatible = "goodix,gt5663" }, + { .compatible = "goodix,gt5688" }, + { .compatible = "goodix,gt911" }, diff --git a/queue-5.10/series b/queue-5.10/series index 635718cef0f..c1dc5c5788d 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -21,3 +21,4 @@ revert-x86-ftrace-use-alternative-ret-encoding.patch x86-ibt-ftrace-make-function-graph-play-nice.patch x86-ftrace-use-alternative-ret-encoding.patch soc-fsl-select-fsl_guts-driver-for-dpio.patch +input-goodix-add-compatible-string-for-gt1158.patch