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

input: Documentation: corrections for multi-touch-protocol.rst

Correct hyphenation, spelling, and capitalization.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Henrik Rydberg <rydberg@bitmath.org>
Link: https://lore.kernel.org/r/20210302223523.20130-6-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
338b660b ebe14885

+4 -4
+4 -4
Documentation/input/multi-touch-protocol.rst
··· 261 261 signal intensity distribution. 262 262 263 263 If the resolution is zero, the pressure data is in arbitrary units. 264 - If the resolution is nonzero, the pressure data is in units/gram. See 264 + If the resolution is non-zero, the pressure data is in units/gram. See 265 265 :ref:`input-event-codes` for details. 266 266 267 267 ABS_MT_DISTANCE ··· 279 279 max should be returned; when aligned with the X axis in the negative 280 280 direction, the range -max should be returned. 281 281 282 - Touch ellipsis are symmetrical by default. For devices capable of true 360 282 + Touch ellipses are symmetrical by default. For devices capable of true 360 283 283 degree orientation, the reported orientation must exceed the range max to 284 284 indicate more than a quarter of a revolution. For an upside-down finger, 285 285 range max * 2 should be returned. 286 286 287 287 Orientation can be omitted if the touch area is circular, or if the 288 288 information is not available in the kernel driver. Partial orientation 289 - support is possible if the device can distinguish between the two axis, but 289 + support is possible if the device can distinguish between the two axes, but 290 290 not (uniquely) any values in between. In such cases, the range of 291 291 ABS_MT_ORIENTATION should be [0, 1] [#f4]_. 292 292 ··· 356 356 the device can distinguish between a finger along the Y axis (0) and a 357 357 finger along the X axis (1). 358 358 359 - For win8 devices with both T and C coordinates, the position mapping is:: 359 + For Win8 devices with both T and C coordinates, the position mapping is:: 360 360 361 361 ABS_MT_POSITION_X := T_X 362 362 ABS_MT_POSITION_Y := T_Y