Files
cheatsheet-tldr/tldr/linux/inputattach
2025-08-28 00:19:36 +00:00

19 lines
402 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`