aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wm97xx-core.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2008-05-27 01:36:47 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2008-05-27 01:36:47 -0400
commit6b32ca39d70f5d92f4d450dc54966f20e8b5c1f6 (patch)
tree0f306a5deecdd394ed304a3a8577d7897e7f2224 /drivers/input/touchscreen/wm97xx-core.c
parentInput: i8042 - make sure Dritek quirk is invoked at resume (diff)
downloadlinux-dev-6b32ca39d70f5d92f4d450dc54966f20e8b5c1f6.tar.xz
linux-dev-6b32ca39d70f5d92f4d450dc54966f20e8b5c1f6.zip
Input: 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@opensource.wolfsonmicro.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/wm97xx-core.c')
-rw-r--r--drivers/input/touchscreen/wm97xx-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/wm97xx-core.c b/drivers/input/touchscreen/wm97xx-core.c
index e9c7ea46b6e3..ba6fb28ef584 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);