aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-07-25 22:48:44 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2014-07-26 14:03:18 -0700
commit38c11eaaab0cf8ef6004aa704f1bb2ff5e6bc1b0 (patch)
tree81feab2bc1b813d6042d71632299a416dffabb5b /drivers/input/mouse/alps.h
parentInput: alps - report 2 touches when we've > 2 fingers (diff)
downloadlinux-dev-38c11eaaab0cf8ef6004aa704f1bb2ff5e6bc1b0.tar.xz
linux-dev-38c11eaaab0cf8ef6004aa704f1bb2ff5e6bc1b0.zip
Input: alps - change decode function prototype to return an int
So that decode functions can return a failure when appropriate. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to '')
-rw-r--r--drivers/input/mouse/alps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h
index ee841e53ef9c..17e3ae39bcb7 100644
--- a/drivers/input/mouse/alps.h
+++ b/drivers/input/mouse/alps.h
@@ -157,7 +157,7 @@ struct alps_data {
int (*hw_init)(struct psmouse *psmouse);
void (*process_packet)(struct psmouse *psmouse);
- void (*decode_fields)(struct alps_fields *f, unsigned char *p,
+ int (*decode_fields)(struct alps_fields *f, unsigned char *p,
struct psmouse *psmouse);
void (*set_abs_params)(struct alps_data *priv, struct input_dev *dev1);