Mark Kettenis <mark.kette...@xs4all.nl> wrote: > > Date: Tue, 25 Aug 2020 21:19:19 +0200 > > From: Paul de Weerd <we...@weirdnet.nl> > > > > Hi all, > > > > I've dug out my stash of weird usb devices and found another sensor (a > > uthum(4), with only temperature support). I have a few other sensors > > in live machines too (acpitz(4), cpu(4), admtemp(4), it(4), maybe some > > more) that I could look into. > > > > Is there any interest in adding support for setting the tv member for > > non-time sensitive sensors? Or should I drop this quest? > > I don't understand the point. None of the sensor drivers set that > member except the timedelta sensors. I don't think adding code to do > so to all sensor drivers makes sense.
That is correct. Non-time drivers should probably report 0 in that field. And to follow, it means the microtime() calls should be deleted from other non-time-sensor drivers where it occurs.