USB_REGISTER_ROOT_HUB

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

usb_register_root_hub - called by HCD to register its root hub  

SYNOPSIS

int usb_register_root_hub (struct usb_device * usb_dev, struct device * parent_dev);  

ARGUMENTS

usb_dev
the usb root hub device to be registered.
parent_dev
the parent device of this root hub.
 

DESCRIPTION

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 usb_new_device to register the usb device. It also assigns the root hub's USB address (always 1).  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 12:49:39 GMT, April 09, 2004