Ansgar Dahlen 123b6e5399
feat: add uhid and joydev extensions
Add uhid and joydev extensions.

Signed-off-by: Ansgar Dahlen <adahlen@evoila.de>
Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit c5ef7eb00e02973375441fe8709564b10af7e7e2)
2026-04-15 14:17:58 +04:00
..
2026-04-15 14:17:58 +04:00
2026-04-15 14:17:58 +04:00
2026-04-15 14:17:58 +04:00

uhid

This system extension provides the uhid kernel module for Talos Linux.

The uhid module exposes /dev/uhid, which allows user-space applications to create virtual HID devices. This is required by game streaming software such as Sunshine to emulate gamepad and controller input received from Moonlight clients.

Usage

Enable the extension in your Talos machine config:

machine:
  kernel:
    modules:
      - name: uhid

Compatibility

Requires CONFIG_UHID=m in the Talos kernel configuration.