Skip to content

Support input device hot-plugging and removal via udev #61

Closed
@shengwen-tw

Description

@shengwen-tw

udev is a device manager inside the Linux kernel that manages the hardware device files.

udev adopted an event-driven architecture that responds to kernel events, such as the addition or removal of hardware devices. When a device is connected or disconnected, the kernel generates an event, which udev processes to manage the corresponding device node.

By utilizing udev, we can support input device hot-plugging and removal.

Reference:

Check also #3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions