The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
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.
<<< Previous | Home | Next >>> |
usb_register | Up | usb_deregister |