linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Andy Shevchenko <andy.shevchenko@gmail.com>,
	youling257 <youling257@gmail.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Platform Driver <platform-driver-x86@vger.kernel.org>,
	linux-input <linux-input@vger.kernel.org>,
	Andy Shevchenko <andy@infradead.org>,
	Darren Hart <dvhart@infradead.org>
Subject: Re: [PATCH] platform/x86: touchscreen_dmi: Add info for the Cube KNote i1101 tablet
Date: Tue, 31 Jul 2018 13:53:51 +0200	[thread overview]
Message-ID: <0cc13519-2a5d-e6a9-9fd0-17fd6bb119b0@redhat.com> (raw)
In-Reply-To: <CAHp75Vfp+EZjt_bg3iieKG0NPBvqzURXKh97D4=ULrKnbE4mvQ@mail.gmail.com>

Hi,

On 31-07-18 13:32, Andy Shevchenko wrote:
> On Tue, Jul 31, 2018 at 12:32 PM, youling257 <youling257@gmail.com> wrote:
>> Add touchscreen info for the Cube KNote i1101 tablet.
>>
> 
> Thanks for the patch.
> Unfortunately I can't take it w/o SoB line. If Hans volunteering to
> give a such again, I guess we're fine.

Yes you can add my:

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

Like last time, or do you want me to resend this with it added?

Regards,

Hans


> 
>> Reported-and-tested-by: lkongl <lkongl@163.com>
>> ---
>>   drivers/platform/x86/touchscreen_dmi.c | 26 ++++++++++++++++++++++++++
>>   1 file changed, 26 insertions(+)
>>
>> diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
>> index 85e425420da2..cb204f973491 100644
>> --- a/drivers/platform/x86/touchscreen_dmi.c
>> +++ b/drivers/platform/x86/touchscreen_dmi.c
>> @@ -117,6 +117,22 @@ static const struct ts_dmi_data cube_iwork8_air_data = {
>>          .properties     = cube_iwork8_air_props,
>>   };
>>
>> +static const struct property_entry cube_knote_i1101_props[] = {
>> +       PROPERTY_ENTRY_U32("touchscreen-min-x", 20),
>> +       PROPERTY_ENTRY_U32("touchscreen-min-y",  22),
>> +       PROPERTY_ENTRY_U32("touchscreen-size-x", 1961),
>> +       PROPERTY_ENTRY_U32("touchscreen-size-y", 1513),
>> +       PROPERTY_ENTRY_STRING("firmware-name", "gsl3692-cube-knote-i1101.fw"),
>> +       PROPERTY_ENTRY_U32("silead,max-fingers", 10),
>> +       PROPERTY_ENTRY_BOOL("silead,home-button"),
>> +       { }
>> +};
>> +
>> +static const struct ts_dmi_data cube_knote_i1101_data = {
>> +       .acpi_name      = "MSSL1680:00",
>> +       .properties     = cube_knote_i1101_props,
>> +};
>> +
>>   static const struct property_entry dexp_ursus_7w_props[] = {
>>          PROPERTY_ENTRY_U32("touchscreen-size-x", 890),
>>          PROPERTY_ENTRY_U32("touchscreen-size-y", 630),
>> @@ -458,6 +474,16 @@ static const struct dmi_system_id touchscreen_dmi_table[] = {
>>                          DMI_MATCH(DMI_BOARD_NAME, "Cherry Trail CR"),
>>                  },
>>          },
>> +       {
>> +               /* Cube KNote i1101 */
>> +               .driver_data = (void *)&cube_knote_i1101_data,
>> +               .matches = {
>> +                       DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),
>> +                       DMI_MATCH(DMI_BOARD_NAME, "L1W6_I1101"),
>> +                       DMI_MATCH(DMI_SYS_VENDOR, "ALLDOCUBE"),
>> +                       DMI_MATCH(DMI_PRODUCT_NAME, "i1101"),
>> +               },
>> +       },
>>          {
>>                  /* DEXP Ursus 7W */
>>                  .driver_data = (void *)&dexp_ursus_7w_data,
>> --
>> 2.18.0
>>
> 
> 
> 

  reply	other threads:[~2018-07-31 11:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31  9:32 [PATCH] platform/x86: touchscreen_dmi: Add info for the Cube KNote i1101 tablet youling257
2018-07-31 11:32 ` Andy Shevchenko
2018-07-31 11:53   ` Hans de Goede [this message]
2018-07-31 15:10     ` Andy Shevchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0cc13519-2a5d-e6a9-9fd0-17fd6bb119b0@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=andy@infradead.org \
    --cc=dvhart@infradead.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    --cc=youling257@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).