Linux Kernel
3.7.1
|
#include <wusbhc.h>
Data Fields | |
u16 | status |
u16 | change |
struct wusb_dev * | wusb_dev |
u32 | ptk_tkid |
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_*)