Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9354f263 authored by Yunkang Tang's avatar Yunkang Tang Committed by Dmitry Torokhov
Browse files

Input: ALPS - change secondary device's name



Change the dev2's name from "PS/2 Mouse" to "ALPS PS/2 Device".

Signed-off-by: default avatarYunkang Tang <yunkang.tang@cn.alps.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 57bcfce3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1792,7 +1792,7 @@ int alps_init(struct psmouse *psmouse)
	snprintf(priv->phys, sizeof(priv->phys), "%s/input1", psmouse->ps2dev.serio->phys);
	dev2->phys = priv->phys;
	dev2->name = (priv->flags & ALPS_DUALPOINT) ?
		     "DualPoint Stick" : "PS/2 Mouse";
		     "DualPoint Stick" : "ALPS PS/2 Device";
	dev2->id.bustype = BUS_I8042;
	dev2->id.vendor  = 0x0002;
	dev2->id.product = PSMOUSE_ALPS;