Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751857Ab2KTHru (ORCPT ); Tue, 20 Nov 2012 02:47:50 -0500 Received: from mail-da0-f46.google.com ([209.85.210.46]:42859 "EHLO mail-da0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751513Ab2KTHrt (ORCPT ); Tue, 20 Nov 2012 02:47:49 -0500 Date: Mon, 19 Nov 2012 23:47:44 -0800 From: Dmitry Torokhov To: Viresh Kumar Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, spear-devel@list.st.com, Vipul Kumar Samar Subject: Re: [PATCH 3/3] input:stmpe-ts:Initialize the phys field for input device Message-ID: <20121120074744.GA28115@core.coreip.homeip.net> References: <3d6f34ca5960203a5efb761f4d56b4e10ee24827.1352474824.git.viresh.kumar@linaro.org> <94587f7ddc4cf5503a1824df4c1fb53e553881b7.1352474824.git.viresh.kumar@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1319 Lines: 35 On Tue, Nov 20, 2012 at 12:28:08PM +0530, Viresh Kumar wrote: > On 9 November 2012 20:57, Viresh Kumar wrote: > > From: Vipul Kumar Samar > > > > Signed-off-by: Vipul Kumar Samar > > --- > > drivers/input/touchscreen/stmpe-ts.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/input/touchscreen/stmpe-ts.c b/drivers/input/touchscreen/stmpe-ts.c > > index 66b932e..9896095 100644 > > --- a/drivers/input/touchscreen/stmpe-ts.c > > +++ b/drivers/input/touchscreen/stmpe-ts.c > > @@ -317,6 +317,7 @@ static int __devinit stmpe_input_probe(struct platform_device *pdev) > > return ret; > > > > idev->name = STMPE_TS_NAME; > > + idev->phys = STMPE_TS_NAME"/input0"; > > idev->id.bustype = BUS_I2C; > > idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); > > idev->keybit[BIT_WORD(BTN_TOUCH)] = BIT_MASK(BTN_TOUCH); > > Missed this one too? Nope, it's commit b8d52e2b9f7eb43075e6ef4e23f5e51e70548f11 Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/