File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ kernel directly to userspace through character devices that are typically
7
7
located in `/dev/input/ `.
8
8
9
9
*evdev * also comes with bindings to *uinput *, the userspace input
10
- subsystem. *Uinput * allows userspace programs to create and handle input
11
- devices from which they can inject events directly into the input subsystem.
10
+ subsystem. *Uinput * allows userspace programs to create and handle
11
+ input devices from which input events can be directly injected into
12
+ the input subsystem.
12
13
13
14
14
15
Documentation:
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ devices that are typically located in ``/dev/input/``.
8
8
9
9
:mod: `evdev ` also comes with bindings to ``uinput ``, the userspace
10
10
input subsystem. ``Uinput `` allows userspace programs to create and
11
- handle input devices from which they can inject events directly into
12
- the input subsystem.
11
+ handle input devices from which input events can be directly injected
12
+ into the input subsystem.
13
13
14
14
15
15
Tutorial
You can’t perform that action at this time.
0 commit comments