提交 0e35cf5c 编写于 作者: A Alison Schofield 提交者: Jonathan Cameron

iio: humidity: hdc100x: correct humidity integration time mask

Apply the correct mask to enable all available humidity integration
times.  Currently, the driver defaults to 6500 and all is okay with that.
However, if 3850 is selected we get a stuck bit and can't change back
to 6500 or select 2500.  (Verified with HDC1008)
Signed-off-by: NAlison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Reviewed-by: NMatt Ranostay <mranostay@gmail.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 a3e5afe4
...@@ -55,7 +55,7 @@ static const struct { ...@@ -55,7 +55,7 @@ static const struct {
}, },
{ /* IIO_HUMIDITYRELATIVE channel */ { /* IIO_HUMIDITYRELATIVE channel */
.shift = 8, .shift = 8,
.mask = 2, .mask = 3,
}, },
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册