]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Documentation: Fix capitalization of XBox -> Xbox
authorVicki Pfau <vi@endrift.com>
Sun, 27 Jul 2025 07:49:54 +0000 (00:49 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 27 Jul 2025 08:41:19 +0000 (01:41 -0700)
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>
Documentation/input/gamepad.rst
Documentation/userspace-api/media/rc/rc-protos.rst

index eca17a7f5258c2d781f9e06c7127c9ba504ebf02..2bba721aa20b6dc2015baec75c4e4f9711053814 100644 (file)
@@ -192,6 +192,6 @@ Gamepads report the following events:
 
 - Profile:
 
-  Some pads provide a multi-value profile selection switch.  An example is the
-  XBox Adaptive and the XBox Elite 2 controllers.  When the active profile is
-  switched, its newly selected value is emitted as an ABS_PROFILE event.
+  Some pads provide a multi-value profile selection switch. Examples include
+  the Xbox Adaptive and the Xbox Elite 2 controllers. When the active profile
+  is switched, its newly selected value is emitted as an ABS_PROFILE event.
index 2a888ff5829fcac0c3b2d4b2baba971cb1f3e6ee..ec706290c9213df84b9e0e74a7b37b42e09c17ac 100644 (file)
@@ -449,6 +449,6 @@ the 32 bits.
 xbox-dvd (RC_PROTO_XBOX_DVD)
 ----------------------------
 
-This protocol is used by XBox DVD Remote, which was made for the original
-XBox. There is no in-kernel decoder or encoder for this protocol. The usb
+This protocol is used by Xbox DVD Remote, which was made for the original
+Xbox. There is no in-kernel decoder or encoder for this protocol. The usb
 device decodes the protocol. There is a BPF decoder available in v4l-utils.