All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] iio: proximity: sx9500: Add another ACPI ID
@ 2017-11-01 16:53 Andy Shevchenko
  2017-11-01 16:53 ` [PATCH v2 2/2] iio: magnetometer: ak8975: " Andy Shevchenko
  2017-11-01 17:03 ` [PATCH v2 1/2] iio: proximity: sx9500: " Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2017-11-01 16:53 UTC (permalink / raw)
  To: Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler, linux-iio
  Cc: Andy Shevchenko

Add new ACPI ID for sx9500 as had been found on prototype board.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 drivers/iio/proximity/sx9500.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c
index 53c5d653e780..8f417ccacf22 100644
--- a/drivers/iio/proximity/sx9500.c
+++ b/drivers/iio/proximity/sx9500.c
@@ -1021,7 +1021,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);
-- 
2.14.2


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

end of thread, other threads:[~2017-11-01 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01 16:53 [PATCH v2 1/2] iio: proximity: sx9500: Add another ACPI ID Andy Shevchenko
2017-11-01 16:53 ` [PATCH v2 2/2] iio: magnetometer: ak8975: " Andy Shevchenko
2017-11-01 17:03 ` [PATCH v2 1/2] iio: proximity: sx9500: " Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.