staging:iio:adis16400: Set the PROD_ID flag for the adis16334 iio-for-3.8c
authorLars-Peter Clausen <lars@metafoo.de>
Tue, 30 Oct 2012 10:26:00 +0000 (10:26 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sun, 4 Nov 2012 15:55:44 +0000 (15:55 +0000)
The adis16334 has the PROD_ID register so set the PROD_ID flag in its chip info.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/imu/adis16400_core.c

index a4718c537e798e05aa3ab695a789978c9d6eeda1..c3f9bb95c7b3d66c588a9212b42e9bcb70354317 100644 (file)
@@ -1125,6 +1125,7 @@ static struct adis16400_chip_info adis16400_chips[] = {
        [ADIS16334] = {
                .channels = adis16334_channels,
                .num_channels = ARRAY_SIZE(adis16334_channels),
+               .flags = ADIS16400_HAS_PROD_ID,
                .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
                .accel_scale_micro = IIO_G_TO_M_S_2(1000), /* 1 mg */
                .temp_scale_nano = 67850000, /* 0.06785 C */