usb_scan_devices

Section: Kernel Hacker's Manual (9)
Updated: usb_scan_devices
Index Return to Main Contents
 

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' 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.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:15:46 GMT, June 12, 2005