Message ID | 20171103130340.42459-4-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, 3 Nov 2017 15:03:39 +0200 Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > Add new ACPI ID for sx9500 as had been found on prototype board. > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > drivers/iio/proximity/sx9500.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c > index 3cf054155779..640ea08cd3b2 100644 > --- a/drivers/iio/proximity/sx9500.c > +++ b/drivers/iio/proximity/sx9500.c > @@ -1048,6 +1048,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); -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/iio/proximity/sx9500.c b/drivers/iio/proximity/sx9500.c index 3cf054155779..640ea08cd3b2 100644 --- a/drivers/iio/proximity/sx9500.c +++ b/drivers/iio/proximity/sx9500.c @@ -1048,6 +1048,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);
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 | 1 + 1 file changed, 1 insertion(+)