Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71daf894 authored by Stefan Sauer's avatar Stefan Sauer Committed by Dmitry Torokhov
Browse files

Input: mma8450 - add parent device



Add the parent device so that udev can show the full hierarchy. This avoids
the device showing up under /devices/virtual/input instead of the i2c bus
it is actually attached to.

Signed-off-by: default avatarStefan Sauer <ensonic@google.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 4c971aa7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ static int mma8450_probe(struct i2c_client *c,
	idev->private		= m;
	idev->input->name	= MMA8450_DRV_NAME;
	idev->input->id.bustype	= BUS_I2C;
	idev->input->dev.parent = &c->dev;
	idev->poll		= mma8450_poll;
	idev->poll_interval	= POLL_INTERVAL;
	idev->poll_interval_max	= POLL_INTERVAL_MAX;