usb_scan_devices(9)
NAME
usb_scan_devices - scans all unclaimed USB interfaces
SYNOPSIS
void usb_scan_devices (void);
ARGUMENTS
void no arguments
DESCRIPTION
- Goes through all unclaimed USB interfaces, and offers them
to all registered USB drivers through the 'probe' func
tion. This will automatically be called after usb_regis
ter is called. It is called by some of the USB subsystems
after one of their subdrivers are registered.