[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1211809323-4742-1-git-send-email-broonie@opensource.wolfsonmicro.com>
Date: Mon, 26 May 2008 14:42:00 +0100
From: Mark Brown <broonie@...nsource.wolfsonmicro.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Rodolfo Giometti <giometti@...eenne.com>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
akpm@...ux-foundation.org,
Mark Brown <broonie@...nsource.wolfsonmicro.com>
Subject: [PATCH 1/4] wm97xx-core: Report a phys for WM97xx touchscreens
phys is displayed in diagnostic output like that from evbug so ensure
that it is set to something.
Signed-off-by: Mark Brown <broonie@...nsource.wolfsonmicro.com>
---
drivers/input/touchscreen/wm97xx-core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c
index e9c7ea4..ba6fb28 100644
--- a/drivers/input/touchscreen/wm97xx-core.c
+++ b/drivers/input/touchscreen/wm97xx-core.c
@@ -616,6 +616,7 @@ static int wm97xx_probe(struct device *dev)
/* set up touch configuration */
wm->input_dev->name = "wm97xx touchscreen";
+ wm->input_dev->phys = "wm97xx";
wm->input_dev->open = wm97xx_ts_input_open;
wm->input_dev->close = wm97xx_ts_input_close;
set_bit(EV_ABS, wm->input_dev->evbit);
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists