On 12/12/2012 08:19 PM, Denis Ciocca wrote: > Ho guys, > > I have a question for you! > If I have two sensors (accelerometer and gyroscope for example) in the same ASIC with the same I2C address, I have to do only one driver (only probe I think) for the devices or it is possible execute two different probes (one for accelerometer and the other one for gyroscope) keeping separate the drivers? > Thanks, > > Denis Usually you'd want to be able to sample both the accelerometer and gyro sensors at the same time, so just one driver should be fine. Or have the gyro and accelerometer sensors completely separated register maps and don't share any functionality? - Lars -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html