From the kernel documentation:
> The hotplug mechanism asynchronously notifies userspace when hardware is inserted, removed, or undergoes a similar significant state change.
There is an event variable for modules, called `DRIVER`, that suggests a driver for handling the hotplugged device.