01 Aug, 2016
1 commit
-
Handling the wraparound requires the data->last_update to be set to an
initial jiffies value. Otherwise on 32-bit systems you will not be able
to request a reading till the 5 minute jiffies rollover happens.Cc: Guenter Roeck
Cc: David Frey
Signed-off-by: Matt Ranostay
Reviewed-by: Jean Delvare
Fixes: 7c84f7f80d6fc ("hwmon: add support for Sensirion SHT3x sensors")
Signed-off-by: Guenter Roeck
16 Jul, 2016
1 commit
-
The enables control of the SHT31 sensors heating element that can turned
on to remove excess humidity.Cc: Guenter Roeck
Cc: David Frey
Signed-off-by: Matt Ranostay
Signed-off-by: Guenter Roeck
28 Jun, 2016
1 commit
-
This driver implements support for the Sensirion SHT3x-DIS chip,
a humidity and temperature sensor. Temperature is measured
in degrees celsius, relative humidity is expressed as a percentage.
In the sysfs interface, all values are scaled by 1000,
i.e. the value for 31.5 degrees celsius is 31500.Signed-off-by: Pascal Sachs
[groeck: Fixed 'Variable length array is used' gcc warning]
Signed-off-by: Guenter Roeck