Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

J. Neuschäfer and committed by
Dmitry Torokhov
7b1f8e76 fd321a86

+1 -1
+1 -1
drivers/input/serio/ps2-gpio.c
··· 50 50 * interrupt interval should be ~60us. Let's allow +/- 20us for frequency 51 51 * deviations and interrupt latency. 52 52 * 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, 54 54 * since the device updates the data line at the rising edge. 55 55 * 56 56 * ___ ______ ______ ______ ___