This allows use of the driver in environments that use device ID "qpdst900"
Signed-off-by: Eric Lighthart <[email protected]> --- drivers/misc/apds990x.c | 1 + 1 file changed, 1 insertion(+) Index: b/drivers/misc/apds990x.c =================================================================== --- a/drivers/misc/apds990x.c +++ b/drivers/misc/apds990x.c @@ -1254,6 +1254,7 @@ static int apds990x_runtime_resume(struc static const struct i2c_device_id apds990x_id[] = { {"apds990x", 0 }, + {"qpdst900", 0 }, {} }; _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
