mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
Input: synaptics - fix a typo
s/synatics/synaptics/ A 'p' is missing. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Link: https://lore.kernel.org/r/f3365eab359feb9adc6e2dedcffc976f3b272d8b.1730538673.git.christophe.jaillet@wanadoo.fr Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
cca257f0f3
commit
7ec151f457
|
|
@ -21,7 +21,7 @@
|
|||
#define SYN_QUE_EXT_MIN_COORDS 0x0f
|
||||
#define SYN_QUE_MEXT_CAPAB_10 0x10
|
||||
|
||||
/* synatics modes */
|
||||
/* synaptics modes */
|
||||
#define SYN_BIT_ABSOLUTE_MODE BIT(7)
|
||||
#define SYN_BIT_HIGH_RATE BIT(6)
|
||||
#define SYN_BIT_SLEEP_MODE BIT(3)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user