From: Ondrej Jirman <[email protected]>
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 <[email protected]>
Signed-off-by: Jarrah Gosbell <[email protected]>
---
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 = >1x_chip_data },
+ { .id = "1158", .data = >1x_chip_data },
{ .id = "5663", .data = >1x_chip_data },
{ .id = "5688", .data = >1x_chip_data },
{ .id = "917S", .data = >1x_chip_data },
--
2.35.1
Hi,
On 8/9/22 11:12, [email protected] wrote:
> From: Ondrej Jirman <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Jarrah Gosbell <[email protected]>
Thanks, patch looks good to me:
Reviewed-by: Hans de Goede <[email protected]>
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 = >1x_chip_data },
> + { .id = "1158", .data = >1x_chip_data },
> { .id = "5663", .data = >1x_chip_data },
> { .id = "5688", .data = >1x_chip_data },
> { .id = "917S", .data = >1x_chip_data },
On Tue, Aug 09, 2022 at 09:12:01AM +0000, [email protected] wrote:
> From: Ondrej Jirman <[email protected]>
>
> 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 <[email protected]>
> Signed-off-by: Jarrah Gosbell <[email protected]>
Applied, thank you.
--
Dmitry