Could someone shed more light on the code/modules that are responsible for the hot-pluggabilty of the hardware used in Linux machines?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You probably want to look into udev. There's a similar question on Ask Ubuntu. |
|||||
|
|
The answer from Iain Dawson covers the userland part. In the kernel proper the handling of hotplug is integrated all over the place. Some infrastructure is present in the base kernel, but hotplugging has to be handled in each device driver, so there is no set of modules responsible for this. |
||||
|
|
