Re: [PATCH 1/2] input: silead: add Chuwi Hi8 support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxx>

Looks good to me:

Acked-by: Hans de Goede <hdegoede@xxxxxxxxxx>

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




[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux