.TH "usb_scan_devices" 9 "usb_scan_devices" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME usb_scan_devices \- scans all unclaimed USB interfaces .SH SYNOPSIS .B "void" usb_scan_devices .BI "(" void ");" .SH ARGUMENTS .IP "void" 12 no arguments .SH "DESCRIPTION" Goes through all unclaimed USB interfaces, and offers them to all registered USB drivers through the 'probe' function. This will automatically be called after usb_register is called. It is called by some of the USB subsystems after one of their subdrivers are registered.