diff options
| -rw-r--r-- | drivers/input/mouse/trackpoint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/trackpoint.c b/drivers/input/mouse/trackpoint.c index 922ea02edcc3..20b5b21c1bba 100644 --- a/drivers/input/mouse/trackpoint.c +++ b/drivers/input/mouse/trackpoint.c | |||
| @@ -380,8 +380,8 @@ int trackpoint_detect(struct psmouse *psmouse, bool set_properties) | |||
| 380 | return 0; | 380 | return 0; |
| 381 | 381 | ||
| 382 | if (trackpoint_read(ps2dev, TP_EXT_BTN, &button_info)) { | 382 | if (trackpoint_read(ps2dev, TP_EXT_BTN, &button_info)) { |
| 383 | psmouse_warn(psmouse, "failed to get extended button data\n"); | 383 | psmouse_warn(psmouse, "failed to get extended button data, assuming 3 buttons\n"); |
| 384 | button_info = 0; | 384 | button_info = 0x33; |
| 385 | } | 385 | } |
| 386 | 386 | ||
| 387 | psmouse->private = kzalloc(sizeof(struct trackpoint_data), GFP_KERNEL); | 387 | psmouse->private = kzalloc(sizeof(struct trackpoint_data), GFP_KERNEL); |
