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.

Documentation: Fix capitalization of XBox -> Xbox

This also improves the phrasing of "an example" listing two examples.

Signed-off-by: Vicki Pfau <vi@endrift.com>
Link: https://lore.kernel.org/r/20250702034500.124741-1-vi@endrift.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Vicki Pfau and committed by
Dmitry Torokhov
3b19c9ed 4619b6b9

+5 -5
+3 -3
Documentation/input/gamepad.rst
··· 192 192 193 193 - Profile: 194 194 195 - Some pads provide a multi-value profile selection switch. An example is the 196 - XBox Adaptive and the XBox Elite 2 controllers. When the active profile is 197 - switched, its newly selected value is emitted as an ABS_PROFILE event. 195 + Some pads provide a multi-value profile selection switch. Examples include 196 + the Xbox Adaptive and the Xbox Elite 2 controllers. When the active profile 197 + is switched, its newly selected value is emitted as an ABS_PROFILE event.
+2 -2
Documentation/userspace-api/media/rc/rc-protos.rst
··· 449 449 xbox-dvd (RC_PROTO_XBOX_DVD) 450 450 ---------------------------- 451 451 452 - This protocol is used by XBox DVD Remote, which was made for the original 453 - XBox. There is no in-kernel decoder or encoder for this protocol. The usb 452 + This protocol is used by Xbox DVD Remote, which was made for the original 453 + Xbox. There is no in-kernel decoder or encoder for this protocol. The usb 454 454 device decodes the protocol. There is a BPF decoder available in v4l-utils.