diff options
Diffstat (limited to 'drivers/input/mouse/alps.h')
-rw-r--r-- | drivers/input/mouse/alps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/input/mouse/alps.h b/drivers/input/mouse/alps.h index a98ac9ba5043..66240b47819a 100644 --- a/drivers/input/mouse/alps.h +++ b/drivers/input/mouse/alps.h | |||
@@ -174,6 +174,8 @@ struct alps_data { | |||
174 | int y_max; | 174 | int y_max; |
175 | int x_bits; | 175 | int x_bits; |
176 | int y_bits; | 176 | int y_bits; |
177 | unsigned int x_res; | ||
178 | unsigned int y_res; | ||
177 | 179 | ||
178 | int (*hw_init)(struct psmouse *psmouse); | 180 | int (*hw_init)(struct psmouse *psmouse); |
179 | void (*process_packet)(struct psmouse *psmouse); | 181 | void (*process_packet)(struct psmouse *psmouse); |