lkml.org 
[lkml]   [2015]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] mma8450: add parent device
On Wed, Feb 25, 2015 at 09:53:08AM +0100, Stefan Sauer wrote:
> 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: Stefan Sauer <ensonic@google.com>

Applied, thank you.

> ---
> drivers/input/misc/mma8450.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/input/misc/mma8450.c b/drivers/input/misc/mma8450.c
> index 59d4dcd..9822877 100644
> --- a/drivers/input/misc/mma8450.c
> +++ b/drivers/input/misc/mma8450.c
> @@ -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;
> --
> 2.2.0.rc0.207.ga3a616c
>

--
Dmitry


\
 
 \ /
  Last update: 2015-02-26 02:21    [W:0.169 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site