linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: goodix: Add support for GT1158
@ 2022-08-09  9:12 kernel
  2022-08-09 10:18 ` Hans de Goede
  2022-08-11 23:18 ` Dmitry Torokhov
  0 siblings, 2 replies; 3+ messages in thread
From: kernel @ 2022-08-09  9:12 UTC (permalink / raw)
  To: hadess, hdegoede, dmitry.torokhov, linux-input, linux-kernel
  Cc: phone-devel, megi, Jarrah Gosbell

From: Ondrej Jirman <megi@xff.cz>

This controller is used by PinePhone and PinePhone Pro. Support for
the PinePhone Pro will be added in a later patch set.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
Signed-off-by: Jarrah Gosbell <kernel@undef.tools>
---
 drivers/input/touchscreen/goodix.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
index aa45a9fee6a0..06d4fcafb766 100644
--- a/drivers/input/touchscreen/goodix.c
+++ b/drivers/input/touchscreen/goodix.c
@@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
 
 static const struct goodix_chip_id goodix_chip_ids[] = {
 	{ .id = "1151", .data = &gt1x_chip_data },
+	{ .id = "1158", .data = &gt1x_chip_data },
 	{ .id = "5663", .data = &gt1x_chip_data },
 	{ .id = "5688", .data = &gt1x_chip_data },
 	{ .id = "917S", .data = &gt1x_chip_data },
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: goodix: Add support for GT1158
  2022-08-09  9:12 [PATCH] Input: goodix: Add support for GT1158 kernel
@ 2022-08-09 10:18 ` Hans de Goede
  2022-08-11 23:18 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Hans de Goede @ 2022-08-09 10:18 UTC (permalink / raw)
  To: kernel, hadess, dmitry.torokhov, linux-input, linux-kernel
  Cc: phone-devel, megi

Hi,

On 8/9/22 11:12, kernel@undef.tools wrote:
> From: Ondrej Jirman <megi@xff.cz>
> 
> This controller is used by PinePhone and PinePhone Pro. Support for
> the PinePhone Pro will be added in a later patch set.
> 
> Signed-off-by: Ondrej Jirman <megi@xff.cz>
> Signed-off-by: Jarrah Gosbell <kernel@undef.tools>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans


> ---
>  drivers/input/touchscreen/goodix.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/goodix.c b/drivers/input/touchscreen/goodix.c
> index aa45a9fee6a0..06d4fcafb766 100644
> --- a/drivers/input/touchscreen/goodix.c
> +++ b/drivers/input/touchscreen/goodix.c
> @@ -95,6 +95,7 @@ static const struct goodix_chip_data gt9x_chip_data = {
>  
>  static const struct goodix_chip_id goodix_chip_ids[] = {
>  	{ .id = "1151", .data = &gt1x_chip_data },
> +	{ .id = "1158", .data = &gt1x_chip_data },
>  	{ .id = "5663", .data = &gt1x_chip_data },
>  	{ .id = "5688", .data = &gt1x_chip_data },
>  	{ .id = "917S", .data = &gt1x_chip_data },


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Input: goodix: Add support for GT1158
  2022-08-09  9:12 [PATCH] Input: goodix: Add support for GT1158 kernel
  2022-08-09 10:18 ` Hans de Goede
@ 2022-08-11 23:18 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2022-08-11 23:18 UTC (permalink / raw)
  To: kernel; +Cc: hadess, hdegoede, linux-input, linux-kernel, phone-devel, megi

On Tue, Aug 09, 2022 at 09:12:01AM +0000, kernel@undef.tools wrote:
> From: Ondrej Jirman <megi@xff.cz>
> 
> This controller is used by PinePhone and PinePhone Pro. Support for
> the PinePhone Pro will be added in a later patch set.
> 
> Signed-off-by: Ondrej Jirman <megi@xff.cz>
> Signed-off-by: Jarrah Gosbell <kernel@undef.tools>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-11 23:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09  9:12 [PATCH] Input: goodix: Add support for GT1158 kernel
2022-08-09 10:18 ` Hans de Goede
2022-08-11 23:18 ` Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).