# # Enable or disable USB hotplug event handling # Attention: if you disable USB hotplug and you have # the USB input devices as module your keyboard # will be dead # HOTPLUG_START_USB=yes # # Enable or disable PCI hotplug event handling # Attention: If CardBus Cards are the only hotluggable devices # you have to deal with, leave this off. # CardBus cards are mamanged by cardmgr currently # (For both external and kernel pcmcia) # HOTPLUG_START_PCI=no # # Enable or disable NET hotplug event handling # Attention: At the moment it is recommended to leave this off. # There are other scripts that configure some # interfaces (e.g. for pcmcia). # Furthermore net.agent is not well adapted currently. # HOTPLUG_START_NET=no # # These modules should be unloaded on a "remove" event # It is useful for some device to reinitialize the hardware # HOTPLUG_MODULES_TO_UNLOAD="scanner joydev" # # The hostcontroller drivers will be probed in that order # It is useful for the uhci/usb-uhci battle # #HOTPLUG_USB_HOSTCONTROLLER_LIST="uhci usb-uhci usb-ohci ehci-hcd" HOTPLUG_USB_HOSTCONTROLLER_LIST="usb-uhci usb-ohci ehci-hcd" # # Enable debugging for all hotplug actions? yes/no/max # "max" produces a huge amount of output with set -x # HOTPLUG_DEBUG=no