HOTPLUG(4) - Device Drivers Manual
HOTPLUG(4) - Device Drivers Manual # HOTPLUG(4) - Device Drivers Manual NAME # hotplug - devices hot plugging SYNOPSIS # pseudo-device hotplug 1 #include <sys/types.h> #include <sys/device.h> #include <sys/hotplug.h> DESCRIPTION # The hotplug pseudo-device passes device attachment and detachment events to userland. When a device attaches or detaches, the corresponding event is queued. The events can then be obtained from the queue through the read(2) call on the /dev/hotplug device file. ...