Skip to content
Commit 3aceaa34 authored by Dmitry Torokhov's avatar Dmitry Torokhov
Browse files

Input: trackpoint - combine calls to ps2_command()



We do not need to call ps2_command() several times in a row, transmitting
every byte as it were a command byte, we can often pack it all in a single
command.

Also, now that ps2_command() handles retransmission, we do not need to do
it ourselves in trackpoint_power_on_reset().

Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 29acc42e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment