Query: usb_bus_start_enum
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_BUS_START_ENUM(9) Host Controller APIs USB_BUS_START_ENUM(9)NAMEusb_bus_start_enum - start immediate enumeration (for OTG)SYNOPSISint usb_bus_start_enum(struct usb_bus * bus, unsigned port_num);ARGUMENTSbus the bus (must use hcd framework) port_num 1-based number of port; usually bus->otg_portCONTEXTin_interruptDESCRIPTIONStarts 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_BUS_START_ENUM(9)