Skip to content

Commit ab80ee3

Browse files
Jiri Kosinadtor
authored andcommitted
Input: synaptics - dump ext10 capabilities as well
Make extended capabilities obtained through $10 query also available in touchpad identification. Signed-off-by: Jiri Kosina <jkosina@suse.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 8b5a359 commit ab80ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/input/mouse/synaptics.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,12 +1484,12 @@ static int __synaptics_init(struct psmouse *psmouse, bool absolute_mode)
14841484
priv->pkt_type = SYN_MODEL_NEWABS(priv->model_id) ? SYN_NEWABS : SYN_OLDABS;
14851485

14861486
psmouse_info(psmouse,
1487-
"Touchpad model: %ld, fw: %ld.%ld, id: %#lx, caps: %#lx/%#lx/%#lx, board id: %lu, fw id: %lu\n",
1487+
"Touchpad model: %ld, fw: %ld.%ld, id: %#lx, caps: %#lx/%#lx/%#lx/%#lx, board id: %lu, fw id: %lu\n",
14881488
SYN_ID_MODEL(priv->identity),
14891489
SYN_ID_MAJOR(priv->identity), SYN_ID_MINOR(priv->identity),
14901490
priv->model_id,
14911491
priv->capabilities, priv->ext_cap, priv->ext_cap_0c,
1492-
priv->board_id, priv->firmware_id);
1492+
priv->ext_cap_10, priv->board_id, priv->firmware_id);
14931493

14941494
set_input_params(psmouse, priv);
14951495

0 commit comments

Comments
 (0)