Linux Kernel
3.7.1
|
#include <wusb-wa.h>
Data Fields | |
u8 | bLength |
u8 | bDescriptorType |
u16 | bcdWAVersion |
u8 | bNumPorts |
u8 | bmAttributes |
u16 | wNumRPipes |
u16 | wRPipeMaxBlock |
u8 | bRPipeBlockSize |
u8 | bPwrOn2PwrGood |
u8 | bNumMMCIEs |
u8 | DeviceRemovable |
Wire Adapter Class Descriptor ([WUSB] section 8.5.2.7).
NOTE: u16 fields are read Little Endian from the hardware.
is the original max number of devices that the host can connect; we might chop this so the stack can handle it. In case you need to access it, use wusbhc->ports_max if it is a Wireless USB WA.