Skip to content

Commit 7b1f8e7

Browse files
neuschaeferdtor
authored andcommitted
Input: ps2-gpio - fix typo
"The data line must be sampled" makes much more sense than what was previously written, and given that "s" and "d" are neighbors on the QWERTY keybord, it was probably a typo. Signed-off-by: J. Neuschäfer <j.ne@posteo.net> Link: https://lore.kernel.org/r/20250923-ps2-typo-v1-1-03d2468acc32@posteo.net Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent fd321a8 commit 7b1f8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/serio/ps2-gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
* interrupt interval should be ~60us. Let's allow +/- 20us for frequency
5151
* deviations and interrupt latency.
5252
*
53-
* The data line must be samples after ~30us to 50us after the falling edge,
53+
* The data line must be sampled after ~30us to 50us after the falling edge,
5454
* since the device updates the data line at the rising edge.
5555
*
5656
* ___ ______ ______ ______ ___

0 commit comments

Comments
 (0)