YaST2 Developers Documentation: Hotplug



functions
files
intro

Hotplug

Hotplug.ycp
provide hotplug (USB, FireWire, PCMCIA) functions

Imports

  • Arch
  • HwStatus
  • Mode
  • ModuleLoading

Global Variables

Global Functions

global haveUSB -> boolean

if a usb controller was found and initialized

global haveFireWire -> boolean

if a firewire controller was found and initialized

global StartUSB () -> void

@param none @returns void probe for usb type, load appropriate modules, and mount usbfs to /proc/bus/usb

global StartFireWire () -> void

@param none @returns void probe for firewire type, load appropriate modules, and mount usbfs to /proc/bus/usb


YaST2 Developers Documentation