All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86: touchscreen_dmi: Add touchscreen platform data for the Onda V820w tablet
@ 2018-07-01 21:47 Jun Bo Bi
  2018-07-02 12:24 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jun Bo Bi @ 2018-07-01 21:47 UTC (permalink / raw)
  To: linux-input
  Cc: jambonmcyeah, platform-driver-x86, linux-kernel, hdegoede, dvhart, andy

Add touchscreen platform data for the Onda V820w tablet

Signed-off-by: Jun Bo Bi <jambonmcyeah@gmail.com>
---
 drivers/platform/x86/touchscreen_dmi.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
index 6284946cb0d1..a8e083db0369 100644
--- a/drivers/platform/x86/touchscreen_dmi.c
+++ b/drivers/platform/x86/touchscreen_dmi.c
@@ -204,6 +204,22 @@ static const struct ts_dmi_data onda_obook_20_plus_data = {
 	.properties	= onda_obook_20_plus_props,
 };
 
+static const struct property_entry onda_v820w_32g_props[] = {
+	PROPERTY_ENTRY_U32("touchscreen-size-x", 1665),
+	PROPERTY_ENTRY_U32("touchscreen-size-y", 1140),
+	PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
+	PROPERTY_ENTRY_STRING("firmware-name",
+			      "gsl1680-onda-v820w-32g.fw"),
+	PROPERTY_ENTRY_U32("silead,max-fingers", 10),
+	PROPERTY_ENTRY_BOOL("silead,home-button"),
+	{ }
+};
+
+static const struct silead_ts_dmi_data onda_v820w_32g_data = {
+	.acpi_name	= "MSSL1680:00",
+	.properties	= onda_v820w_32g_props,
+};
+
 static const struct property_entry onda_v891w_v1_props[] = {
 	PROPERTY_ENTRY_U32("touchscreen-min-x", 46),
 	PROPERTY_ENTRY_U32("touchscreen-min-y",  8),
@@ -470,6 +486,14 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "OBOOK 20 PLUS"),
 		},
 	},
+	{
+		/* ONDA V820w DualOS */
+		.driver_data = (void *)&onda_v820w_32g_data,
+		.matches = {
+			DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "ONDA"),
+			DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "V820w DualOS")
+		},
+	},
 	{
 		/* ONDA V891w revision P891WBEBV1B00 aka v1 */
 		.driver_data = (void *)&onda_v891w_v1_data,
-- 
2.18.0


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

* Re: [PATCH] platform/x86: touchscreen_dmi: Add touchscreen platform data for the Onda V820w tablet
  2018-07-01 21:47 [PATCH] platform/x86: touchscreen_dmi: Add touchscreen platform data for the Onda V820w tablet Jun Bo Bi
@ 2018-07-02 12:24 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2018-07-02 12:24 UTC (permalink / raw)
  To: Jun Bo Bi
  Cc: linux-input, Platform Driver, Linux Kernel Mailing List,
	Hans de Goede, Darren Hart, Andy Shevchenko

On Mon, Jul 2, 2018 at 12:47 AM, Jun Bo Bi <jambonmcyeah@gmail.com> wrote:
> Add touchscreen platform data for the Onda V820w tablet
>

Pushed to my review and testing queue, thanks!

> Signed-off-by: Jun Bo Bi <jambonmcyeah@gmail.com>
> ---
>  drivers/platform/x86/touchscreen_dmi.c | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>
> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
> index 6284946cb0d1..a8e083db0369 100644
> --- a/drivers/platform/x86/touchscreen_dmi.c
> +++ b/drivers/platform/x86/touchscreen_dmi.c
> @@ -204,6 +204,22 @@ static const struct ts_dmi_data onda_obook_20_plus_data = {
>         .properties     = onda_obook_20_plus_props,
>  };
>
> +static const struct property_entry onda_v820w_32g_props[] = {
> +       PROPERTY_ENTRY_U32("touchscreen-size-x", 1665),
> +       PROPERTY_ENTRY_U32("touchscreen-size-y", 1140),
> +       PROPERTY_ENTRY_BOOL("touchscreen-swapped-x-y"),
> +       PROPERTY_ENTRY_STRING("firmware-name",
> +                             "gsl1680-onda-v820w-32g.fw"),
> +       PROPERTY_ENTRY_U32("silead,max-fingers", 10),
> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
> +       { }
> +};
> +
> +static const struct silead_ts_dmi_data onda_v820w_32g_data = {
> +       .acpi_name      = "MSSL1680:00",
> +       .properties     = onda_v820w_32g_props,
> +};
> +
>  static const struct property_entry onda_v891w_v1_props[] = {
>         PROPERTY_ENTRY_U32("touchscreen-min-x", 46),
>         PROPERTY_ENTRY_U32("touchscreen-min-y",  8),
> @@ -470,6 +486,14 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
>                         DMI_MATCH(DMI_PRODUCT_NAME, "OBOOK 20 PLUS"),
>                 },
>         },
> +       {
> +               /* ONDA V820w DualOS */
> +               .driver_data = (void *)&onda_v820w_32g_data,
> +               .matches = {
> +                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "ONDA"),
> +                       DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "V820w DualOS")
> +               },
> +       },
>         {
>                 /* ONDA V891w revision P891WBEBV1B00 aka v1 */
>                 .driver_data = (void *)&onda_v891w_v1_data,
> --
> 2.18.0
>



-- 
With Best Regards,
Andy Shevchenko

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

end of thread, other threads:[~2018-07-02 12:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-01 21:47 [PATCH] platform/x86: touchscreen_dmi: Add touchscreen platform data for the Onda V820w tablet Jun Bo Bi
2018-07-02 12:24 ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.