usb_register_bus

Name

usb_register_bus --  registers the USB host controller with the usb core

Synopsis

int usb_register_bus (struct usb_bus * bus);

Arguments

bus

pointer to the bus to register

Context

!in_interrupt

Description

Assigns a bus number, and links the controller into usbcore data structures so that it can be seen by scanning the bus list.