usbvirt_device Struct Reference
[USB virtualization library]

Virtual USB device. More...

#include <device.h>


Data Fields

usb_address_t address
 Current device address.
usbvirt_descriptors_tdescriptors
 Device descriptors.
void * device_data
 Custom device data.
const char * name
 Name for debugging purposes.
usbvirt_device_ops_tops
 Device ops.
usbvirt_device_state_t state
 Current device state.
int vhc_phone
 Phone to the host controller.


Detailed Description

Virtual USB device.

Definition at line 179 of file device.h.


Field Documentation

usb_address_t address

Current device address.

You shall treat this field as read only in your code.

Definition at line 191 of file device.h.

usbvirt_device_state_t state

Current device state.

You shall treat this field as read only in your code.

Definition at line 195 of file device.h.

int vhc_phone

Phone to the host controller.

You shall treat this field as read only in your code.

Definition at line 199 of file device.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:46:01 2011 for HelenOS/USB by  doxygen 1.4.7