modify sensors driver to support selecting all items one time

This commit is contained in:
lw@rock-chips.com
2012-08-08 14:59:10 +08:00
committed by lw
parent 47bec5f329
commit 3403ddf5b2
12 changed files with 103 additions and 93 deletions

View File

@@ -52,6 +52,7 @@ enum sensor_id {
ACCEL_ID_ADXL34X,
ACCEL_ID_MMA8450,
ACCEL_ID_MMA845X,
ACCEL_ID_MMA7660,
ACCEL_ID_MPU6050,
COMPASS_ID_ALL,
@@ -84,6 +85,7 @@ enum sensor_id {
PRESSURE_ID_ALL,
PRESSURE_ID_BMA085,
SENSOR_NUM_ID,
};