Linux Input/HID development
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Maruyama Shohei <cheat.sc.linux@outlook.com>
Cc: "linux-input@vger.kernel.org" <linux-input@vger.kernel.org>,
	"platform-driver-x86@vger.kernel.org"
	<platform-driver-x86@vger.kernel.org>
Subject: Re: [PATCH 1/2] input: silead: add Chuwi Hi8 support
Date: Sat, 16 Dec 2017 16:15:40 +0100	[thread overview]
Message-ID: <4a065f11-b453-93fa-9b4a-7400fcdd1e12@redhat.com> (raw)
In-Reply-To: <SLXP216MB0462B59087253DCEFF0811DB9B0B0@SLXP216MB0462.KORP216.PROD.OUTLOOK.COM>

Hi,

On 15-12-17 21:02, Maruyama Shohei wrote:
> This commit add ACPI support for Chuwi Hi8 tablet. On the ACPI table of
> the tablet, GSL1680 is registered as MSSL0001, so the driver does not
> recognize the device. This commit resolve it.
> 
> Signed-off-by: Shohei Maruyama <cheat.sc.linux@outlook.com>

Looks good to me:

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

Regards,

Hans

> ---
>   drivers/input/touchscreen/silead.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/touchscreen/silead.c b/drivers/input/touchscreen/silead.c
> index 0dbcf105f7db..531f22891462 100644
> --- a/drivers/input/touchscreen/silead.c
> +++ b/drivers/input/touchscreen/silead.c
> @@ -578,6 +578,7 @@ static const struct acpi_device_id silead_ts_acpi_match[] = {
>   	{ "GSL3675", 0 },
>   	{ "GSL3692", 0 },
>   	{ "MSSL1680", 0 },
> +	{ "MSSL0001", 0 },
>   	{ }
>   };
>   MODULE_DEVICE_TABLE(acpi, silead_ts_acpi_match);
> 

           reply	other threads:[~2017-12-16 15:15 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <SLXP216MB0462B59087253DCEFF0811DB9B0B0@SLXP216MB0462.KORP216.PROD.OUTLOOK.COM>]

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=4a065f11-b453-93fa-9b4a-7400fcdd1e12@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=cheat.sc.linux@outlook.com \
    --cc=linux-input@vger.kernel.org \
    --cc=platform-driver-x86@vger.kernel.org \
    /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