From: Andy Shevchenko Date: Fri, 3 Nov 2017 13:03:39 +0000 (+0200) Subject: iio: proximity: sx9500: Add another ACPI ID X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b87935552efc14316429945568722348dc32c0a5;p=openwrt%2Fstaging%2Fblogic.git iio: proximity: sx9500: Add another ACPI ID Add new ACPI ID for sx9500 as had been found on prototype board. Signed-off-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c index 53c5d653e780..f878a9a9f304 100644 --- a/drivers/iio/proximity/sx9500.c +++ b/drivers/iio/proximity/sx9500.c @@ -1022,6 +1022,7 @@ static const struct dev_pm_ops sx9500_pm_ops = { static const struct acpi_device_id sx9500_acpi_match[] = { {"SSX9500", 0}, + {"SASX9500", 0}, { }, }; MODULE_DEVICE_TABLE(acpi, sx9500_acpi_match);