Re: [PATCH] iio: humidity: am2315: add am2320 to i2c_device_id table

From: Nicolás Antinori

Date: Fri Aug 07 2026 - 08:40:08 EST


On Thu Aug 6, 2026 at 6:34 PM -03, Andy Shevchenko wrote:
> On Thu, Aug 06, 2026 at 10:46:13AM +0100, Nuno Sá wrote:
>> On Wed, Aug 05, 2026 at 03:37:26PM -0300, Nicolás Antinori wrote:
>
> ...
>
>> > config AM2315
>> > - tristate "Aosong AM2315 relative humidity and temperature sensor"
>> > + tristate "Aosong AM2315/AM2320 relative humidity and temperature sensor"
>> > depends on I2C
>> > select IIO_BUFFER
>> > select IIO_TRIGGERED_BUFFER
>> > help
>> > If you say yes here you get support for the Aosong AM2315
>> > - relative humidity and ambient temperature sensor.
>> > + and AM2320 relative humidity and ambient temperature sensors.
>>
>> The above (same on the tristate title) does not really scale nicely and
>> we've seen too often already. So I use something like "... and similar
>> devices"
>
> Right, and here something to be a list of the supported devices (in case more
> will come):
>
> If you say yes here you get support for the Aosong
> relative humidity and ambient temperature sensors:
> - AM2315
> - AM2320

Excellent! Will send a v2 with these two suggestion combined.

Thank you