Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[deliverable/linux.git] / drivers / iio / imu / inv_mpu6050 / inv_mpu_i2c.c
index 9ba1179105bd53264c118e341e421fb3bd154df5..e1fd7fa53e3ba1eda97b78cb862c4a6a20bb8f83 100644 (file)
@@ -169,13 +169,14 @@ static int inv_mpu_remove(struct i2c_client *client)
 static const struct i2c_device_id inv_mpu_id[] = {
        {"mpu6050", INV_MPU6050},
        {"mpu6500", INV_MPU6500},
+       {"mpu9150", INV_MPU9150},
        {}
 };
 
 MODULE_DEVICE_TABLE(i2c, inv_mpu_id);
 
 static const struct acpi_device_id inv_acpi_match[] = {
-       {"INVN6500", 0},
+       {"INVN6500", INV_MPU6500},
        { },
 };
 
This page took 0.024653 seconds and 5 git commands to generate.