Browse Source

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 <andriy.shevchenko@linux.intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Andy Shevchenko 7 years ago
parent
commit
b87935552e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/iio/proximity/sx9500.c

+ 1 - 0
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[] = {
 static const struct acpi_device_id sx9500_acpi_match[] = {
 	{"SSX9500", 0},
 	{"SSX9500", 0},
+	{"SASX9500", 0},
 	{ },
 	{ },
 };
 };
 MODULE_DEVICE_TABLE(acpi, sx9500_acpi_match);
 MODULE_DEVICE_TABLE(acpi, sx9500_acpi_match);