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: Documentation: corrections for event-codes.rst

Fix hyphenation, typos, capitalization, and a referenced file name
(.txt -> .rst).

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
Link: https://lore.kernel.org/r/20210302223523.20130-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
61be51c1 d1c34bb2

+5 -5
+5 -5
Documentation/input/event-codes.rst
··· 246 246 247 247 A device should set the resolution of the axis to indicate whether the 248 248 pressure is in measurable units. If the resolution is zero, the 249 - pressure data is in arbitrary units. If the resolution is nonzero, the 249 + pressure data is in arbitrary units. If the resolution is non-zero, the 250 250 pressure data is in units/gram. For example, a value of 10 with a 251 - resolution of 1 represents 10 gram, a value of 10 with a resolution on 251 + resolution of 1 represents 10 gram, a value of 10 with a resolution of 252 252 1000 represents 10 microgram. 253 253 254 254 EV_SW ··· 344 344 345 345 For touchpads where the button is placed beneath the surface, such that 346 346 pressing down on the pad causes a button click, this property should be 347 - set. Common in clickpad notebooks and macbooks from 2009 and onwards. 347 + set. Common in Clickpad notebooks and Macbooks from 2009 and onwards. 348 348 349 349 Originally, the buttonpad property was coded into the bcm5974 driver 350 350 version field under the name integrated button. For backwards ··· 356 356 Some touchpads, most common between 2008 and 2011, can detect the presence 357 357 of multiple contacts without resolving the individual positions; only the 358 358 number of contacts and a rectangular shape is known. For such 359 - touchpads, the semi-mt property should be set. 359 + touchpads, the SEMI_MT property should be set. 360 360 361 361 Depending on the device, the rectangle may enclose all touches, like a 362 362 bounding box, or just some of them, for instance the two most recent ··· 394 394 ========== 395 395 396 396 The guidelines below ensure proper single-touch and multi-finger functionality. 397 - For multi-touch functionality, see the multi-touch-protocol.txt document for 397 + For multi-touch functionality, see the multi-touch-protocol.rst document for 398 398 more information. 399 399 400 400 Mice