> -----Original Messages----- > From: "Andy Shevchenko" <andy.shevchenko@xxxxxxxxx> > Sent Time: 2021-10-31 22:07:09 (Sunday) > To: "Maslov Dmitry" <maslovdmitry@xxxxxxxx> > Cc: "Jonathan Cameron" <jic23@xxxxxxxxxx>, linux-iio <linux-iio@xxxxxxxxxxxxxxx>, "Lars-Peter Clausen" <lars@xxxxxxxxxx>, north_sea@xxxxxx, baozhu.zuo@xxxxxxxx, jian.xiong@xxxxxxxx > Subject: Re: [PATCH v3] iio: light: ltr501: Added ltr303 driver support > > On Sun, Oct 31, 2021 at 6:46 PM Maslov Dmitry <maslovdmitry@xxxxxxxx> wrote: > > > > Previously ltr501 driver supported a number of light and, > > proximity sensors including ltr501, ltr559 and ltr301. > > This adds support for another light sensor ltr303 > > used in Seeed Studio reTerminal, a carrier board > > for Raspberry Pi 4 CM. > > > Signed-off-by: Maslov Dmitry <maslovdmitry@xxxxxxxx> > > I believe it should be Dmitry Maslov, i.e. First name Last name. I could change that, but I do not think there is an international standard for that. The reason I put Maslov Dmitry is to be in line with corporate email address, which belongs to a Chinese company - in China surname is put first on the legal documents. > ... > > > @@ -1597,6 +1610,7 @@ static const struct acpi_device_id ltr_acpi_match[] = { > > {"LTER0501", ltr501}, > > {"LTER0559", ltr559}, > > {"LTER0301", ltr301}, > > + {"LTER0303", ltr303}, > > Any evidence of this ACPI ID being in the wild, please? I'm sorry, I do not exactly understand the question. Do you mean where that particular sensor is used? > > -- > With Best Regards, > Andy Shevchenko