mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-02 12:34:21 +02:00
13 lines
310 B
Markdown
13 lines
310 B
Markdown
# inputattach
|
|
|
|
> Attach a device to the Linux input system.
|
|
> The input devices are presented as files in `/dev/input/`.
|
|
> More information: <https://manned.org/inputattach>.
|
|
|
|
- Attach a Pulse8 CEC device to the input system:
|
|
|
|
`inputattach --pulse8-cec {{/dev/ttyACM0}}`
|
|
|
|
- Display help:
|
|
|
|
`inputattach --help`
|