lkml.org 
[lkml]   [2012]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 01/22 v4] Input: atmel_mxt_ts - set phys to i2c client adapter name
On Mon, Jun 18, 2012 at 12:08:21PM +0800, Daniel Kurtz wrote:
> This allows userspace to more easily distinguish which bus a particular
> atmel_mxt_ts device is attached to.
>
> Signed-off-by: Daniel Kurtz <djkurtz@chromium.org>
> ---
> drivers/input/touchscreen/atmel_mxt_ts.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c
> index 42e6450..eda9eed 100644
> --- a/drivers/input/touchscreen/atmel_mxt_ts.c
> +++ b/drivers/input/touchscreen/atmel_mxt_ts.c
> @@ -1106,6 +1106,7 @@ static int __devinit mxt_probe(struct i2c_client *client,
> }
>
> input_dev->name = "Atmel maXTouch Touchscreen";
> + input_dev->phys = client->adapter->name;

Normally we set phys to 'xxx/input0' nstead of just the adaptor name.

Thanks.

--
Dmitry


\
 
 \ /
  Last update: 2012-06-21 11:21    [W:1.185 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site