Skip to content

Commit

Permalink
iio: proximity: sx9500: Add another ACPI ID
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andy Shevchenko authored and Jonathan Cameron committed Dec 2, 2017
1 parent a654c06 commit b879355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/proximity/sx9500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b879355

Please sign in to comment.