diff options
Diffstat (limited to 'drivers/input/mouse/psmouse-base.c')
| -rw-r--r-- | drivers/input/mouse/psmouse-base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c index e1c9fe210083..acd16707696e 100644 --- a/drivers/input/mouse/psmouse-base.c +++ b/drivers/input/mouse/psmouse-base.c | |||
| @@ -597,7 +597,7 @@ static int cortron_detect(struct psmouse *psmouse, bool set_properties) | |||
| 597 | static int psmouse_extensions(struct psmouse *psmouse, | 597 | static int psmouse_extensions(struct psmouse *psmouse, |
| 598 | unsigned int max_proto, bool set_properties) | 598 | unsigned int max_proto, bool set_properties) |
| 599 | { | 599 | { |
| 600 | bool synaptics_hardware = true; | 600 | bool synaptics_hardware = false; |
| 601 | 601 | ||
| 602 | /* | 602 | /* |
| 603 | * We always check for lifebook because it does not disturb mouse | 603 | * We always check for lifebook because it does not disturb mouse |
| @@ -1689,7 +1689,7 @@ static int psmouse_get_maxproto(char *buffer, struct kernel_param *kp) | |||
| 1689 | { | 1689 | { |
| 1690 | int type = *((unsigned int *)kp->arg); | 1690 | int type = *((unsigned int *)kp->arg); |
| 1691 | 1691 | ||
| 1692 | return sprintf(buffer, "%s\n", psmouse_protocol_by_type(type)->name); | 1692 | return sprintf(buffer, "%s", psmouse_protocol_by_type(type)->name); |
| 1693 | } | 1693 | } |
| 1694 | 1694 | ||
| 1695 | static int __init psmouse_init(void) | 1695 | static int __init psmouse_init(void) |
