diff options
Diffstat (limited to 'drivers/input/mouse/alps.c')
| -rw-r--r-- | drivers/input/mouse/alps.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 1f85a9718c89..42a9f7f6f8cb 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c | |||
| @@ -341,6 +341,8 @@ static int alps_reconnect(struct psmouse *psmouse) | |||
| 341 | unsigned char param[4]; | 341 | unsigned char param[4]; |
| 342 | int version; | 342 | int version; |
| 343 | 343 | ||
| 344 | psmouse_reset(psmouse); | ||
| 345 | |||
| 344 | if (!(priv->i = alps_get_model(psmouse, &version))) | 346 | if (!(priv->i = alps_get_model(psmouse, &version))) |
| 345 | return -1; | 347 | return -1; |
| 346 | 348 | ||
| @@ -395,7 +397,7 @@ int alps_init(struct psmouse *psmouse) | |||
| 395 | } | 397 | } |
| 396 | 398 | ||
| 397 | if (param[0] & 0x04) { | 399 | if (param[0] & 0x04) { |
| 398 | printk(KERN_INFO " Enabling hardware tapping\n"); | 400 | printk(KERN_INFO "alps.c: Enabling hardware tapping\n"); |
| 399 | if (alps_tap_mode(psmouse, 1)) | 401 | if (alps_tap_mode(psmouse, 1)) |
| 400 | printk(KERN_WARNING "alps.c: Failed to enable hardware tapping\n"); | 402 | printk(KERN_WARNING "alps.c: Failed to enable hardware tapping\n"); |
| 401 | } | 403 | } |
