#include <sys/types.h>
#include <usb/hc.h>
Go to the source code of this file.
Data Structures | |
struct | usb_hc_attached_device_t |
Info about device attached to host controller. More... | |
Functions | |
int | usb_hc_register_device (usb_hc_connection_t *connection, const usb_hc_attached_device_t *attached_device) |
Inform host controller about new device. | |
usb_address_t | usb_hc_request_address (usb_hc_connection_t *connection, usb_speed_t speed) |
Ask host controller for free address assignment. | |
int | usb_hc_unregister_device (usb_hc_connection_t *connection, usb_address_t address) |
Inform host controller about device removal. |
For class specific requests, see usb/classes/hub.h.
Definition in file hub.h.