commit | a0657716416f834ef7710a9044614d50a36c3bdc | [log] [tgz] |
---|---|---|
author | Denis CIOCCA <denis.ciocca@st.com> | Fri Feb 14 14:15:00 2014 +0000 |
committer | Jonathan Cameron <jic23@kernel.org> | Tue Feb 18 10:24:49 2014 +0000 |
tree | 17a2d01576440f254dbe9d2beea8ad2d81bf971c | |
parent | 1463a166b4eafc654874528ba5e2f66dbdfb8048 [diff] |
iio:gyro: bug on L3GD20H gyroscope support The driver was not able to manage the sensor: during probe function and wai check, the driver stops and writes: "device name and WhoAmI mismatch." The correct value of L3GD20H wai is 0xd7 instead of 0xd4. Dropped support for the sensor. Signed-off-by: Denis Ciocca <denis.ciocca@st.com> Cc: stable@vger.kernel.org Signed-off-by: Jonathan Cameron <jic23@kernel.org>