aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/elo.c
diff options
context:
space:
mode:
authorDmitry Torokhov <dtor_core@ameritech.net>2005-05-29 02:28:50 -0500
committerDmitry Torokhov <dtor_core@ameritech.net>2005-05-29 02:28:50 -0500
commitde1b963a416232bf429550ee475d6b9a34b66309 (patch)
tree96dd6265709962098339688a89d1ba0e3310b65a /drivers/input/touchscreen/elo.c
parentInput: whitespace fixes in drivers/input/keyboard (diff)
downloadlinux-dev-de1b963a416232bf429550ee475d6b9a34b66309.tar.xz
linux-dev-de1b963a416232bf429550ee475d6b9a34b66309.zip
Input: whitespace fixes in drivers/input/touchscreen
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/elo.c')
-rw-r--r--drivers/input/touchscreen/elo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/elo.c b/drivers/input/touchscreen/elo.c
index 546ce599334e..3cdc9cab688d 100644
--- a/drivers/input/touchscreen/elo.c
+++ b/drivers/input/touchscreen/elo.c
@@ -226,7 +226,7 @@ static int elo_connect(struct serio *serio, struct serio_driver *drv)
input_set_abs_params(&elo->dev, ABS_Y, 96, 4000, 0, 0);
input_set_abs_params(&elo->dev, ABS_PRESSURE, 0, 255, 0, 0);
break;
-
+
case 1: /* 6-byte protocol */
input_set_abs_params(&elo->dev, ABS_PRESSURE, 0, 15, 0, 0);