linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH resend 0/1] Input: silead - add Chuwi Hi8 support
@ 2018-02-13 15:42 Hans de Goede
  2018-02-13 15:42 ` [PATCH resend] " Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2018-02-13 15:42 UTC (permalink / raw)
  To: Dmitry Torokhov, Benjamin Tissoires; +Cc: Hans de Goede, linux-input

Hi Dmitry,

This one seems to have fallen through the cracks, hence this
resend.

Regards,

Hans

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

* [PATCH resend] Input: silead - add Chuwi Hi8 support
  2018-02-13 15:42 [PATCH resend 0/1] Input: silead - add Chuwi Hi8 support Hans de Goede
@ 2018-02-13 15:42 ` Hans de Goede
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Goede @ 2018-02-13 15:42 UTC (permalink / raw)
  To: Dmitry Torokhov, Benjamin Tissoires
  Cc: Hans de Goede, linux-input, Maruyama Shohei

From: Maruyama Shohei <cheat.sc.linux@outlook.com>

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>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 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 646b1e768e6b..ff7043f74a3d 100644
--- a/drivers/input/touchscreen/silead.c
+++ b/drivers/input/touchscreen/silead.c
@@ -602,6 +602,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);
-- 
2.14.3


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

end of thread, other threads:[~2018-02-13 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 15:42 [PATCH resend 0/1] Input: silead - add Chuwi Hi8 support Hans de Goede
2018-02-13 15:42 ` [PATCH resend] " Hans de Goede

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).