USB_BUS_START_ENUM

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

usb_bus_start_enum - start immediate enumeration (for OTG)  

SYNOPSIS

"SYNOPSIS"

int usb_bus_start_enum (struct usb_bus * bus, unsigned port_num);  

ARGUMENTS

bus
the bus (must use hcd framework)
port_num
1-based number of port; usually bus->otg_port
 

CONTEXT

in_interrupt  

DESCRIPTION

Starts enumeration, with an immediate reset followed later by khubd identifying and possibly configuring the device. This is needed by OTG controller drivers, where it helps meet HNP protocol timing requirements for starting a port reset.


 

Index

NAME
SYNOPSIS
ARGUMENTS
CONTEXT
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:56 GMT, October 09, 2005