.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "USB_REGISTER_ROOT_HUB" "" "06 October 2005" "" "" .SH NAME usb_register_root_hub \- called by HCD to register its root hub .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int usb_register_root_hub (struct usb_device * \fIusb_dev\fB, struct device * \fIparent_dev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIusb_dev\fB\fR the usb root hub device to be registered. .TP \fB\fIparent_dev\fB\fR the parent device of this root hub. .SH "DESCRIPTION" .PP The USB host controller calls this function to register the root hub properly with the USB subsystem. It sets up the device properly in the driverfs tree, and then calls \fBusb_new_device\fR to register the usb device.