Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
wusb_port Struct Reference

#include <wusbhc.h>

Data Fields

u16 status
 
u16 change
 
struct wusb_devwusb_dev
 
u32 ptk_tkid
 

Detailed Description

Wireless USB Host Controller root hub "fake" ports (state and device information)

Wireless USB is wireless, so there are no ports; but we fake'em. Each RC can connect a max of devices at the same time (given in the Wireless Adapter descriptor, bNumPorts or WHCI's caps), referred to in wusbhc->ports_max.

See rh.c for more information.

The and use the same bits as in USB2.0[11.24.2.7], so we don't have to do much when getting the port's status.

WUSB1.0[7.1], USB2.0[11.24.2.7.1,fig 11-10], include/linux/usb_ch9.h (#define USB_PORT_STAT_*)

Definition at line 151 of file wusbhc.h.

Field Documentation

u16 change

Definition at line 153 of file wusbhc.h.

u32 ptk_tkid

Definition at line 155 of file wusbhc.h.

Definition at line 152 of file wusbhc.h.

Definition at line 154 of file wusbhc.h.


The documentation for this struct was generated from the following file: